clipboard
Installation
SKILL.md
Skill: clipboard
When to Use
Use this skill when the user asks to:
- Copy text to the clipboard
- Read/get/paste clipboard contents
- Set the clipboard to a specific value
- Check what's currently on the clipboard
- Transfer text via clipboard
Input Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
action |
Yes | Either read or write |
read |
text |
For write | The text to copy to clipboard | Hello World |