docs(skill): explain using OpenClaw image tool with screenshots #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The Clickthrough skill currently assumes the agent can interpret screenshots directly through the normal observe-decide-act loop. In practice, the agent often needs to hand screenshots to OpenClaw's
imagetool for visual interpretation, because the agent does not actually see the remote desktop on its own.Without explicit guidance, this creates confusion in two places:
Scope
Document and demonstrate how to use the OpenClaw
imagetool alongside Clickthrough screenshots, including:/screenor/zoomand pass the returned image toimageimageprecise questions about UI state, buttons, dialogs, and visual changesDone when
imagetool is documented with concrete examples