ripple164 downloadsTrack AI agent workflows, Vault activity, tasks, projects, and research feeds in one dashboard.
Agent Dashboard is an Obsidian community plugin for monitoring a working Vault, daily tasks, active projects, agent runs, and research feeds from one local control surface.
TODO, DOING, and DONE states.After the plugin is accepted into the Obsidian community directory:
Download main.js, manifest.json, and styles.css from the matching GitHub release. Copy them into:
<Vault>/.obsidian/plugins/agentic-vault-dashboard/
Reload Obsidian and enable Agent Dashboard under Settings → Community plugins.
Agent Dashboard adds a dedicated settings page with these options:
| Setting | Default |
|---|---|
| Daily folder | 90-Journal/Daily |
| Daily template | 99-System/Templates/每日笔记模板.md |
| Projects folder | 10-Projects |
| In-progress project status | 进行中 |
| Feed archive folder | 90-Journal/Feeds |
| Today feeds hour | 08:00 local time |
| Codex command | Bundled ChatGPT path on macOS; codex elsewhere |
Vault paths always use forward slashes, including on Windows.
Once per day at the configured local hour, the plugin requests:
The complete response metadata and available feed summaries are cached locally and written to a dated Markdown archive. The dashboard shows five current signals. If Obsidian is closed at the scheduled time, the automation runs after the next launch on the same day.
Deep research is optional. On desktop it starts the configured Codex CLI executable with a read-only, ephemeral command and sends the five visible feed signals as its prompt. The resulting Markdown report is saved inside the Vault.
On Windows, install Codex CLI and either make codex available on PATH or set an absolute executable path in the plugin settings.
npm install
npm run dev
npm run build
npm run lint
The plugin release consists of main.js, manifest.json, and styles.css.