openchrome
v1.12.5Harness-engineered browser automation. Control your real Chrome from any AI agent via MCP — parallel lanes, auto-recovery, verifiable contracts.
By OpenChrome contributorsLicense: MIT236 GitHub starsUpdated 9 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 31, 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 openchrome for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add openchrome@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/shaun0927/openchromeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/openchrome/SKILL.md└── .mcp.json
Included Skills1
OpenChrome browser automation skill. Use when the user asks to navigate, click, read, screenshot, crawl, or automate anything in a real Chrome browser. Covers parallel lanes, authenticated scraping, outcome contracts, and skill replay.
MCP servers1
- command
- openchrome
- args
- serve --auto-launch
Plugin manifests2
{
"name": "openchrome",
"version": "1.12.5",
"description": "Harness-engineered browser automation. Control your real Chrome from any AI agent via MCP — parallel lanes, auto-recovery, verifiable contracts.",
"author": {
"name": "OpenChrome contributors",
"url": "https://github.com/shaun0927/openchrome"
},
"homepage": "https://github.com/shaun0927/openchrome",
"repository": "https://github.com/shaun0927/openchrome",
"license": "MIT",
"keywords": [
"browser",
"automation",
"mcp",
"chrome",
"cdp"
],
"mcpServers": {
"openchrome": {
"command": "openchrome",
"args": [
"serve",
"--auto-launch"
]
}
},
"skills": "./skills/"
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "openchrome",
"displayName": "OpenChrome",
"version": "1.12.5",
"description": "Harness-engineered browser automation. Control your real Chrome from any AI agent via MCP — parallel lanes, auto-recovery, verifiable contracts.",
"author": {
"name": "OpenChrome contributors",
"url": "https://github.com/shaun0927/openchrome"
},
"homepage": "https://github.com/shaun0927/openchrome",
"repository": "https://github.com/shaun0927/openchrome",
"license": "MIT",
"keywords": [
"browser",
"automation",
"mcp",
"chrome",
"cdp"
],
"mcpServers": {
"openchrome": {
"command": "openchrome",
"args": [
"serve",
"--auto-launch"
]
}
},
"skills": "./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.
[openchrome on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openchrome)