priv/skills/arrowcircle-jido-skills/skills/jido-browser/SKILL.md
Builder-oriented guidance for the upstream `jido_browser` package. Use when Codex needs to build browser-backed Jido automations, wrap navigation or extraction flows in actions, turn browser docs into runnable examples, or review `jido_browser` boundaries versus `req_llm` and app-specific scraping code.
npx skillsauth add agentjido/agentjido_xyz jido-browserInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
jido_browser is the upstream Hex package name.
Use this skill when the workflow needs a browser, page state, or DOM interaction rather than plain HTTP requests.
Good triggers:
Jido.Action."Read references/builder-notes.md before implementing when selectors, navigation state, or safety limits matter.
jido_browser only when the target behavior depends on rendering, authentication state, or DOM interaction.req_llm, Req, or API clients for stable JSON or HTML endpoints.jido_browser.jido or jido_ai.testing
Drafts concise release notes from a list of validated changes in the skills runtime demo.
development
Reviews changed files for correctness, safety, and test gaps in the skills runtime demo.
tools
Converts temperature and distance inputs for the deterministic multi-skill orchestration demo.
tools
Scaffolds a Jido plugin with signal routes, actions, and docs notes for workbench consumers.