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 skills add tonydzi/second-brain-starter-kit --skill alpha-reviewgit 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/alpha-review)<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/alpha-review"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/alpha-review/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.
<a href="https://agentmods.dev/skills/tonydzi/second-brain-starter-kit/alpha-review"><img src="https://agentmods.dev/badge/skills/tonydzi/second-brain-starter-kit/alpha-review.svg" alt="Reviewed on agentmods" width="80" 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.00067 | $0.00744 |
| Opus 5 | $0.00034 | $0.00372 |
| Sonnet 5 | $0.00013 | $0.00149 |
| Haiku 4.5 | $0.00007 | $0.00074 |
Grade A, and why
alpha-review 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 8d 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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/alpha-review — the alpha selection screen in one command
The engine is already built (2026-06-18/20). This skill is launch + summary; it duplicates nothing.
Steps
- Is the server alive?
netstat -ano | findstr :8772(PowerShell) /netstat -ano | grep :8772(bash).- Listening → jump to step 3.
- Start it (a fresh harvest runs inside):
in the background (cd /e/Obsidian/_imports/alpha && PYTHONIOENCODING=utf-8 python alpha_review_server.py --no-browserrun_in_background). Manual alternative for the operator: double-click$IMPORTS_ROOT/alpha/alpha-review.cmd. - Hand over the link: http://127.0.0.1:8772 — open in a browser (local only, nothing leaves the machine).
- Eval summary (0 LLM tokens):
Show the operator: how much is labelled / per-miner precision / what to label first (uncertainty sampling: PARTIAL first). At >=8 labels per miner, tune names a concrete detector fix.PYTHONIOENCODING=utf-8 python $IMPORTS_ROOT/alpha/alpha_tune.py - Remind them of the loop: labels ->
alpha_tune.py-> adjust the detector threshold/filter -> re-harvest -> re-label. Cards carry a batch badge (🆕 = fresh nightly batch).
Pitfalls
- The DB is a cumulative INBOX of every nightly batch (not just the latest judged file) — "extra" items are not junk, they are an unlabelled backlog. Do not "fix" it.
- An empty screen is not the same as no data: first check that the harvest actually ran (
alpha_harvest.pyprints counters) and that you are looking at the right drive (E:, not C:). - 🔒 Community-sourced cards are HIGH sensitivity: never screenshot the screen outside, and approach contacts value-first only (standing rule for elite crypto communities: zero cold DMs, value first).
About & contact
Built and battle-tested at Palo Alto AI Research Lab — a fleet of Claude Code machines running 24/7 as a second brain and synthetic cofounder. Every skill here survived real production use before publication.
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.
- 8d ago First seen · 50 lines · 67 tokens per session scan A 4908b2d5b979
alpha-review is a skill published in the GitHub repository tonydzi/second-brain-starter-kit (5 stars, last pushed 9d ago), licensed MIT. It adds 67 tokens to every session and 744 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
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…
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…
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.
defuddle
Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.
obsidian-bases
Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use for Obsidian Bases, database-like vault views, dynamic tables, reading lists, task trackers, filters, formulas, summaries, and .base file edits.
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…