跳至主要内容
小龙虾小龙虾AI
🤖

Clipboard

Interact with the system clipboard (text only) using `xclip` from any OpenClaw session.

下载2.0k
星标0
版本1.0.0
其他
安全通过

技能说明


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」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Clipboard技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能