/install clipboard
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 \x3C /path/to/file.txt
Install
sudo dnf install xclip
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clipboard - After installation, invoke the skill by name or use
/clipboard - Provide required inputs per the skill's parameter spec and get structured output
What is Clipboard?
Interact with the system clipboard (text only) using `xclip` from any OpenClaw session. It is an AI Agent Skill for Claude Code / OpenClaw, with 3469 downloads so far.
How do I install Clipboard?
Run "/install clipboard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clipboard free?
Yes, Clipboard is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clipboard support?
Clipboard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clipboard?
It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.