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 pivoshenko/pivoshenko.ai --skill obsidian-markdowngit clone --depth 1 https://github.com/pivoshenko/pivoshenko.aiWrote 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/pivoshenko/pivoshenko.ai/obsidian-markdown)<a href="https://agentmods.dev/skills/pivoshenko/pivoshenko.ai/obsidian-markdown"><img src="https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/obsidian-markdown/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/pivoshenko/pivoshenko.ai/obsidian-markdown"><img src="https://agentmods.dev/badge/skills/pivoshenko/pivoshenko.ai/obsidian-markdown.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.00126 | $0.00711 |
| Opus 5 | $0.00063 | $0.00356 |
| Sonnet 5 | $0.00025 | $0.00142 |
| Haiku 4.5 | $0.00013 | $0.00071 |
Grade A, and why
obsidian-markdown 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 5d 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 — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian markdown
Obsidian = CommonMark + GFM + extensions below. Standard markdown assumed; this covers only the Obsidian-specific parts. Adapted from kepano/obsidian-skills (MIT).
Wikilinks
[[Note Name]] link to note
[[Note Name|Display Text]] custom text
[[Note Name#Heading]] link to heading
[[Note Name#^block-id]] link to block
[[#Heading]] same-note heading
In-vault -> wikilink (Obsidian tracks renames). External URL -> [text](url). Never markdown-link vault notes.
Block ID: append ^block-id to a paragraph. Lists/quotes -> ID on its own line after the block.
Embeds
! prefix on any wikilink embeds it inline:
![[Note Name]] full note
![[Note Name#Heading]] section
![[image.png|300]] image, width 300
![[document.pdf#page=3]] PDF page
More (audio, bases, search embeds, external images) -> references/EMBEDS.md.
Callouts
> [!note]
> Basic.
> [!warning] Custom Title
> Body.
> [!faq]- Collapsed by default (+ = expanded)
Types: note tip info warning example quote bug danger success failure question abstract todo. Full table + aliases + nesting -> references/CALLOUTS.md.
Properties (frontmatter)
YAML at top of file. Defaults Obsidian understands: tags, aliases, cssclasses. Lists as YAML lists; links as related: "[[Other Note]]" (quoted). Types + tag charset rules -> references/PROPERTIES.md.
Tags
#tag, #nested/tag. Letters, numbers (not first char), _, -, /. Frontmatter tags: list = same namespace.
Misc
==highlight==
%%hidden comment%%
$inline\ math$ / $$block$$
Text with footnote[^1]. / inline.^[Inline footnote.]
Mermaid: fenced ```mermaid block; class NodeName internal-link; makes nodes link to notes.
Docs
https://help.obsidian.md/obsidian-flavored-markdown · /links · /embeds · /callouts · /properties
What ships with it
3 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.
- 5d ago Changed · +46 tokens per session fcbd63427dc1
- 10d ago First seen · 75 lines · 80 tokens per session scan A 2218a854b7ab
obsidian-markdown is a skill published in the GitHub repository pivoshenko/pivoshenko.ai (4 stars, last pushed today), licensed MIT. It adds 126 tokens to every session and 711 once invoked, about $0.0006 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 skills, from other repositories
80-livekit-agents-majiayu000-claude-skill-registr
Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.
agent-creation-skill
Procedural guide for creating new agents from templates when project complexity requires delegation.
agent-creator
Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using existing agents (invoke them directly), general coding (use…
semantic-persona-routing
Erstellt und verwendet einen anbieterneutralen semantischen Routing-Graphen aus Personas, koordinierenden Rollen, Experten und aktiven Skill-Endpunkten. Verwenden, wenn ein LLM eine Anfrage von einer Leitrolle über einen Experten zu einem Skill routen, aus einem vorhandenen Agentensystem einen portablen Persona-Router…
80-livekit-agents-panaversity-agentfactory-1f8ecf89
Create your LiveKit Agents skill from official documentation, then learn to improve it throughout the chapter.
agent-creator
Meta-agent for creating new custom agents, skills, and MCP integrations. Expert in agent design, MCP development, skill architecture, and rapid prototyping. Activate on 'create agent', 'new skill', 'MCP server', 'custom tool', 'agent design'. NOT for using existing agents (invoke them directly), general coding (use…