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 instructions/cwaits6/obsidian-cli-skill/claude-mdgit clone --depth 1 https://github.com/cwaits6/obsidian-cli-skillWrote 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/instructions/cwaits6/obsidian-cli-skill/claude-md)<a href="https://agentmods.dev/instructions/cwaits6/obsidian-cli-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/cwaits6/obsidian-cli-skill/claude-md.svg" alt="Measured on agentmods" 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 | $0.00803 | $0.00803 |
| Opus 5 | $0.00402 | $0.00402 |
| Sonnet 5 | $0.00161 | $0.00161 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
obsidian-cli-skill CLAUDE.md 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 4d 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 — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Claude Code plugin (not a traditional application) that provides Obsidian CLI automation capabilities. It packages 95+ documented Obsidian CLI commands as reference documentation that Claude Code consumes at runtime to automate vault operations. The plugin can include skills, agents, hooks, MCP servers, and other components.
There is no build step, no test suite, and no application code — the project is entirely documentation and configuration files.
Repository Structure
.claude-plugin/marketplace.json # Plugin marketplace metadata
plugins/obsidian-cli/
.claude-plugin/plugin.json # Plugin manifest (version managed by semantic-release)
config.yaml.example # User configuration template (property schema, batch settings)
skills/obsidian-cli/SKILL.md # Main skill prompt — defines Claude's behavior and workflows
agents/ # Subagent definitions (auto-discovered by Claude Code)
references/ # CLI command documentation (one file per category)
docs/ # Local reference docs (gitignored, not distributed)
Key files:
SKILL.mdis the entry point — it defines workflows (migrate, enrich, create bases, generate templates) and instructs Claude to always read reference files before constructing commands.FORMAT_STANDARD.md(repo root) defines the documentation format all reference files must follow.references/output-format-standard.mddefines how all user-facing output must be formatted (proposals, progress, summaries, errors).config.yaml.exampledefines the user's property schema, naming conventions, and batch settings. Users copy this toconfig.yaml(gitignored) for personalization.
Versioning and Releases
- Automated via semantic-release on push to
main(GitHub Actions) - Version in
plugins/obsidian-cli/.claude-plugin/plugin.jsonis updated automatically during release - Uses conventional commits:
feat:→ minor,fix:→ patch,docs:for documentation changes - Commit message format from CONTRIBUTING.md:
docs(reference): improve obsidian-cli-files examples
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.
- 4d ago First seen · 61 lines · 803 tokens per session scan A ee3d1bb975d9
obsidian-cli-skill CLAUDE.md is an instructions file published in the GitHub repository cwaits6/obsidian-cli-skill (3 stars, last pushed 5mo ago), licensed MIT. It adds 803 tokens to every session, about $0.0040 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 instructions, from other repositories
dev-agent-skills CLAUDE.md
Instructions for fvadicamo/dev-agent-skills, covering claude.md, project overview, architecture, key file: marketplace.json and skill anatomy.
recursive-decomposition-skill AGENTS.md
Instructions for massimodeluisa/recursive-decomposition-skill, covering agents: recursive-decomposition skill, read these first (mandatory), language policy, non-negotiables and commands.
vault-cortex AGENTS.md
AGENTS.md instructions for aliasunder/vault-cortex, covering agents.md, what this project is, structure, module layering and logging.
pluginhub CLAUDE.md
Instructions for qxbyte/pluginhub, covering claude.md, what this repo is, multi-host adaptation, commands and non-negotiable conventions.
qa-orchestra CLAUDE.md
Claude Code instructions for Anasss/qa-orchestra, covering qa orchestra — claude code instructions, what this project is, quick start, 1. clone into your workspace and 2. fill in your project context.
the-foundry AGENTS.md
AGENTS.md instructions for attac-t/the-foundry, covering the foundry, doctrine and rules.