Screenshot Walkthrough
SkillDocs & knowledgeCapture step-by-step screenshots of a workflow or process for documentation, bug reports, or tutorials. Use when the user asks to document steps, create a walkthrough, or capture a process.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Screenshot Walkthrough skill
What this skill tells your AI
The instructions your AI receives, as published by browseros-ai/browseros-agent in apps/server/src/skills/defaults/screenshot-walkthrough/SKILL.md and read by ahel’s review.
When to Use
Activate when the user asks to document a workflow, create a step-by-step guide, capture a process for a bug report, or build visual documentation of a web-based procedure.
Steps
-
Clarify the workflow. Confirm with the user:
- What process to document
- Starting URL or page
- Where to save the screenshots
-
Navigate to the starting point using
navigate_page. -
For each step in the workflow: a. Take a screenshot using
save_screenshotwith a descriptive filename:- Pattern:
step-{number}-{description}.png - Example:
step-01-login-page.png,step-02-enter-credentials.pngb. Note what action to take next c. Perform the action (click, fill, navigate, etc.) d. Wait for the page to settle (new content to load) e. Repeat
- Pattern:
-
Compile the walkthrough as a markdown document:
Output Format
# Walkthrough: [Process Name]
**Date:** [current date]
**URL:** [starting URL]
## Step 1: [Action Description]

Navigate to [URL]. You will see [what's on screen].
## Step 2: [Action Description]

Click on [element]. [What happens next].
- Save the walkthrough using
filesystem_writealongside the screenshots.
Tips
- Number steps with zero-padded digits (01, 02, ...) for correct file sorting.
- Include the browser URL bar in screenshots when the URL is relevant to the step.
- For error documentation, capture the error state and any console errors.
- If the process involves sensitive data, warn the user before capturing screenshots.
Signals
- GitHub stars
- 51
- Forks
- 40
- Last commit
- Jun 2026
Advanced
- Catalog kind
- skill
- Gateway key
screenshot-walkthrough- Source
- github.com/browseros-ai/browseros-agent