obsidian-vault-workflow

obsidian-vault-workflow is a skill for Claude Code, Codex from aka-kika/kika-obsidian-mcp. It costs 0 tokens per session (444 once invoked), scanned A, original, MIT.

A workflow for working with an Obsidian vault, a folder of linked Markdown notes used as a personal knowledge base. It helps an agent inspect, summarize, organize, and update those notes safely.

In plain words
What is it for?
Use it to search a vault, summarize notes, inspect links and backlinks, organize folders, or make targeted updates to existing notes.
Why use it?
It gives the agent a careful process for finding relevant notes, understanding links between them, and preserving existing content before editing. It also avoids deleting notes unless explicitly asked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to search a vault, summarize notes, inspect links and backlinks, organize folders, or make targeted updates to existing notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow
Install

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.

Any agent
npx skills add aka-kika/kika-obsidian-mcp --skill obsidian-vault-workflow
Clone the repo
git clone --depth 1 https://github.com/aka-kika/kika-obsidian-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for obsidian-vault-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow/github.svg)](https://agentmods.dev/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow)
Your own site
<a href="https://agentmods.dev/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow"><img src="https://agentmods.dev/badge/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow/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.

agentmods 80×15 button for obsidian-vault-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow"><img src="https://agentmods.dev/badge/skills/aka-kika/kika-obsidian-mcp/obsidian-vault-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 444 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00444
Opus 5 $0.00000 $0.00222
Sonnet 5 $0.00000 $0.00089
Haiku 4.5 $0.00000 $0.00044

Measured 12d ago against content hash a30d15e6915d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

obsidian-vault-workflow 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 12d 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.

skills/obsidian-vault-workflow/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Obsidian Vault Workflow

Use this skill when a user asks an agent to inspect, organize, summarize, or update an Obsidian vault through this MCP server.

Principles

  • Treat the vault as the user's source of truth.
  • Prefer read-only exploration before editing.
  • Use vault-relative paths only.
  • Never delete notes unless the user explicitly asks for deletion.
  • For broad edits, make a short plan and name the affected folder or note set.
  • When writing existing notes, recommend OBSIDIAN_BACKUP_ON_WRITE=true.
  • Keep generated notes concise and link-friendly.

Discovery Flow

  1. Use get_folder_structure to understand the top-level vault layout.
  2. Use list_notes for the relevant folder rather than scanning the whole vault when the user gives a scope.
  3. Use search_notes for terms, tags, and project names.
  4. Use get_note before modifying any existing note.
  5. Use get_note_links and get_backlinks when the task depends on relationships between notes.

Safe Editing Flow

  1. Confirm the exact target path.
  2. Read the current note with get_note.
  3. Make the smallest useful update.
  4. Preserve frontmatter unless the user asks to change it.
  5. After writing, read the note again or summarize the changed path and content.

Useful Prompts

Daily Project Status

Ask the agent:

Generate a daily status report for my Projects folder. Include recently touched notes, open checkbox tasks, completed checkbox count, and top tags. Preview it first.

If approved, write it to:

Reports/Daily Project Status.md

Vault Triage

Ask the agent:

Review the top-level vault structure and suggest 5 cleanup actions. Do not edit anything yet.

Project Catch-Up

Ask the agent:

Search the vault for notes about <project name>, then summarize the current status, open tasks, and important linked notes.

Output Style

  • Use note paths in backticks.
  • Separate findings from proposed edits.
  • Keep status reports skimmable.
  • Mention when no edit was made.

Read the full file on GitHub · 64 lines

Changes

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.

  1. 12d ago First seen · 64 lines · 0 tokens per session scan A a30d15e6915d

Subscribe to this mod's changes

obsidian-vault-workflow is a skill published in the GitHub repository aka-kika/kika-obsidian-mcp (14 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 444 tokens. 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.

Related

Other skills, from other repositories

mindos-zh

A local knowledge-base assistant for storing and finding decisions, meeting notes, procedures, troubleshooting lessons, and preferences across conversations and coding agents. It works only with the MindOS knowledge base.

GeminiLight/MindOS · 490 tokens

migrate

Scan the project and migrate existing documentation into OKF format. Use when the user wants to populate the knowledge base from existing docs, README, schemas, API specs, runbooks, or any structured project knowledge. Trigger on "migrate to okf", "populate the knowledge base", "scan my docs", "convert docs to okf"…

guhcostan/claude-mega-brain · 147 tokens

init

Initialize OKF knowledge base files in the current project. Use when the user wants to start documenting their project for claude-mega-brain, or when the user says "init mega brain", "setup the knowledge base", "cria o okf", "inicializa o mega brain", "quero usar o mega brain", "criar a estrutura do knowledge base"…

guhcostan/claude-mega-brain · 89 tokens

lorg-contribution-loop

Use when the Lorg MCP server is connected and the user begins any non-trivial coding, research, writing, analysis, or multi-step task. Checks the Lorg knowledge archive for validated approaches before starting, records adoptions when archive knowledge is used, and evaluates the completed session for contribution back…

LorgAI/lorg-mcp-server · 69 tokens

wiki-export

Export a vault's wiki either as a single portable file (llms.txt or llms-full.txt per the llmstxt.org standard) or as an OKF knowledge bundle (Google's Open Knowledge Format v0.1 — a shareable directory of markdown files any AI agent can consume). Use when the user says "export my wiki", "make an llms.txt", "share my…

tboome33/obsidian-mcp-router · 129 tokens

company-knowledge-base

Create, register, ingest, search, review, publish, validate, serve, and synchronize a citation-backed Windows company knowledge repository shared safely across projects through Local Knowledge Suite. Use when Codex must answer company questions from PDF or scanned PDF, DOCX, XLSX, PPTX, EML, Markdown, text, folders…

luutru433-coder/local-knowledge-suite · 110 tokens