clipboard-manager
Installation
SKILL.md
Clipboard Manager Tool
Description
Copy and paste text and files to system clipboard with history tracking and format conversion.
Trigger
/clipboardcommand- User needs clipboard operations
- User wants to copy/paste programmatically
Usage
# Copy text to clipboard
python scripts/clipboard_manager.py copy "Hello World"
# Copy file content
python scripts/clipboard_manager.py copy --file document.txt