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 (or xsel --clipboard)

Usage

For multi-line content, use a heredoc with the appropriate clipboard command:

Installs
1
Repository
waniwani-ai/sdk
GitHub Stars
2
First Seen
May 4, 2026
copy — waniwani-ai/sdk