copy
Installation
SKILL.md
Copy to Clipboard Skill
Copy text content to the user's system clipboard.
Platform Detection
Detect the platform and use the appropriate command:
- macOS:
pbcopy - Linux:
xclip -selection clipboard(orxsel --clipboard)
Usage
For multi-line content, use a heredoc with the appropriate clipboard command: