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 ravila4/claude-adhd-skills --skill obsidian-vaultgit clone --depth 1 https://github.com/ravila4/claude-adhd-skillsWrote 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/ravila4/claude-adhd-skills/obsidian-vault)<a href="https://agentmods.dev/skills/ravila4/claude-adhd-skills/obsidian-vault"><img src="https://agentmods.dev/badge/skills/ravila4/claude-adhd-skills/obsidian-vault/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/ravila4/claude-adhd-skills/obsidian-vault"><img src="https://agentmods.dev/badge/skills/ravila4/claude-adhd-skills/obsidian-vault.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.00044 | $0.02059 |
| Opus 5 | $0.00022 | $0.01030 |
| Sonnet 5 | $0.00009 | $0.00412 |
| Haiku 4.5 | $0.00004 | $0.00206 |
Grade A, and why
obsidian-vault 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 — 265 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Vault
Overview
This skill provides vault-specific knowledge and technical operations for managing an Obsidian vault. It handles markdown formatting, YAML frontmatter structure, folder hierarchy, attachment organization, and internal linking conventions specific to the vault structure.
When to Use This Skill
Use this skill when:
- Creating new notes in the Obsidian vault
- Updating existing notes with proper formatting
- Organizing notes into correct folder hierarchy
- Managing attachments and images
- Formatting YAML frontmatter with appropriate tags
- Creating internal links between notes
- Following vault-specific naming conventions
- Ensuring notes meet quality and structure standards
Core Capabilities
1. Vault Structure and Organization
Understand and apply the folder hierarchy defined for the vault:
Main folders:
Programming/- Code concepts, languages, tools (subfolders: Python/, UNIX/)Projects/- Project-specific notes and documentationDaily Log/- Daily notes and meeting logsTemplates/- Note templates
See references/vault_structure.md for complete hierarchy, placement rules, and decision trees.
2. File Naming Conventions
Apply proper naming based on note type:
Regular notes:
- Format: Descriptive name with spaces
- Examples:
Python Decorators.md,Docker Tips.md - Rule: Filename serves as title (no H1 header inside)
Daily notes:
- Format:
YYYY-MM-DD.md - Location:
Daily Log/folder - Examples:
2025-02-26.md,2025-10-21.md
Meeting notes:
- Format:
YYYY-MM-DD - Meeting Topic.md - Location:
Daily Log/or relevant topic folder - Example:
2025-10-21 - Sprint Review.md
See references/vault_structure.md for complete naming rules and conventions.
3. Markdown Formatting Standards
Format notes according to vault-specific markdown conventions:
YAML Frontmatter (required):
---
tags:
- relevant_tag1
- relevant_tag2
---
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 265 lines · 44 tokens per session scan A cad5a3961fab
obsidian-vault is a skill published in the GitHub repository ravila4/claude-adhd-skills (149 stars, last pushed 6mo ago), licensed MIT. It adds 44 tokens to every session and 2,059 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
obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
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…
chief-of-staff
Personal Chief of Staff system for ADHD-ish operators. Vault-based, loop-driven, nervous-system-aware. Built and lived-in across daily sessions on real consulting, content, and long-running personal work.
notion-artifact-capture
Use when a user says “save to Notion” for research, reports, drafts, references, or generated artifacts and wants a reusable default destination. Bootstraps a generic Notion AI Output Library under a user-created shared parent page, saves typed metadata and optional Markdown, verifies every write through the live API…
my-adhd-caveman
Self-contained output mode: ADHD actable structure (action first, numbered steps, one next action, one-line progress) plus caveman diction (drop fluff/articles, fragments, fewer tokens). Use when the user says "adhd-caveman", "my-adhd-caveman", or invokes /my-adhd-caveman. Needs no other skills.
google-workspace
Gmail, Calendar, Drive, Contacts, Sheets, and Docs — through Hermes-managed OAuth and a thin CLI wrapper. When gws is installed, the skill uses it as the execution backend for broader Google Workspace coverage; otherwise it falls back to the bundled Python client implementation.