🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Obsidian Helper

by @547895019

Operate Obsidian vaults from command line. Use when the user wants to list, search, create, read, edit, or delete Obsidian notes, or manage daily notes. Trig...

💡 Examples

# List all notes
obsidian list

Search for "project"

obsidian search project

Create a note in a folder

obsidian create "Projects/MyProject"

Create with content

obsidian create "Ideas/Quick Note" "# Quick Note\n\nThis is my idea."

Read a note

obsidian read "Welcome"

Create today's daily note

obsidian daily

⚙️ Configuration

The script auto-detects the vault path:

1. Environment variable (highest priority):

   export OBSIDIAN_VAULT=/path/to/your/vault
   

2. WSL environment: Auto-detects Windows user directory

   /mnt/c/Users//Documents/Obsidian
   

3. Linux environment: Uses default path

   ~/obsidian
   

4. Set your Obsidian vault path (optional - auto-detects if not set):

   # Add to ~/.bashrc
   echo 'export OBSIDIAN_VAULT=/mnt/c/Users/YourName/Documents/Obsidian/Vault' >> ~/.bashrc
   source ~/.bashrc
   

View on ClawHub
TERMINAL
clawhub install obsidian-helper

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →