browse plugin marketplace

July 16, 2026 ยท View on GitHub

Install the browse CLI as a native plugin in Claude Code, Cursor, Codex, Grok, and Gemini CLI.

This repo has no application code. It's a set of static JSON manifests that let each agent marketplace install and SHA-pin the browse plugin, plus the skill that teaches the agent to drive browse from the shell.

What's inside

PathMarketplace format
.claude-plugin/marketplace.jsonClaude Code marketplace
.codex-plugin/plugin.jsonCodex plugin
.cursor-plugin/marketplace.jsonCursor marketplace
.agents/plugins/marketplace.jsonGeneric .agents marketplace
.grok-plugin/plugin.jsonGrok plugin
gemini-extension.jsonGemini CLI extension (GEMINI.md context file)

See docs/add-a-plugin.md for the full repo layout and how to update the plugin.

Quick start

  • Claude Code: add this repo as a plugin marketplace, then install the browse plugin.
  • Cursor: add the marketplace, then install browse.
  • Codex / Grok: add the repo as a plugin marketplace and install browse.
  • Gemini CLI: install this repo as an extension (gemini-extension.json + GEMINI.md).

Then just ask your agent:

  • "Go to Hacker News and get the top 5 stories."
  • "Fill out the signup form on example.com."
  • "Take a screenshot of localhost:3000."

No local server, no build step, no API key required for local browsing.

Browserbase cloud (optional)

Remote stealth sessions, proxies, and CAPTCHA solving use a Browserbase API key:

export BROWSERBASE_API_KEY="your-api-key"

Get a key at browserbase.com/settings. Local mode uses Chrome/Chromium on your machine and needs no key.

Resources