Agent Plugins Marketplace
All plugins

openchrome

v1.12.5

Harness-engineered browser automation. Control your real Chrome from any AI agent via MCP — parallel lanes, auto-recovery, verifiable contracts.

CodexClaude Code1 Skill1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add openchrome@agent-plugin-marketplace

Paste 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/openchrome

Clone 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

openchrome/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/openchrome/SKILL.md
└── .mcp.json

Included Skills1

openchromeskills/openchrome/SKILL.md

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

openchromestdio
command
openchrome
args
serve --auto-launch

Plugin manifests2

.codex-plugin/plugin.json
{
  "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/"
}
.claude-plugin/plugin.json
{
  "$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/"
}

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)