reflex-browser
Installation
SKILL.md
Reflex Browser Skill
Purpose
Use this skill when the task involves a website or browser: navigating pages, clicking elements, reading content, filling forms, scraping data, or automating a web flow.
This skill covers interactive browser work via reflex browser ... CLI commands. Each command is a single stateless action — run one, inspect the JSON response, then decide the next step.
When the end goal is a reusable Lua or Python browser automation script, still start here first: use reflex browser ... to inspect the site, verify the flow, and stabilize selectors before writing script code. Then switch to the reflex-scripting skill for the script itself.
When To Use This Skill
- User asks to interact with a website (navigate, click, fill, read, scrape)
- User asks to inspect or explore a page
- User asks for browser-based data collection
- User asks whether a page, modal, overlay, or layout looks correct
- User asks for a browser automation script (start here for discovery, then
reflex-scriptingfor the script)
When NOT To Use This Skill
Related skills