Install
openclaw skills install clipboardInteract with the system clipboard (text only) using `xclip` from any OpenClaw session.
openclaw skills install clipboardInteract with the system clipboard (text only) from any OpenClaw session. Uses xclip on Linux.
Copy text to the clipboard:
echo "Hello, world!" | xclip -selection clipboard
Output current clipboard contents:
xclip -selection clipboard -o
Copy the contents of a file to the clipboard:
xclip -selection clipboard < /path/to/file.txt
sudo dnf install xclip