airbrowser-mcp CLAUDE.md

airbrowser-mcp CLAUDE.md is an instructions file for coding agents from ifokeev/airbrowser-mcp. It costs 2,649 tokens per session, scanned A, original, MIT.

A project guide for agents working on the airbrowser-mcp codebase. It sets rules for Python package commands, Git commit messages, and efficient use of tokens.

In plain words
What is it for?
Installing or running Python tools with uv, checking code, and creating focused Conventional Commits such as fixes, features, tests, or documentation changes.
Why use it?
It keeps changes consistent with the project's tools and conventions, reducing setup mistakes and unclear commit history.

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/ifokeev/airbrowser-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/ifokeev/airbrowser-mcp

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 airbrowser-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ifokeev/airbrowser-mcp/claude-md.svg)](https://agentmods.dev/instructions/ifokeev/airbrowser-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ifokeev/airbrowser-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/ifokeev/airbrowser-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,649 This file is loaded in full into every session.
When invoked 2,649 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.1 $0.02649 $0.02649
Opus 5 $0.01324 $0.01324
Sonnet 5 $0.00530 $0.00530
Haiku 4.5 $0.00265 $0.00265

Measured 5d ago against content hash 4999822220da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

airbrowser-mcp CLAUDE.md scanned grade A with 0 findings 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 5d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 268 lines

How it starts

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

CLAUDE.md - Important Project Information

Critical Rules

Package Management

Always use uv instead of pip for Python package management:

  • Install packages: uv pip install <package>
  • Run Python scripts: uv run python3 <script> (ensures correct environment)
  • Run tools: uvx <tool> (e.g., uvx ruff check src/)
  • Install from requirements: uv pip install -r requirements.txt

Git Commits

Use Conventional Commits format: https://www.conventionalcommits.org/

Format: <type>(<scope>): <description>

Types:

  • feat: New feature
  • fix: Bug fix
  • docs: Documentation only
  • style: Code style (formatting, semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Performance improvement
  • test: Adding or fixing tests
  • chore: Build process, dependencies, or tooling
  • ci: CI/CD configuration

Examples:

  • feat(api): add browser screenshot endpoint
  • fix(launcher): handle missing Chrome binary
  • docs: update installation instructions
  • chore(deps): upgrade seleniumbase to 4.32.0

Create separate logical commits with scope. Do not bundle unrelated changes into one commit:

  • Good: 3 commits for feat(mcp), docs, refactor(tests)
  • Bad: 1 commit with "feat(mcp): add feature and update docs and refactor tests"

Do NOT add AI attribution to commits. Never include:

  • "🤖 Generated with Claude Code"
  • "Co-Authored-By: Claude..."
  • Any other AI/Claude attribution text

Token Efficiency

⚠️ MINIMIZE OUTPUT TO REDUCE TOKEN USAGE

When running commands with verbose output (tests, builds, logs):

  • Always pipe to tail -n to show only the final result/summary
  • Example: ./scripts/run_tests.sh 2>&1 | tail -10
  • Never stream full test logs, build logs, or large file contents

File Size Limits

⚠️ Keep files under 1000 lines. Prefer creating multiple smaller files over one large "god object" file.

  • If a file approaches 1000 lines, refactor into logical modules
  • Split by responsibility: separate concerns into different files
  • Better: 5 files at 200 lines each than 1 file at 1000 lines

Read the full file on GitHub · 268 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. 5d ago First seen · 268 lines · 2,649 tokens per session scan A 4999822220da

Subscribe to this mod's changes

airbrowser-mcp CLAUDE.md is an instructions file published in the GitHub repository ifokeev/airbrowser-mcp (9 stars, last pushed 2mo ago), licensed MIT. It adds 2,649 tokens to every session, about $0.0132 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.