obsidian

obsidian is a skill for Claude Code, Codex from Orkas-AI/Orkas-Awesome-AgentSkills. It costs 62 tokens per session (1,180 once invoked), scanned A, original, MIT.

A skill for managing Obsidian vaults, which are folders of Markdown notes and settings, plus Web Clipper templates for saving web content. It can work with notes, folders, links, and clipper template files.

In plain words
What is it for?
Use it to find, read, create, edit, move, rename, or delete Obsidian notes; maintain wikilinks; identify a vault; or create and troubleshoot Web Clipper templates.
Why use it?
It helps keep notes organized and preserve connections between them when files are moved or renamed. It also provides a structured way to define how browser clips become notes.

Skill for Claude CodeCodex

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

Good fit Use it to find, read, create, edit, move, rename, or delete Obsidian notes; maintain wikilinks; identify a vault; or create and troubleshoot Web Clipper templates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-awesome-agentskills/obsidian
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 Orkas-AI/Orkas-Awesome-AgentSkills --skill obsidian
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-Awesome-AgentSkills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/obsidian/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/obsidian)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/obsidian"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/obsidian/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/obsidian"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/obsidian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,180 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.00062 $0.01180
Opus 5 $0.00031 $0.00590
Sonnet 5 $0.00012 $0.00236
Haiku 4.5 $0.00006 $0.00118

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

Security

Grade A, and why

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

data/skills/obsidian/SKILL.md · 112 lines

How it starts

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

Obsidian

Use this skill for Obsidian vault work and Obsidian Web Clipper template creation. An Obsidian vault is a normal folder of Markdown files plus .obsidian/ configuration; treat it as user data and make changes conservatively.

When To Use

  • The user asks to find, search, read, create, edit, move, rename, or delete notes in an Obsidian vault.
  • The user asks to identify the active vault or resolve vault paths.
  • The user asks to preserve or update [[wikilinks]] while moving or renaming notes.
  • The user asks to create, modify, or troubleshoot an Obsidian Web Clipper JSON template.

Do not use for:

  • General file cleanup outside an Obsidian vault.
  • Notion workspace reads/writes.
  • Deep research, paper reading, or multi-source material organization unless the output is explicitly an Obsidian note.
  • Directly scraping websites into the user's vault; this skill can create a Web Clipper template, not run a clipping workflow on the user's behalf.

How To Call

  1. Identify the task type:

    • vault_operation: vault discovery, note search, note create/edit, move/rename/delete, link maintenance.
    • clipper_template: Web Clipper JSON template generation, modification, or troubleshooting.
  2. For vault operations:

    • Follow references/vault-operations.md.
    • Do not guess vault paths. Read Obsidian desktop config or use the user's explicit path.
    • For moves, renames, deletes, bulk edits, or scripts, show the exact plan and obtain confirmation before changing files.
  3. For Web Clipper templates:

    • Follow references/web-clipper-template.md.
    • Use a real sample page, DOM snapshot, HTML, or screenshot when selector/schema validation is needed.
    • Output importable JSON and clearly mark verified and unverified fields.
  4. Protect the vault:

    • Avoid editing .obsidian/ unless the user explicitly asks and the change is understood.
    • Prefer direct Markdown edits for content updates.
    • Preserve frontmatter, existing headings, backlinks, embeds, and attachments unless the user asks to change them.
    • Never delete or move notes, attachments, canvases, or config files without explicit confirmation.

Read the full file on GitHub · 112 lines

Files

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.

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 · 112 lines · 62 tokens per session scan A 668895374b9c

Subscribe to this mod's changes

obsidian is a skill published in the GitHub repository Orkas-AI/Orkas-Awesome-AgentSkills (13 stars, last pushed 2mo ago), licensed MIT. It adds 62 tokens to every session and 1,180 once invoked, about $0.0003 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.