From aidotnet-moyucode
Copies and pastes text and file contents to/from the system clipboard with history tracking and format conversion. Useful for clipboard automation and programmatic copy-paste.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:clipboard-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Copy and paste text and files to system clipboard with history tracking and format conversion.
Copy and paste text and files to system clipboard with history tracking and format conversion.
/clipboard command# Copy text to clipboard
python scripts/clipboard_manager.py copy "Hello World"
# Copy file content
python scripts/clipboard_manager.py copy --file document.txt
# Paste from clipboard
python scripts/clipboard_manager.py paste
# Paste to file
python scripts/clipboard_manager.py paste --output output.txt
clipboard, copy, paste, text, utility
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeCopies text to the macOS system clipboard with optional rich HTML formatting for pasting into Slack, Word, Google Docs, Notion, etc. Includes plain-text fallback.
Copies generated text to system clipboard via Bash temp file using pbcopy (macOS), xclip, or xsel (Linux). Auto-activates on 'copy this' or manual /txt-copy invocation.