Agent Plugins Marketplace
All plugins

chrome-cdp

v1.0.0+codex.f35a74628adb

Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots, read accessibility trees, evaluate JavaScript, click elements, or navigate pages.

Codex1 Skill

By Petr BaudisLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add chrome-cdp@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/dashed/claude-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/chrome-cdp/.

Plugin files

plugins/chrome-cdp/
├── .codex-plugin/plugin.json
└── skills/chrome-cdp/SKILL.md

Included Skills1

chrome-cdpskills/chrome-cdp/SKILL.md

Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots of browser tabs, read accessibility trees, evaluate JavaScript, click elements, navigate pages, or automate browser interactions in a live Chrome session.

Plugin manifests1

plugins/chrome-cdp/.codex-plugin/plugin.json
{
  "name": "chrome-cdp",
  "version": "1.0.0+codex.f35a74628adb",
  "description": "Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots, read accessibility trees, evaluate JavaScript, click elements, or navigate pages.",
  "author": {
    "name": "Petr Baudis"
  },
  "license": "MIT",
  "keywords": [
    "chrome",
    "cdp",
    "browser",
    "devtools",
    "debugging"
  ],
  "interface": {
    "displayName": "Chrome CDP",
    "shortDescription": "Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots, read...",
    "longDescription": "Interact with local Chrome browser session via Chrome DevTools Protocol. Use when asked to inspect, debug, or interact with a page open in Chrome, take screenshots, read accessibility trees, evaluate JavaScript, click elements, or navigate pages.",
    "developerName": "Petr Baudis",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $chrome-cdp for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/chrome-cdp",
  "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.

[chrome-cdp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chrome-cdp)