What's wrong with this entry?
Anonymous. No account, no email.
What
A guided-tour teaching system built on top of Computer Use that allows Claude to walk users through UI workflows step-by-step with interactive tooltips.
Details
request_teach_accessinitializes teach mode with app permissions and a stated reason (shown in approval dialog)teach_stepshows a tooltip with explanation text, optional anchor coordinates (pointing arrow), and actions to execute when user clicks "Next"teach_batchbatches multiple steps into one round-trip for predictable sequences on the same page- User can click "Exit" at any point to end the tour
- Text emitted outside teach_step calls is NOT visible until teach mode ends
- During teach mode,
request_accesscannot add new permissions (would hide the tooltip UI) - Returns screenshots after each step so Claude can anchor the next step's coordinates
Evidence
Teach mode tools (search for "teach_step", "teach_batch", "request_teach_access")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.