Skip to main content
Back to registry

obsidian

steipete/clawdis

Obsidian vault = a normal folder on disk.

Installs290
Install command
npx skills add https://github.com/steipete/clawdis --skill obsidian
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykPASS
About this skill
Obsidian vault = a normal folder on disk. Vault structure (typical) Obsidian desktop tracks vaults here (source of truth): obsidian-cli resolves vaults from that file; vault name is typically the folder name (path suffix). Fast “what vault is active / where are the notes?” Notes Pick a default vault (once): Search Create Move/rename (safe refactor) Delete Prefer direct edits when appropriate: open the .md file and change it; Obsidian will pick it up. - Notes: *.md (plain text Markdown; edit with any editor) - Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) - Canvases: *.canvas (JSON) - Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) - ~/Library/Application Support/obsidian/obsidian.json - If you’ve already set a default: obsidian-cli print-default --path-only - Otherwise, read ~/Library/Application Support/obsidian/obsidian.json and use the vault entry with "open": true . - Multiple vaults common (iCloud vs ~/Documents , work/personal, etc.). Don’t guess; read config. - Avoid writing hardcoded vault paths into scripts; prefer reading the config or using print-default . - obsidian-cli set-default " " - obsidian-cli print-default / obsidian-cli print-default --path-only - obsidian-cli search "query" (note names) - obsidian-cli search-content "query" (inside notes; shows snippets + lines) - obsidian-cli create...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does obsidian do?

Obsidian vault = a normal folder on disk.

Is obsidian good?

obsidian does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does obsidian work with?

obsidian currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot, openclaw.

What are alternatives to obsidian?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install obsidian?

npx skills add https://github.com/steipete/clawdis --skill obsidian

Related skills

More from steipete/clawdis

Related skills

Alternatives in Software Engineering