Navigation
shot-annotated
Take a screenshot with green @N badges overlaid on every interactive element (buttons, links, inputs). Useful for AI agents to identify clickable targets.
Usage
$ cdpilot shot-annotated [<output-path>]Arguments
| Name | Required | Description |
|---|---|---|
output-path | optional | File path for the annotated screenshot |
Examples
Take an annotated screenshot
$ npx cdpilot shot-annotatedSave annotated screenshot to a custom path
$ npx cdpilot shot-annotated /tmp/annotated.png