Skip to main content

Documentation 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.

Obsidian Agent Skills can be installed in three ways: through the Claude Code plugin marketplace, via the npx skills CLI tool, or by manually placing files in the correct location for your agent. All three methods result in the same outcome — skills are auto-discovered by your agent at startup, with no configuration files to edit and no prompts to write.
The marketplace method is the fastest way to install for Claude Code users. Run the following two commands inside a Claude Code session:
/plugin marketplace add kepano/obsidian-skills
/plugin install obsidian@obsidian-skills
The first command registers the marketplace source and the second installs the obsidian plugin bundle. Claude Code will auto-discover the included skills on next startup.

After Installation

Once the skills are installed, your agent will automatically load the relevant skill whenever it detects a matching file type or user intent — for example, when you open a .base file or ask about Canvas nodes. There is nothing else to configure. The skills are written in plain Markdown and YAML, so you can inspect or customise any SKILL.md file at any time.
The obsidian-cli skill requires Obsidian to be running in the background. The Obsidian CLI communicates with the Obsidian app over a local connection, so the app must be open for CLI commands to work.

Build docs developers (and LLMs) love