← ClaudeAtlas

agentic-os-obsidianlisted

Set up an agentic OS inside an Obsidian vault — a configurable command-center dashboard with 5 auto-installed, bundled plugins (Dataview, CustomJS, Shell-commands, Terminal, Homepage), Home + per-profile + Vault Overview pages, KPI cards, sparklines, heatmap, task rollup, and a button bar wired to user-defined Claude prompts. Markdown-native, no servers. Use when the user says "set up agentic OS in Obsidian", "install command center in my vault", "build a vault dashboard", "give me my own version of the dashboard inside Obsidian", "set up my second brain dashboard", or asks to personalize a vault dashboard previously created with this skill.
naveedharri/benai-skills · ★ 46 · AI & Automation · score 74
Install: claude install-skill naveedharri/benai-skills
# Agentic OS — Obsidian vault Installs a configurable command-center dashboard *inside* an existing Obsidian vault. Bundles and side-loads 5 plugins (Dataview, CustomJS, Shell-commands, Terminal, Homepage). Home + per-profile + Vault Overview pages, KPI cards, sparklines, heatmap, task rollup, recent-files lists, and a button bar wired to user-defined Claude prompts via the Shell-commands plugin. All 5 required plugins are bundled and auto-enabled — the user only has to restart Obsidian. Markdown-based, no servers. > Looking for a real web app with live API integrations and a Railway URL instead? That's the standalone route — use the `agentic-os-standalone` skill. ## What gets installed ``` {vault}/ ├── Dashboard/ │ ├── Home.md # Team-wide dashboard │ ├── Vault-Overview.md # Top-level vault health view │ ├── {Profile}.md # One per configured profile │ ├── Setup.md # In-vault setup reference │ ├── CLAUDE.md # AI routing rules for this folder │ ├── components/dashboard.js # The renderer (CONFIG substituted) │ └── lib/frappe-charts.min.js └── .obsidian/ ├── snippets/command-center.css # Brand-styled CSS (enabled) ├── plugins/dataview/ # Side-loaded, enabled ├── plugins/customjs/ # Side-loaded, enabled ├── plugins/obsidian-shellcommands/ # Side-loaded, enabled, aliases pre-registered ├── plugins/terminal/ #