core-agent-browser
Internal support skill for agent-browser CLI workflows used by rust-learner, docs-researcher, and crate-researcher. Use only when browser automation is explicitly required.
By actionbook · 1,435 installs
npx skills add actionbook/rust-skills --skill core-agent-browser
Source repository · Upstream listing
Browser Automation with agent browser
Priority Note
For fetching Rust/crate information, use this priority order:
1. rust learner skill Orchestrates actionbook + browser fetcher
2. actionbook MCP Pre computed selectors for known sites
3. agent browser CLI Direct browser automation (last resort)
Use agent browser directly only when:
actionbook has no pre computed selectors for the target site
You need interactive browser testing/automation
You need screenshots or form filling
Quick start
Core workflow
1. Navigate: agent browser open <url
2. Snapshot: agent browser snapshot i (returns elements with refs like @e1 , @e2 )
3. Interact using refs from the snapshot
4. Re snapshot after navigation or significant DOM changes
Commands
Navigation
Snapshot (page analysis)
Interactions (use @refs from snapshot)
Get information
Screenshots
Wait
Semantic locators (alternative to refs)
Example: Form submission