Cross-platform clipboard operations. Use when copying text to the system clipboard via Bash.
From mnpx claudepluginhub molcajeteai/plugin --plugin mThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Detect the platform and use the correct clipboard command:
| Platform | Command |
|---|---|
| macOS | pbcopy |
| Linux (X11) | xclip -selection clipboard |
| Linux (Wayland) | wl-copy |
| WSL / Windows | clip.exe |
echo -n (not printf) when piping to the clipboard command — printf fails in sandboxed environments