obsidian-cli-skill CLAUDE.md

obsidian-cli-skill CLAUDE.md is an instructions file for coding agents from cwaits6/obsidian-cli-skill. It costs 803 tokens per session, scanned A, original, MIT.

Repository instructions for a Claude Code plugin that controls Obsidian, a note-taking and knowledge-management app, through its command-line interface. The plugin provides documented command references and project guidance.

In plain words
What is it for?
Automating Obsidian vault operations, maintaining the plugin, preparing releases, and using its documented CLI commands.
Why use it?
It gives Claude Code the project structure, release rules, and command details needed to work consistently in the repository. The project is documentation and configuration rather than application code.

Instructions file

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.

agentmods
npx agentmods add instructions/cwaits6/obsidian-cli-skill/claude-md
Clone the repo
git clone --depth 1 https://github.com/cwaits6/obsidian-cli-skill

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-cli-skill CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cwaits6/obsidian-cli-skill/claude-md.svg)](https://agentmods.dev/instructions/cwaits6/obsidian-cli-skill/claude-md)
Your own site
<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>
Per session 803 This file is loaded in full into every session.
When invoked 803 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00803 $0.00803
Opus 5 $0.00402 $0.00402
Sonnet 5 $0.00161 $0.00161
Haiku 4.5 $0.00080 $0.00080

Measured 4d ago against content hash ee3d1bb975d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 61 lines

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.md is 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.md defines how all user-facing output must be formatted (proposals, progress, summaries, errors).
  • config.yaml.example defines the user's property schema, naming conventions, and batch settings. Users copy this to config.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.json is 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

Read the full file on GitHub · 61 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. 4d ago First seen · 61 lines · 803 tokens per session scan A ee3d1bb975d9

Subscribe to this mod's changes

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.