obsidian-markdown

obsidian-markdown is a skill for Claude Code from arch3rPro/ark-space. It costs 71 tokens per session (1,570 once invoked), scanned A, original, MIT.

A guide for writing Markdown that uses Obsidian-specific features such as wikilinks, embeds, callouts, properties, and tags. Markdown is plain-text formatting, while Obsidian adds features for linking and organizing notes.

In plain words
What is it for?
Use it when creating or editing Obsidian notes, especially when the work involves wikilinks, callouts, frontmatter, embeds, tags, or structured properties.
Why use it?
It helps notes remain valid in Obsidian and avoids duplicating information that the app already stores as file metadata. It also preserves existing properties when editing notes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ark-space plugin — 18 skills, 11 agents shipped together

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 skills/arch3rpro/ark-space/obsidian-markdown
Any agent
npx skills add arch3rPro/ark-space --skill obsidian-markdown
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/ark-space

Made for: Claude Code.

Or install ark-space, the plugin that ships this one along with the rest of its 18 skills, 11 agents.

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-markdown

README.md
[![agentmods](https://agentmods.dev/badge/skills/arch3rpro/ark-space/obsidian-markdown.svg)](https://agentmods.dev/skills/arch3rpro/ark-space/obsidian-markdown)
Your own site
<a href="https://agentmods.dev/skills/arch3rpro/ark-space/obsidian-markdown"><img src="https://agentmods.dev/badge/skills/arch3rpro/ark-space/obsidian-markdown.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,570 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00071 $0.01570
Opus 5 $0.00036 $0.00785
Sonnet 5 $0.00014 $0.00314
Haiku 4.5 $0.00007 $0.00157

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

Security

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 6d 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.

plugins/ark-space/skills/obsidian-markdown/SKILL.md · 203 lines

How it starts

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

Obsidian Flavored Markdown Skill

Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge.

Property Discipline

Prefer Obsidian-native properties and file metadata before adding custom frontmatter.

  • Use native properties (tags, aliases, cssclasses) when they fit the request.
  • Use the note file name, folder, links, backlinks, tags, created/modified time, and other Obsidian file metadata instead of duplicating them into custom properties.
  • Do not add custom properties such as title, status, date, priority, due, category, or type unless the user asks for those fields, an existing vault convention already uses them, or another requested feature needs structured data that Obsidian cannot infer natively.
  • When editing an existing note, preserve existing properties and only add new ones when needed for the user's requested workflow.

Workflow: Creating an Obsidian Note

  1. Decide whether frontmatter is needed. If no structured metadata is required, start directly with Markdown content. If properties are needed, prefer native Obsidian properties first. See PROPERTIES.md for all property types.
  2. Write content using standard Markdown for structure, plus Obsidian-specific syntax below.
  3. Link related notes using wikilinks ([[Note]]) for internal vault connections, or standard Markdown links for external URLs.
  4. Embed content from other notes, images, or PDFs using the ![[embed]] syntax. See EMBEDS.md for all embed types.
  5. Add callouts for highlighted information using > [!type] syntax. See CALLOUTS.md for all callout types.
  6. Verify the note renders correctly in Obsidian's reading view.

Read the full file on GitHub · 203 lines

Files

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.

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. 6d ago First seen · 203 lines · 71 tokens per session scan A b18ae709ad6f

Subscribe to this mod's changes

obsidian-markdown is a skill published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 10d ago), licensed MIT. It adds 71 tokens to every session and 1,570 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

invest

First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…

longsizhuo/openInvest · 261 tokens

invest-setup

First-time openInvest installation and onboarding. ONLY use when user explicitly says "set up invest" / "init invest" / "帮我初始化 invest", OR when invest skill's doctor returns status="needssetup". NOT for daily usage — once onboarding is done, the invest skill takes over (portfolio viewing, committee analysis, buy/sell…

longsizhuo/openInvest · 105 tokens

okf-frontmatter

Maintain openInvest's docs (docs/wiki chapters + docs/wiki/adr) under Google's Open Knowledge Format (OKF). Two jobs. (1) Teach agents to maintain docs the OKF way — every doc carries a small YAML frontmatter block as the single source of truth (type, title, tags, intent, schemasource, documents); schema details link…

longsizhuo/openInvest · 243 tokens

invest-backup

Back up / restore openInvest's local state — memory/ (holdings, strategy, user profile, committee records, dream logs) + db/ (trade ledger, job run history, market-data cache) + .env (SMTP/API credentials) + userprofile.json. All of this data is .gitignore'd with no historical versions in git, so a single accidental…

longsizhuo/openInvest · 202 tokens

openehr-assistant

This skill should be used when a conversation touches openEHR outside a task owned by a dedicated skill — e.g. "what is an archetype?", "how do openEHR templates work?", "which composition category fits this data?", "find me a guide on X", "where do I start with openEHR modeling?" — or names openEHR concepts (ADL…

Cadasto/openehr-assistant-plugin · 182 tokens

template-authoring

This skill should be used when the user asks to "create a template", "design a template", "constrain archetypes into a template", "review a template", "categorise a dataset with CGEM", "should this be persistent, episodic or event?", "split this form across compositions", "sketch a template from this form / which…

Cadasto/openehr-assistant-plugin · 163 tokens