📓
Obsidian Vault
Notes Search & ProductivityInstall Command
npx clawhub@latest install obsidian-vault
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Obsidian Vault to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Obsidian Vault appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Note Management
Bidirectional Links
Knowledge Retrieval
Detailed Description
The Obsidian Vault skill turns OpenClaw into your Obsidian knowledge base smart assistant, managing notes, building knowledge networks, and retrieving information through natural language.
Core Features
- Note CRUD: Create, read, update, and delete Obsidian notes with Markdown format support
- Bidirectional Link Management: Automatically maintains bidirectional links between notes and suggests possible link relationships
- Semantic Search: Goes beyond keyword matching to search note content based on semantic understanding
- Tag Management: Automatically adds tags to notes, categorizing and retrieving notes by tags
Configuration
{
skills: {
"obsidian-vault": {
vaultPath: "~/Documents/MyVault",
defaultFolder: "Inbox",
autoTag: true,
autoLink: true,
templateFolder: "Templates"
}
}
}
Use Cases
- Quickly record ideas and inspirations to Obsidian through conversation
- Ask AI about all related notes on a specific topic in your vault
- Automatically organize and categorize scattered notes to build knowledge structure
- Generate summary documents or knowledge maps based on existing notes