Jason Peters152 downloadsA locally-run dashboard plugin for the KAI Obsidian OS.
This plugin is meant to work with an vault using Gemini CLI if you want to download the it is linked below Kaymina-OS Vault
00 Human/00 Inbox/ and logs to today's Activity LogThe plugin parses the body of your daily notes (not just frontmatter). It reads these sections:
## 🎯 Today's Focus → ONE Thing + priorities## 🐸 Frogs to Eat → checkbox list## ✅ Today's Tasks → checkbox list## ⚡ Quick Wins → checkbox list## 📅 Calendar → time blocks (HH:MM-HH:MM Label)## 📈 Metrics Snapshot → bullet list of Label: value pairs## 📥 Activity Log → bullet entries## 🧠 End of Day → wins, blockers, reflection subsectionsDaily notes must live at: 00 Human/10 Daily Notes/YYYY-MM-DD.md
Copy these 3 files into your vault at:
.obsidian/plugins/kai-command-center/
├── main.ts (source — for reference)
├── main.js ← YOU NEED TO BUILD THIS (see Step 2)
├── styles.css
└── manifest.json
From inside .obsidian/plugins/kai-command-center/:
npm install
npm run build
This produces main.js which Obsidian actually loads.
If you don't want to build, you can keep the OLD
main.jsfrom the repo temporarily and swap in the new one after building.
Settings → Community Plugins → disable and re-enable "KAI Command Center" Or: Ctrl+P → "Reload app without saving"
Click the grid/dashboard icon in the left ribbon, or: Ctrl+P → "Open KAI Command Center"
--interactive-accent colour automatically/new workflow/today and /closeday via Gemini CLI as normal — the dashboard reads the results live