Obsidian Skills
Teach your AI agent to work natively with Obsidian. Covers Markdown formatting rules, Bases (Obsidian's native database layer), JSON Canvas diagrams, and the Obsidian CLI for full vault automation. Works with any agent platform.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add obsidian-skills npx -- -y @trustedskills/obsidian-skills
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"obsidian-skills": {
"command": "npx",
"args": [
"-y",
"@trustedskills/obsidian-skills"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill suite provides access to several tools for interacting with Obsidian vaults and related file types. It enables agents to create and edit Obsidian Flavored Markdown files (.md), work with Obsidian Bases (.base), manipulate JSON Canvas files (.canvas), and interact with the Obsidian CLI. Additionally, it can extract clean markdown from web pages using Defuddle.
When to use it
- Content Creation: Generate new
.mdnotes containing wikilinks, embeds, or properties within an Obsidian vault. - Data Visualization: Build and modify
.basefiles to create custom views and summaries of data stored in your vault. - Workflow Automation: Use the Obsidian CLI to automate tasks like plugin development or theme management.
- Content Extraction: Clean up web content by extracting markdown using Defuddle, reducing token usage when incorporating external information.
Key capabilities
- Obsidian Flavored Markdown (
.md) editing - Obsidian Bases (
.base) creation and modification - JSON Canvas (
.canvas) manipulation - Interaction with the Obsidian CLI
- Web page markdown extraction using Defuddle
Example prompts
- "Create a new note in my Obsidian vault called 'Project Planning' with a wikilink to 'Meeting Notes'."
- "Generate an Obsidian Base showing all notes tagged with 'reading'."
- "Extract the main content from this URL and save it as a markdown file: [URL]"
Tips & gotchas
- Ensure your agent has access to the appropriate skills directory based on the AI platform being used (Claude Code, Codex CLI, or OpenCode).
- The Obsidian CLI skill requires familiarity with command-line usage.
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit bb9ec95e, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v1.0.0
- License
- MIT
- Author
- kepano
- Installs
- 0
- Updated
- Mar 4, 2026
- Published
- Jan 1, 2026
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.