sniffer

sniffer is a skill for Claude Code from heymitch/ccmb-marketplace. It costs 97 tokens per session (2,773 once invoked), scanned A, original, no licence file.

A browser-based discovery tool that watches a live website's fetch and XHR requests. These are the browser calls a site uses to communicate with its backend services.

In plain words
What is it for?
Use it to map a site's API surface, discover endpoints, and observe the requests made while using the site.
Why use it?
It shows which backend endpoints a website uses without requiring prior knowledge of its API.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the claude-code-marketing-bootcamp plugin — 36 skills, 1 command shipped together

Good fit Use it to map a site's API surface, discover endpoints, and observe the requests made while using the site.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heymitch/ccmb-marketplace/sniffer
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.

Any agent
npx skills add heymitch/ccmb-marketplace --skill sniffer
Clone the repo
git clone --depth 1 https://github.com/heymitch/ccmb-marketplace

Made for: Claude Code.

Or install claude-code-marketing-bootcamp, the plugin that ships this one along with the rest of its 36 skills, 1 command.

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 sniffer

README.md
[![agentmods](https://agentmods.dev/badge/skills/heymitch/ccmb-marketplace/sniffer/github.svg)](https://agentmods.dev/skills/heymitch/ccmb-marketplace/sniffer)
Your own site
<a href="https://agentmods.dev/skills/heymitch/ccmb-marketplace/sniffer"><img src="https://agentmods.dev/badge/skills/heymitch/ccmb-marketplace/sniffer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sniffer

Your own site · 80×15
<a href="https://agentmods.dev/skills/heymitch/ccmb-marketplace/sniffer"><img src="https://agentmods.dev/badge/skills/heymitch/ccmb-marketplace/sniffer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,773 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00097 $0.02773
Opus 5 $0.00048 $0.01386
Sonnet 5 $0.00019 $0.00555
Haiku 4.5 $0.00010 $0.00277

Measured 11d ago against content hash 23f99d17258d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

sniffer 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 11d 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.

plugins/claude-code-marketing-bootcamp/skills/sniffer/SKILL.md · 208 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 208 lines · 97 tokens per session scan A 23f99d17258d

Subscribe to this mod's changes

sniffer is a skill published in the GitHub repository heymitch/ccmb-marketplace (2 stars, last pushed 3mo ago), with no licence file. It adds 97 tokens to every session and 2,773 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

x402

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

browser-use/browser-use · 175 tokens

har-derived-api-client

Record a site's XHR into a HAR, derive an HTTP client.

NousResearch/hermes-agent · 19 tokens

derive-client

Reverse-engineer a website's internal API by recording browser traffic into a HAR file, then generate a standalone client or CLI that calls the endpoints directly, with no browser needed after the first recording. Use when asked to "derive a client", "build a CLI for ", "reverse engineer this site's API", "record…

vercel-labs/agent-browser · 100 tokens

cloud

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2, v3, or v4), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP…

browser-use/browser-use · 177 tokens

sync-new-data-type

Adds scaffolding for a new Sync data type in Chromium across protocol buffers, DataType definitions, feature flags, controller builders, unit tests, and metrics.

chromium/chromium · 36 tokens

browserwing-executor

Control browser automation through HTTP API. Supports page navigation, element interaction (click, type, select), data extraction, accessibility snapshot analysis, screenshot, JavaScript execution, and batch operations.

MemTensor/MemOS · 42 tokens