- name
- clipboard
- description
- Interact with the system clipboard (text only) using
xclipfrom any OpenClaw session. - metadata
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 clipboardPaste from Clipboard
Output current clipboard contents:
xclip -selection clipboard -oCopy File Contents
Copy the contents of a file to the clipboard:
xclip -selection clipboard < /path/to/file.txtInstall
sudo dnf install xclip