analyze_clipboard
Analyzes clipboard images for text-only coding agents, returning markdown and structured JSON evidence. Handles screenshots, diagrams, and error captures without unreadable attachments.
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 |