agent-browser
v6.3.1Efficient, token-lean browser automation for agents via agent-browser (skill + CLI wrapper) — accessibility-tree snapshots with @eN refs instead of HTML/screenshots. Standalone, no dependencies.
By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-browser for Codex and Claude Code
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add agent-browser@tooluPaste and run these commands in a terminal with Codex. They add and refresh the toolu catalog, then install this plugin.
Compatibility: the page URL and API slug “agent-browser-3” remain stable.
- Codex:
agent-browser-3@agent-plugin-marketplace→agent-browser@toolu
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Falconiere/tooluClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-browser/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/agent-browser/SKILL.md
Included Skills1
ALWAYS ACTIVE — Browser automation protocol. When a task means driving a REAL, JS-rendered browser — navigate to a page, click, fill a form on a live site, scrape a dynamic/SPA page, or screenshot a rendered UI — you MUST use the agent-browser CLI and its accessibility-tree snapshot (compact @eN refs) instead of fetching raw HTML or reasoning over screenshots. Triggers: browser, navigate, click, fill, submit a form, scrape a JS-rendered/SPA page, interact with a web app, screenshot a page.
Plugin manifests2
{
"name": "agent-browser",
"version": "6.3.1",
"description": "Efficient, token-lean browser automation for agents via agent-browser (skill + CLI wrapper) — accessibility-tree snapshots with @eN refs instead of HTML/screenshots. Standalone, no dependencies.",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}{
"name": "agent-browser",
"version": "6.3.1",
"description": "Efficient, token-lean browser automation for agents via agent-browser (skill + CLI wrapper) — accessibility-tree snapshots with @eN refs instead of HTML/screenshots. Standalone, no dependencies.",
"author": {
"name": "Falconiere Barbosa",
"email": "[email protected]"
},
"homepage": "https://github.com/falconiere/toolu",
"repository": "https://github.com/falconiere/toolu.git",
"license": "MIT",
"keywords": [
"claude-code",
"agent-browser",
"browser-automation",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-browser on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-browser-3)