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 skills/tonydzi/second-brain-starter-kit/mcpnpx skills add tonydzi/second-brain-starter-kit --skill mcpgit clone --depth 1 https://github.com/tonydzi/second-brain-starter-kitWrote 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/skills/tonydzi/second-brain-starter-kit/mcp)<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/mcp"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/mcp.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.1 | $0.00069 | $0.00934 |
| Opus 5 | $0.00034 | $0.00467 |
| Sonnet 5 | $0.00014 | $0.00187 |
| Haiku 4.5 | $0.00007 | $0.00093 |
Grade A, and why
mcp 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.
How it starts
The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/mcp — connector health-check & discovery
🧒 When reporting to Anton end with a child-simple "In plain words" recap. (memory
eli5-always)
Two jobs: (1) health — is each MCP server alive & authorized? (2) discover — is there an MCP for a need Anton has? Full rules + the Telegram landmine = memory [[mcp-health-check]].
health (READ-ONLY, safe order)
- In-session tool check FIRST (zero-risk) — if a server's tools are present in the session, call ONE cheap read tool to confirm auth + liveness:
- Telegram →
mcp__telegram__get_me(expect Tony / @work_acct_a). - WhatsApp →
mcp__whatsapp__get_my_profile. n8n →mcp__n8n__n8n_health_check. Google Drive/Calendar → a list call. MongoDB →list-databases. This uses the ALREADY-RUNNING server — no second client.
- Telegram →
- Only if a server's tools are ABSENT → it didn't load. Diagnose registration (
$USERPROFILE/.claude.jsonmcpServers) + processes, then reconnect. - ⚠️ TELEGRAM LANDMINE: do NOT run
claude mcp listor spawn a Telethon client as a casual check — a 2nd client on the same StringSession triggers AUTH_KEY_DUPLICATED and logs the account out. Prefer in-sessionget_me. Useclaude mcp listonly when the server clearly isn't loaded. - Zombie/leak watch (Windows): stdio MCPs launched via
uv run/npxcan orphan → prefer the direct interpreter ascommand; the "Telegram MCP Janitor" task (every 15 min) kills true orphans (no liveclaude.exeancestor). Don't guess a hung process — verify with facts (alive? progress mtime? elapsed?).
discover
Use the registry tools: mcp__mcp-registry__suggest_connectors (for a stated need), mcp__mcp-registry__search_mcp_registry, mcp__mcp-registry__list_connectors (what's already available). Rank by: does it solve a REAL recurring need? subscription/local (free) over paid ([[prefer-included-limits-before-paid-api]])? does a stdio server risk Windows orphaning? Propose, don't auto-install — wiring a new server = Anton's call.
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.
- 5d ago First seen · 47 lines · 69 tokens per session scan A 39de8b048a58
mcp is a skill published in the GitHub repository tonydzi/second-brain-starter-kit (5 stars, last pushed 6d ago), licensed MIT. It adds 69 tokens to every session and 934 once invoked, about $0.0003 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 skills, from other repositories
wiki-ingest
Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…
autoresearch
Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…
canvas
Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.
save
Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the user explicitly asks to preserve specific conversation content, not when they supply a file or URL to ingest. Triggers: /save, save this, save that answer, file this conversation…
wiki-retrieve
Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…
wiki
Initialize, adopt, and route work for a separate Obsidian knowledge vault through the portable claude-obsidian core. Use for vault setup, scaffolding, workspace selection, cross-project configuration, or choosing the correct wiki sub-skill. Triggers: /wiki, set up wiki, scaffold vault, create knowledge base, adopt…