Obsidian + Claude Code Accountability System is a personal knowledge-management setup that connects long-term goals with projects, reviews, daily notes, and tasks inside Obsidian. People use it to plan work, track progress, and review whether daily activity supports their goals with help from Claude Code. Its catalogue add-ons implement the system's planning, tracking, and review workflows.
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 ballred/obsidian-claude-pkm --skill upgradegit clone --depth 1 https://github.com/ballred/obsidian-claude-pkmWrote 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/ballred/obsidian-claude-pkm/upgrade)<a href="https://agentmods.dev/skills/ballred/obsidian-claude-pkm/upgrade"><img src="https://agentmods.dev/badge/skills/ballred/obsidian-claude-pkm/upgrade/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/ballred/obsidian-claude-pkm/upgrade"><img src="https://agentmods.dev/badge/skills/ballred/obsidian-claude-pkm/upgrade.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.00036 | $0.01105 |
| Opus 5 | $0.00018 | $0.00553 |
| Sonnet 5 | $0.00007 | $0.00221 |
| Haiku 4.5 | $0.00004 | $0.00111 |
Grade A, and why
upgrade 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 11d 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 — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Upgrade Skill
Updates your vault's system files to the latest version while preserving all your personal content.
Usage
/upgrade # Interactive upgrade with backup and diff review
/upgrade check # Preview what's changed without making modifications
What Gets Updated (System Files)
.claude/skills/*/SKILL.md— Skill definitions.claude/agents/*.md— Agent configurations.claude/hooks/*.sh— Automation scripts.claude/rules/*.md— Convention rules.claude/output-styles/*.md— Output style definitions.claude/settings.json— Permissions and hook configCLAUDE.md— Root context file (merged carefully)Templates/*.md— Note templates
What Never Gets Touched (Your Content)
Daily Notes/**— Your daily journal entriesGoals/**— Your goal files and reviewsProjects/**— Your project folders and CLAUDE.md filesArchives/**— Your archived contentInbox/**— Your captured itemsCLAUDE.local.md— Your personal overridesvault-config.json— Your preferences
Upgrade Process
Step 1: Check for Updates
Read the current version from CLAUDE.md (look for "System Version:" line).
Compare with the upstream repo. If using git:
git fetch origin
git log HEAD..origin/main --oneline
If not a git repo or no remote, inform user they need to download the latest vault-template/ manually.
Step 2: Create Backup
Before any changes, create a timestamped backup:
BACKUP_DIR=".backup/upgrade-$(date +%Y%m%d-%H%M%S)"
mkdir -p "$BACKUP_DIR"
cp -r .claude "$BACKUP_DIR/"
cp CLAUDE.md "$BACKUP_DIR/"
cp -r Templates "$BACKUP_DIR/" 2>/dev/null
Tell the user: "Backup created at $BACKUP_DIR"
Step 3: Diff Review
For each system file that differs from upstream:
- Show a summary of what changed (additions, removals, modifications)
- Ask user to confirm: "Apply this update? (yes/skip/stop)"
- If yes: apply the change
- If skip: leave this file unchanged
- If stop: halt the upgrade (backup remains, partial changes preserved)
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.
- 11d ago First seen · 146 lines · 36 tokens per session scan A c0c77ad86464
upgrade is a skill published in the GitHub repository ballred/obsidian-claude-pkm (1,858 stars, last pushed 6mo ago), licensed MIT. It adds 36 tokens to every session and 1,105 once invoked, about $0.0002 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
kb-lint
Health check for the PARA Knowledge Base. Detects orphan documents, broken links, index drift, tag issues, and stale content. Run periodically or as part of weekly review.
ai-second-brain
Walks the user through Charlie Hills's AI Second Brain + Karpathy Wiki setup from the MarTech AI newsletter. Use whenever the user mentions building an AI second brain, the Karpathy wiki, organising their ChatGPT/Claude exports in Obsidian, setting up a living wiki with Claude Code, connecting iMessage Channels, or…
Obsidian Automation
Automate Obsidian knowledge management, note linking, and personal knowledge base workflows.
refresh-context
A context snapshot updater for Core Context.md, a summary file built from nine main system files and selected essays. It refreshes that summary when the underlying material changes or the snapshot is more than 30 days old.
hibernate
Save comprehensive state snapshot before extended travel or breaks - enables context recovery weeks/months later.
research-assistant
Deep vault search and synthesis - find what's known before searching externally.