✓ Verified 💻 Development ✓ Enhanced Data

Clipboard

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

Rating
3.9 (155 reviews)
Downloads
535 downloads
Version
1.0.0

Overview

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

Complete Documentation

View Source →

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:

bash
echo "Hello, world!" | xclip -selection clipboard

Paste from Clipboard

Output current clipboard contents:

bash
xclip -selection clipboard -o

Copy File Contents

Copy the contents of a file to the clipboard:

bash
xclip -selection clipboard < /path/to/file.txt

Install

bash
sudo dnf install xclip

Installation

Terminal bash

openclaw install clipboard
    
Copied!

💻Code Examples

echo "Hello, world!" | xclip -selection clipboard

echo-hello-world--xclip--selection-clipboard.txt
## Paste from Clipboard

Output current clipboard contents:

xclip -selection clipboard -o

xclip--selection-clipboard--o.txt
## Copy File Contents

Copy the contents of a file to the clipboard:

Tags

#coding_agents-and-ides #cli

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xejrax
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install clipboard