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/onebrain-ai/onebrain/resumenpx skills add onebrain-ai/onebrain --skill resumegit clone --depth 1 https://github.com/onebrain-ai/onebrainWrote 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/onebrain-ai/onebrain/resume)<a href="https://agentmods.dev/skills/onebrain-ai/onebrain/resume"><img src="https://agentmods.dev/badge/skills/onebrain-ai/onebrain/resume.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.00117 | $0.00857 |
| Opus 5 | $0.00059 | $0.00428 |
| Sonnet 5 | $0.00023 | $0.00171 |
| Haiku 4.5 | $0.00012 | $0.00086 |
Grade A, and why
resume 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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/resume — Load Active Pause Thread (TL;DR)
Reads the latest snapshot of the active pause thread and announces its state in chat so the agent and user can pick up seamlessly. Has no effect if there is no active thread.
Step 1: Resolve Active Thread
- If
/resume --task=<slug>was invoked with an explicit slug, validate BEFORE touching the pointer:- If
<slug>is not plain kebab-case (lowercase letters, digits, hyphens only — reject anything with glob or path characters like*,?,[,/) → output "⚠️ Invalid thread name<slug>. Active thread unchanged." and stop. Never interpolate an unvalidated slug into the glob below. - Glob
[logs_folder]/pause/*-{slug}-pause-*.md. ≥1 match → setactive_slug = <slug>and overwrite_active.mdto match (this enables switching from one paused thread to another), then continue to Step 2. If the pointer write fails, output "⚠️ Could not update active pointer. Active thread unchanged." and stop — do not announce a thread the pointer does not record. - 0 matches → output "⚠️ No pause file found for
<slug>. Active thread unchanged." and stop. Do NOT overwrite_active.md— a mistyped slug must not orphan the pointer or silently deactivate the current thread.
- If
- Otherwise read
[logs_folder]/pause/_active.md. If absent or empty → output "No active pause. คุยใหม่ได้เลย" and stop. If present, parse the single-line content asactive_slug.
Step 2: Locate Latest Pause File
- Glob
[logs_folder]/pause/*-{active_slug}-pause-*.md. - Sort by NN descending (tiebreak: date prefix descending). Pick the first.
- If no file matches (orphan pointer): output "⚠️ Active pointer references
<slug>but no pause file found. Run /doctor." and stop.
Step 3: Idempotency Check
- Read the file's frontmatter
session_token. If frontmatter is absent, malformed, orsession_tokencannot be parsed → skip this idempotency check and proceed to Step 4 (treat as a fresh resume). - If
session_tokenparsed cleanly AND equals the current session token → output "Still in active thread<slug>. Already resumed." and stop. Do NOT re-announce content.
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 · 61 lines · 117 tokens per session scan A fb3f348e03fb
resume is a skill published in the GitHub repository onebrain-ai/onebrain (26 stars, last pushed 7d ago), licensed Apache-2.0. It adds 117 tokens to every session and 857 once invoked, about $0.0006 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-30.
Other skills, from other repositories
obsidian-cli
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their…
priority-dashboard
Use this to rebuild, inspect, or temporarily steer {{username}}'s current PersonalOS priority dashboard from canonical Actions, Attention Triggers, and owner context. Do NOT use it to create, complete, or independently manage tasks; use task-manager for Action and Trigger lifecycle changes.
wrap-session-up
End-of-session review for a Claude Code conversation. Replays what was discussed, checks for open action items, documents relevant outcomes in the brain vault, and creates Todoist tasks for anything untracked. Use at the end of a work session to ensure nothing falls through the cracks.
task-manager
Use this when {{username}} or an agent wants to add, review, prioritize, complete, defer, park, or inspect todos, open loops, confirmed actions, waiting states, or attention triggers. Maintains atomic records under operations/actions/ and operations/attention-triggers/ as the only local action truth. Do NOT use for…
gws-obsidian-prep
Cross-skill recipe: fetch today's (or tomorrow's) Google Calendar events via gws CLI and create meeting prep notes in the Obsidian vault.
resume
Восстановление контекста припаркованной задачи для продолжения работы. Агент сканирует plan.md §Blockers, log.md и delegations/-файлы активных проектов, находит активные блокеры, записи PAUSED и открытые делегирования, показывает пользователю список припаркованных задач с типами и триггерами, и после выбора загружает…