clipboard
Read current Windows clipboard text or images, and write text to it. Images are returned as base64 PNG.
Instructions
Read the current Windows clipboard content (text or image), or write text to it. Reading an image returns it as base64 PNG.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Text to write to clipboard (required when action is 'write') | |
| action | No | 'read' returns current clipboard content, 'write' sets clipboard text | read |