analyze_clipboard
Extracts text evidence from clipboard images for text-only coding agents, automatically deleting the temporary image after analysis.
Instructions
Analyze the current OS clipboard image. Use this when the user copied a screenshot/image and asks about the clipboard, especially in OpenCode/Droid with text-only models where Alt+V creates an unreadable native attachment. Reads the clipboard directly, returns text evidence, and deletes the temporary image after analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | general | |
| prompt | No | ||
| detail_level | No | standard | |
| output_format | No | markdown_json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | ||
| tables | No | ||
| mermaid | No | ||
| summary | Yes | ||
| provider | Yes | ||
| inferences | No | ||
| observations | No | ||
| uncertainties | No | ||
| security_notes | No | ||
| recommended_next_steps | No |