A
licenseA
qualityF
maintenanceProvides tools for reading and writing system clipboard data across Linux, macOS, Windows, and WSL platforms.
2
AGPL 3.0
Scored across 4 tools
Each tool has a clearly distinct purpose: copy writes, paste reads with formatting, list_formats discovers formats, and read_raw provides raw access. No overlap or ambiguity.
All tools follow the 'clipboard_verb_noun' pattern consistently, using snake_case with clear verbs (copy, list_formats, paste, read_raw).
4 tools is well-scoped for a clipboard utility. Each tool serves a necessary function without redundancy or bloat.
The set covers all core clipboard operations: writing (copy), reading with formatting (paste), format discovery (list_formats), and raw access (read_raw). No obvious gaps for the domain.