instances/xiaodazi/skills/macos-clipboard/SKILL.md
Read from and write to the macOS clipboard using pbcopy and pbpaste commands.
npx skillsauth add malue-ai/dazee-small macos-clipboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用 macOS 内置的 pbcopy/pbpaste 操作剪贴板。
pbpaste
echo "要复制的内容" | pbcopy
pbcopy < "/path/to/file.txt"
pbpaste > "/path/to/output.txt"
pbpaste >> "/path/to/output.txt"
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.