🤖
Clipboard
Interact with the system clipboard (text only) using `xclip` from any OpenClaw session.
安全通过
技能说明
name: clipboard
description: "Interact with the system clipboard (text only) using xclip from any OpenClaw session."
metadata:
{
"openclaw":
{
"emoji": "📋",
"requires": { "bins": ["xclip"] },
"install":
[
{
"id": "dnf",
"kind": "dnf",
"package": "xclip",
"bins": ["xclip"],
"label": "Install xclip (dnf)",
},
],
},
}
Clipboard Skill
Interact with the system clipboard (text only) from any OpenClaw session. Uses xclip on Linux.
Copy to Clipboard
Copy text to the clipboard:
echo "Hello, world!" | xclip -selection clipboard
Paste from Clipboard
Output current clipboard contents:
xclip -selection clipboard -o
Copy File Contents
Copy the contents of a file to the clipboard:
xclip -selection clipboard < /path/to/file.txt
Install
sudo dnf install xclip
如何使用「Clipboard」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Clipboard」技能完成任务
- 结果即时呈现,支持继续对话优化