Obsidian Cli Skills
Skill by 0x-cryptopriest
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x-cryptopriest/obsidian-cli-skillsWhat This Skill Does
The Obsidian CLI skill is a powerful command-line interface designed to integrate OpenClaw directly with your Obsidian vault. It allows users to automate the management of their knowledge base, supporting core operations such as note creation, deletion, renaming, and content retrieval. Beyond basic CRUD operations, it provides specialized commands for frontmatter manipulation, daily note generation, and intelligent search capabilities, making it an essential tool for maintaining a second brain without leaving the terminal environment.
Installation
To install this skill, run the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/0x-cryptopriest/obsidian-cli-skills
Ensure you have configured your default vault path using obsidian-cli set-default "<path>" immediately after installation to enable proper file system interaction.
Use Cases
This skill is perfect for developers, writers, and knowledge managers. Common use cases include:
- Automated Logging: Rapidly append thoughts or logs to specific notes throughout your workday.
- Metadata Management: Standardize your note-taking by automating the addition of tags or status fields via frontmatter commands.
- Contextual Search: Searching across your knowledge base during an active chat session to synthesize information.
- Daily Workflow: Quickly launching your daily journal note to start your tasks.
Example Prompts
- "Create a new note titled 'Project Alpha' with the content 'Initial brainstorming session regarding the migration strategy' and open it for me."
- "Update the 'status' field in my 'Q1-Goals' note and set the value to 'completed'."
- "Search through all my notes for any mentions of 'OpenClaw' and list the results so I can review them."
Tips & Limitations
- Vault Configuration: Always confirm your default vault path using
print-defaultif you move your Obsidian directory to avoid file errors. - Known Issues: The
search-contentcommand is currently marked as experimental and may exhibit inconsistent behavior; it is recommended to use full paths if simple queries fail. - Frontmatter: When editing frontmatter, ensure your keys match exactly to prevent the creation of duplicate or malformed YAML headers.
- Safety: Since this tool performs file-system writes, use the
moveanddeletecommands with caution, as they directly alter the local disk storage.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x-cryptopriest-obsidian-cli-skills": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read