Dashboards & Views
Vault summaries, stats, and Obsidian Bases views for managing your ClawVault.
Dashboards and Views
ClawVault provides text-based summaries, stats, and Obsidian Bases views for vault management.
Text Dashboard
For terminal-based workflows, clawvault dashboard prints a vault summary:
clawvault dashboardOutput:
ClawVault Dashboard — ~/memory
-----------------------------------------
Tasks: 12 total (4 todo, 5 in-progress, 1 review, 2 blocked)
Backlog: 8 items
Memories: 234 files across 14 categories
Last wake: 2026-02-14 09:15 EST
Blocked: 2 tasks (1 escalated)
-----------------------------------------
Recent activity:
- task-a1b2c3 -> in-progress (clawdious, 2h ago)
- task-d4e5f6 -> blocked (agent-2, 4h ago)
- Stored 3 new memories todayStats
Get detailed metrics about your vault:
clawvault statsShows memory counts by category, task velocity, transition patterns, and storage usage.
Obsidian Bases as Dashboards
The .base files generated by ClawVault act as lightweight dashboards inside Obsidian:
all-tasks.base— sortable/filterable task tableblocked.base— blocked tasks with escalation flagsby-project.base— tasks grouped by projectby-owner.base— tasks grouped by ownerbacklog.base— backlog items
These update automatically as you modify task files — no regeneration needed.
Bases views are the recommended way to get a dashboard experience without leaving Obsidian. Run clawvault setup --bases to generate them.
Kanban Board
The Board.md file is a Kanban-format board compatible with the Obsidian Kanban plugin:
clawvault kanban syncThis generates columns for each task status (open, in-progress, blocked, done) with cards linking to task files.
Neural Graph Theme
ClawVault includes a neural theme that styles your Obsidian vault with a graph-inspired aesthetic — dark backgrounds, glowing node connections, and color-coded categories.
Apply during init or setup:
# During initialization
clawvault init ~/memory --theme neural
# On an existing vault
clawvault setup --theme neuralThe theme adds CSS snippets and graph view settings to your vault's .obsidian/ directory.