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/eliransu/digital-brain/notenpx skills add eliransu/digital-brain --skill notegit clone --depth 1 https://github.com/eliransu/digital-brainWhat 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.00154 | $0.02508 |
| Opus 5 | $0.00077 | $0.01254 |
| Sonnet 5 | $0.00031 | $0.00502 |
| Haiku 4.5 | $0.00015 | $0.00251 |
Grade A, and why
note 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 2d 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 — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
note: Time-Bound Reminders & Tasks in the Vault
Notes are the lightweight, ephemeral cousin of full wiki pages. Use them for "ping Carol about the demo tomorrow", "review red-team PR by Friday", "buy a new charger". They live for 7 days, then auto-expire.
User identity: [email protected]. Vault root: ~/digital-brain/.
Vault Layout
- Notes folder:
wiki/notes/(create if missing) - Notes index:
wiki/notes/_index.md(create if missing — table of active notes only) - Wiki index:
wiki/index.md— has a## Metasection; add[[notes/_index|Active Notes]]there once - Log:
wiki/log.md— append anoteentry at the TOP after every add/done - Hot cache:
wiki/hot.md— touch ONLY if the note'sdueis within 24h
Invocation Forms
| Form | Action |
|---|---|
/note <free-text> |
add (default kind = reminder) |
/note task <free-text> |
add with note_kind: task |
/note reminder <free-text> |
add with note_kind: reminder (explicit) |
/note list |
show active (non-expired, open) notes |
/note done <id-or-slug> |
mark a note as done |
/note clear |
manually sweep expired notes (auto on every invocation) |
If $ARGUMENTS is empty, show the forms and ask which one.
Parsing /note [kind] <tail>
- Kind. If the first tail token (case-insensitive) is
taskorreminder, consume it and setnote_kind. Otherwise defaultnote_kind: reminder. - Due time (
by <when>/tomorrow/today HH:MM/<weekday>/in <N>h|d).by 18:00orby 6pm→ today at that time (or tomorrow if already past)tomorrow [HH:MM]→ tomorrow at the given time or 09:00next <weekday>→ next occurrence of that weekday at 09:00in 3h/in 2d→ relative from now- If nothing specified: default
due= today 18:00 (or tomorrow 09:00 if it's already past 18:00).
- Assignee (
@<Person>). Defaultassignee: me. If@Nameappears, resolve viawiki/entities/people/_index.md:- If a person with that first-name alias or full-name match exists →
assignee: "<Full Name>"and wikilink[[Full Name]]in the body. - If not, apply the flywheel rule (see "Cross-Reference Rule" below): file the person first via the
pplskill with best-guess role, then link.
- If a person with that first-name alias or full-name match exists →
- Title. The remaining text after stripping kind /
by …/@Nameis the title. Trim to ≤ 80 chars; full text stays in the body.
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.
- 2d ago First seen · 241 lines · 154 tokens per session scan A efebd6583bfe
note is a skill published in the GitHub repository eliransu/digital-brain (1 stars, last pushed 3mo ago), licensed MIT. It adds 154 tokens to every session and 2,508 once invoked, about $0.0008 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-daily
用于目标 corpus 的今天日记、todo、编程决策、daily compile、rolling synthesis、weekly synthesis、fileback 候选和飞书提醒;可选 daily workflow。.
wiki-triage
工作台清算——on-demand 扫描 工作台/ 淤积内容与复盘层 fileback 候选,AI 预判分组后出裁决账单,先生勾选后才执行(入库/归档/丢弃)。触发词:整理工作台、清算工作台、工作台该清了、triage、工作台清算。.
brain-refresh
Refresh the qmd index for this vault — re-scans all collections for new/changed files and regenerates vector embeddings. Use after a bulk ingest session, after manual file edits, or whenever search feels stale. Trigger phrases: /brain-refresh, refresh the brain, refresh embeddings, re-embed wiki, update qmd index…
loredex-curate
Write a Start-Here brief for a project or a recent session's findings, and flag stale/duplicate/orphaned notes. Use when the user says "curate my dex/research", "where do I start", "make sense of this project", or just finished a session that produced several markdown files and wants a handoff.
obsidian-notes
Write and organize Obsidian notes through Obsidian Bridge with clean structure, wikilinks, and daily-note habits. Use when capturing notes, filling daily notes, or organizing vault content.
obsidian-setup
Guide the user through connecting Obsidian Bridge in three calm steps. Use when the plugin is newly installed, Obsidian is offline, the API key is missing/invalid, or the user asks how to connect Obsidian.