Obsidian Agent Skills is a collection ofDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/kepano/obsidian-skills/llms.txt
Use this file to discover all available pages before exploring further.
SKILL.md files that give AI coding assistants deep, structured knowledge of Obsidian-specific file formats and tooling. Each skill file is auto-discovered by compatible agents at startup — no manual prompting, no copy-pasting documentation into your context window. Once installed, your agent understands Obsidian Flavored Markdown, Bases, Canvas, the Obsidian CLI, and more, right out of the box.
What Are Agent Skills?
Agent Skills are structured knowledge files that follow the Agent Skills specification. Each skill is aSKILL.md file that describes a domain-specific syntax, API, or tool in a format that AI coding agents can load and act on automatically.
Without skills, you would need to manually paste documentation or write lengthy system prompts every time you want your agent to understand something like Obsidian wikilinks or .base file syntax. With skills, that knowledge is bundled once and loaded on demand — the agent reads the skill file when it detects a relevant file type or user intent, and applies the correct syntax without further instruction.
Included Skills
Obsidian Agent Skills ships five skills covering the core Obsidian ecosystem:obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax.
obsidian-bases
Create and edit Obsidian Bases (
.base files) with views, filters, formulas, and summaries.obsidian-cli
Interact with Obsidian vaults via the Obsidian CLI, including plugin and theme development workflows.
json-canvas
Create and edit JSON Canvas (
.canvas) files with nodes, edges, groups, and connections.defuddle
Extract clean Markdown from web pages using Defuddle, removing clutter to save tokens.
Compatible Agents
Obsidian Agent Skills works with any agent that implements the Agent Skills specification. The following agents are currently supported:- Claude Code — Anthropic’s agentic coding tool. Skills are installed via the
/pluginmarketplace or added manually to the/.claudefolder in your vault root. - Codex — OpenAI’s CLI coding agent. Skills are copied into
~/.codex/skillsand auto-discovered on startup. - OpenCode — An open-source, terminal-based coding agent. Skills are cloned into
~/.opencode/skills/and discovered automatically without any config changes.
As the Agent Skills specification matures, additional agents are expected to add support. Any spec-compatible agent will work with these skill files without modification.