Agent Plugins Marketplace
All plugins

browser-harness

v0.2.2

Direct local Chrome control via CDP. Drives an isolated agent Chrome or the user's real Chrome with coordinate clicks, screenshots, and Python helpers — no selector hunting. Windows-focused fork. Requires the one-time `browser-harness` CLI install (see the skill's references/install.md).

Claude Code1 Skill

By raystyleLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 1, 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 browser-harness for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install browser-harness@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/raystyle/browser-harness

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

browser-harness/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

browser-harnessSKILL.md

Always use browser-harness for any web interaction: automation, scraping, testing, or site/app work.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "browser-harness",
  "version": "0.2.2",
  "description": "Direct local Chrome control via CDP. Drives an isolated agent Chrome or the user's real Chrome with coordinate clicks, screenshots, and Python helpers — no selector hunting. Windows-focused fork. Requires the one-time `browser-harness` CLI install (see the skill's references/install.md).",
  "author": {
    "name": "raystyle",
    "url": "https://github.com/raystyle"
  },
  "homepage": "https://github.com/raystyle/browser-harness",
  "repository": "https://github.com/raystyle/browser-harness",
  "license": "MIT",
  "keywords": [
    "browser",
    "automation",
    "cdp",
    "chrome",
    "scraping",
    "screenshot",
    "browser-harness"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

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