agent-browser
v1.3.0浏览器自动化最佳实践 - 用 agent-browser(Vercel)做网页操作、数据抓取、表单填写、截图取证;默认 headless,鉴权前置 + 实例上限 4 + 安全边界。
By zhangq0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 ibootz/claude-devkit-marketplace
codex plugin marketplace upgrade claude-devkit-marketplace
codex plugin add agent-browser@claude-devkit-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the claude-devkit-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “agent-browser-2” remain stable.
- Codex:
agent-browser-2@agent-plugin-marketplace→agent-browser@claude-devkit-marketplace
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/ibootz/claude-devkit-marketplaceClone 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
用 agent-browser(Vercel 的 headless 浏览器自动化 CLI)操作网页:抓数据、填表单、截图取证、跑交互流程。默认 headless 运行,配套四道硬护栏——鉴权前置(启动前先向用户索取账密/token/cookie)、全局实例上限 4、登录态复用、安全边界限域。用户说「操作网页/抓页面/浏览器自动化/打开网站登录/agent-browser/headless」时触发。
Plugin manifests2
{
"name": "agent-browser",
"version": "1.3.0",
"description": "浏览器自动化最佳实践 - 用 agent-browser(Vercel)做网页操作、数据抓取、表单填写、截图取证;默认 headless,鉴权前置 + 实例上限 4 + 安全边界。",
"author": {
"name": "zhangq"
},
"skills": "./skills/",
"interface": {
"displayName": "Agent Browser",
"shortDescription": "浏览器自动化最佳实践",
"category": "Productivity"
}
}{
"name": "agent-browser",
"version": "1.3.0",
"description": "浏览器自动化最佳实践 - agent-browser(Vercel)网页操作/抓取/表单/截图;默认 headless,鉴权前置+实例上限4+安全边界+SessionEnd 清理,细节见 README",
"author": {
"name": "zhangq"
},
"homepage": "https://github.com/vercel-labs/agent-browser",
"hooks": {
"SessionEnd": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/session-end-cleanup.js"
}
]
}
]
}
}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-2)