Agentic OS Obsidian

Turns an Obsidian vault into a Claude-wired command-center dashboard, no servers.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 21fe5a2

⚠ Security: it bakes --dangerously-skip-permissions into persisted, unattended-trigger configs (dashboard buttons, terminal profile) that fire without per-run confirmation. Ran its own smoke-test commands against the real dashboard-template.js and both syntax checks passed; the SKILL.md also documents three plugin config keys it got wrong in earlier installs (folder vs jsFolder, homepage vs homepages, bare 'claude' vs a resolved absolute path) so a fresh install doesn't repeat those mistakes.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Agentic OS Obsidian does

Installs a markdown-native command-center dashboard inside an existing Obsidian vault, side-loading five plugins (Dataview, CustomJS, Shell-commands, Terminal, Homepage) and wiring KPI cards, sparklines, task rollups, and Claude-prompt buttons. Triggers on phrases like 'set up agentic OS in Obsidian' or 'build a vault dashboard'. Documents its own past install failures (wrong plugin data.json keys, unresolved PATH for the claude binary) and builds in the fix.

How to install Agentic OS Obsidian

git clone https://github.com/naveedharri/benai-skills
cd benai-skills
mkdir -p ~/.claude/skills
cp -r plugins/agentic-os/skills/agentic-os-obsidian ~/.claude/skills/agentic-os-obsidian

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Agentic OS Obsidian

  • /agentic-os-obsidian Turns an Obsidian vault into a Claude-wired command-center dashboard, no servers.

It also activates on plain-language prompts like these:

  • Set up an agentic OS dashboard in my Obsidian vault
  • Build me a command center dashboard inside Obsidian
  • Wire up KPI cards and task rollups in my second-brain vault

Frequently asked questions

Is the Agentic OS Obsidian skill free?
Yes. The skill itself is free from naveedharri/benai-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agentic OS Obsidian work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. ⚠ Security: it bakes --dangerously-skip-permissions into persisted, unattended-trigger configs (dashboard buttons, terminal profile) that fire without per-run confirmation. Ran its own smoke-test commands against the real dashboard-template.js and both syntax checks passed; the SKILL.md also documents three plugin config keys it got wrong in earlier installs (folder vs jsFolder, homepage vs homepages, bare 'claude' vs a resolved absolute path) so a fresh install doesn't repeat those mistakes.
What is the Agentic OS Obsidian SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Agentic OS Obsidian?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Agentic OS Obsidian with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.