zen_clipboard
Read the current text from the system clipboard or write text to it, enabling clipboard operations in browser automation workflows.
Instructions
Read or write the system clipboard.
Args: op: "read" or "write". text: Text to write when op="write".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| text | No |