obsidian
✓Guide for implementing Obsidian knowledge management - vault operations, plugin development, URI scheme automation, markdown extensions, and Local REST API integration. Use when working with Obsidian vaults, creating plugins, automating note workflows, querying notes via API, or implementing knowledge graph features.
Installation
SKILL.md
This skill provides comprehensive guidance for working with Obsidian, a powerful knowledge management and note-taking application. It covers vault structure, the Obsidian API for plugin development, URI scheme automation, markdown extensions, and integration with external tools via the Local REST API.
| vault | Vault name (required) | | file | File path without .md extension | | path | Full file path including folders | | name | Note name for creation | | content | Content to insert | | query | Search query | | heading | Navigate to heading | | block | Navigate to block reference |
| App | Central application instance | this.app | | Vault | File system operations | this.app.vault | | Workspace | Pane and layout management | this.app.workspace | | MetadataCache | File metadata indexing | this.app.metadataCache | | FileManager | User-safe file operations | this.app.fileManager |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-04
- Updated
- 2026-02-18
Quick answers
What is obsidian?
Guide for implementing Obsidian knowledge management - vault operations, plugin development, URI scheme automation, markdown extensions, and Local REST API integration. Use when working with Obsidian vaults, creating plugins, automating note workflows, querying notes via API, or implementing knowledge graph features. Source: julianobarbosa/claude-code-skills.
How do I install obsidian?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/julianobarbosa/claude-code-skills
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-04