clipboard-manager
9
总安装量
5
周安装量
#31726
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill clipboard-manager
Agent 安装分布
claude-code
5
opencode
5
openclaw
4
codebuddy
4
cursor
4
trae-cn
3
Skill 文档
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
# Paste from clipboard
python scripts/clipboard_manager.py paste
# Paste to file
python scripts/clipboard_manager.py paste --output output.txt
Tags
clipboard, copy, paste, text, utility
Compatibility
- Codex: â
- Claude Code: â