opentabs CLAUDE.md

opentabs CLAUDE.md is an instructions file for coding agents from opentabs-dev/opentabs. It costs 6,529 tokens per session, scanned A, a copy of opentabs AGENTS.md, MIT.

Project instructions describe the OpenTabs platform, its architecture, and its development workflow. OpenTabs is a Chrome extension and local server that lets agents interact with web apps through your logged-in browser.

In plain words
What is it for?
Use them when developing or maintaining OpenTabs, its browser extension, its server, or its plugins.
Why use it?
They give the agent the project background and working rules needed to make consistent changes.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/opentabs-dev/opentabs/claude-md
Clone the repo
git clone --depth 1 https://github.com/opentabs-dev/opentabs

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for opentabs CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/opentabs-dev/opentabs/claude-md.svg)](https://agentmods.dev/instructions/opentabs-dev/opentabs/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/opentabs-dev/opentabs/claude-md"><img src="https://agentmods.dev/badge/instructions/opentabs-dev/opentabs/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,529 This file is loaded in full into every session.
When invoked 6,529 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.06529 $0.06529
Opus 5 $0.03265 $0.03265
Sonnet 5 $0.01306 $0.01306
Haiku 4.5 $0.00653 $0.00653

Measured 4d ago against content hash 7473bbabb844, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

opentabs CLAUDE.md scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

**Production code** (`platform/*/src/`): Uses Node.js APIs directly (`node:fs/promises`, `node:child_process`, `node:crypto`, `process.env`, `process.argv`).
Origin

This is a copy

88% identical to opentabs AGENTS.md — 66 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 431 lines

How it starts

The opening of the file, as written. The whole thing — 431 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project Instructions for Claude

Project Overview

OpenTabs Platform is a Chrome extension + MCP server with a plugin-based architecture. A plugin SDK allows anyone to create OpenTabs plugins as standalone npm packages. The MCP server discovers plugins at runtime, and the Chrome extension dynamically injects plugin adapters into matching tabs — giving AI agents access to web applications through the user's authenticated browser session.

Architecture

┌─────────────┐  Streamable HTTP  ┌─────────────┐  WebSocket  ┌──────────────────┐
│ Claude Code │ ←───────────────→ │ MCP Server  │ ←─────────→ │ Chrome Extension │
│             │  /mcp             │ (localhost) │             │   (Background)   │
└─────────────┘                   └──────┬──────┘             └────────┬─────────┘
                                         │                             │
                                  ┌──────▼──────┐            ┌────────▼─────────┐
                                  │   Plugin    │            │  Adapter IIFEs   │
                                  │  Discovery  │            │  (per plugin,    │
                                  │ (npm + local│            │   injected into  │
                                  │  paths)     │            │   matching tabs) │
                                  └─────────────┘            └────────┬─────────┘
                                                                      │ Same-origin
                                                             ┌────────▼─────────┐
                                                             │   Web APIs       │
                                                             │ (user's session) │
                                                             └──────────────────┘

MCP Server (platform/mcp-server): Plugin discovery, tool dispatch via WebSocket, browser tools, audit log. See platform/mcp-server/CLAUDE.md for details.

Chrome Extension (platform/browser-extension): Adapter injection, tool dispatch relay, React side panel UI. Published to npm as @opentabs-dev/browser-extension and bundled as a CLI dependency so opentabs start can auto-install it. See platform/browser-extension/CLAUDE.md for details.

Read the full file on GitHub · 431 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 431 lines · 6,529 tokens per session scan A 7473bbabb844

Subscribe to this mod's changes

opentabs CLAUDE.md is an instructions file published in the GitHub repository opentabs-dev/opentabs (926 stars, last pushed 10d ago), licensed MIT. It adds 6,529 tokens to every session, about $0.0326 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). It is 88% identical to opentabs AGENTS.md, differing in 66 lines, and is treated as a copy.

Related

Other instructions, from other repositories

hanzi-browse CLAUDE.md

Claude Code instructions for hanzili/hanzi-browse, covering hanzi browse — architecture guide, what is hanzi browse?, architecture, key directories and value propositions.

hanzili/hanzi-browse · 2,313 tokens

neobrowser AGENTS.md

Instructions for pitiflautico/neobrowser, covering agents.md — orientation for ai agents & contributors, build, run, test (rust — primary), how it works (rust module map), conventions and ci and release gates.

pitiflautico/neobrowser · 1,759 tokens

browser-bridge AGENTS.md

Instructions for koltyakov/browser-bridge, covering project guide, data flow, package map, where to find things and method dispatch (extension side).

koltyakov/browser-bridge · 2,959 tokens

codex-browser-bridge AGENTS.md

Instructions for DeliciousBuding/codex-browser-bridge, covering agents.md, 仓库级 skill, mcp 工具设计规范, 1. browser 层(src/browser.rs) and 2. mcp 层(src/mcp/ 目录).

DeliciousBuding/codex-browser-bridge · 1,730 tokens

chromeboost GEMINI.md

Instructions for lordamdal/chromeboost, covering chromeboost — gemini instructions, what chromeboost is, when to use chromeboost (be proactive), hard rules — never break these and standard flow pattern.

lordamdal/chromeboost · 4,442 tokens

chromeboost CLAUDE.md

Instructions for lordamdal/chromeboost, covering chromeboost — repo-developer guide, what chromeboost is, repository layout, development commands and tests/antibot/ (run locally; not in ci).

lordamdal/chromeboost · 3,633 tokens