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.
npx agentmods add instructions/dpup/meshcore-mcp/claude-mdgit clone --depth 1 https://github.com/dpup/meshcore-mcpWrote 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.
[](https://agentmods.dev/instructions/dpup/meshcore-mcp/claude-md)<a href="https://agentmods.dev/instructions/dpup/meshcore-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/dpup/meshcore-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00522 | $0.00522 |
| Opus 5 | $0.00261 | $0.00261 |
| Sonnet 5 | $0.00104 | $0.00104 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
meshcore-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 3d 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.
What it actually says
CLAUDE.md
Project guidance for Claude Code lives in AGENTS.md — read it first. It covers the architecture, the two contracts, conventions, and the don't-regress list.
TL;DR
- An MCP server exposing a MeshCore node as tools/resources/prompts. Built on
@dpup/meshcore-ts; tested/demoed against@dpup/meshcore-sim. Ungated by design — no policy layer (that'smeshcore-elmer). MeshServicetakes an injectedMeshCoreClient+Clock. Tests drive a real MCPClient(in-memory transport) → server → sim-backed client.- Verify with:
bun run typecheck·bun run test·bun run build·bun run docs:check(the generateddocs/api.mdmust stay in sync). - ESM-only, Node ≥ 18,
NodeNext,verbatimModuleSyntax,strict—.jsimport extensions, splitimport type/export type.
Don't-regress (details in AGENTS.md)
- Injected
MeshCoreClient+Clock; never construct them insideMeshService. - No
Date.now()/setTimeoutbelow the entrypoint — use theClock. - Provenance is structural: verified
channelMessage/contactMessagevs. unverifiedchannelData/advert/raw— each event carriesdecryptVerified. adminis an enumerated, curated set (execution plan §9) — never free-form; risk tier → annotations is deterministic;dryRunnever touches the device.- Annotations are the boundary; structured output + actionable
isErrorresults, never raw frames or thrown exceptions. - stdout is the MCP channel; diagnostics to stderr.
docs/api.mdis generated (bun run docs) — never hand-edit;drift.test.tsguards both contracts.
Planning docs
docs/plans/2026-05-26-initial-prd.md— the PRD (Spec v0.3).docs/plans/2026-05-27-execution-plan.md— milestones M0–M9, the two contracts, and §9 the enumeratedadminset.
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.
- 3d ago First seen · 38 lines · 522 tokens per session scan A db81bfddbba2
meshcore-mcp CLAUDE.md is an instructions file published in the GitHub repository dpup/meshcore-mcp (1 stars, last pushed 3mo ago), licensed MIT. It adds 522 tokens to every session, about $0.0026 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.
Other instructions, from other repositories
planckbot CLAUDE.md
Claude Code instructions for opcastil11/planckbot, covering planckbot, repo layout, tech stack, running things and rules.
intelligent-terminal rust.instructions.md
Concise Rust coding conventions for this repository.
InvestSkill GEMINI.md
Instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).
she-love-me CLAUDE.md
Instructions for 863401402/she-love-me, covering claude.md and 唯一工作流.
SeekMoney-ai CLAUDE.md
Instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
slivingdoc AGENTS.md
AGENTS.md instructions for baalimago/slivingdoc, covering agents.md — slivingdoc, architecture, package map, event flow and startup wiring (main.go).