Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @xejrax Updated 6/28/2026 4,283 downloads 1 stars Security: Pass

📋 Clipboard OpenClaw Plugin & Skill | ClawHub

Looking to integrate Clipboard into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @xejrax/clipboard
Node.js (npx)
npx clawhub@latest install clipboard

Full SKILL.md

Open original
Metadata table.
namedescription
clipboardInteract with the system clipboard (text only) using `xclip` from any OpenClaw session.

SKILL.md content below is scrollable.

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
ClawHub Registry URL: https://clawhub.ai/xejrax/skills/clipboard

Related skills

If this matches your use case, these are close alternatives in the same category.