instances/xiaodazi/skills/linux-clipboard/SKILL.md
Read from and write to the Linux clipboard using xclip or xsel.
npx skillsauth add malue-ai/dazee-small linux-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.
使用 xclip 或 xsel 操作 Linux 剪贴板。
# 读取剪贴板
xclip -selection clipboard -o
# 写入剪贴板
echo "要复制的内容" | xclip -selection clipboard
# 从文件复制到剪贴板
xclip -selection clipboard < "/path/to/file.txt"
# 读取剪贴板
xsel --clipboard --output
# 写入剪贴板
echo "要复制的内容" | xsel --clipboard --input
# Debian/Ubuntu
sudo apt install xclip
# Fedora
sudo dnf install xclip
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.