askill
clawdbot-dashboard

clawdbot-dashboardSafety 85Repository

A beautiful, feature-rich dashboard for Clawdbot that displays workspace stats, memory, tasks, goals, analytics, and installed skills. Works with any Clawdbot installation - no database needed, all data from workspace files.

0 stars
1.2k downloads
Updated 2/2/2026

Package Files

Loading files...
SKILL.md

Clawdbot Dashboard

A modern, feature-rich dashboard for Clawdbot that visualizes your workspace, skills, tasks, memory, and analytics.

✨ Features

πŸ“Š Dashboard

  • Real-time workspace statistics
  • Memory size tracking
  • Daily logs counter
  • Installed skills overview
  • Interactive tips carousel

πŸ“ˆ Analytics

  • Memory growth charts
  • Daily logs analytics
  • Workspace health status
  • Data sources overview

πŸ› οΈ Skills Browser

  • Browse all installed skills
  • Filter by category
  • View full SKILL.md content
  • Skill metadata display

βœ… Tasks & Crons

  • Display Heartbeat checklist
  • Show all cron jobs
  • Schedule information
  • Status tracking

🎯 Goals

  • Track achievements
  • Milestone progress
  • Goal visualization

πŸ’­ Memory

  • Browse MEMORY.md
  • Full Markdown rendering
  • Rich formatting support

πŸš€ Quick Start

# Install
clawdbot skills install clawdbot-dashboard

# Start
cd ~/.clawdbot/skills/clawdbot-dashboard
npm start

# Open browser
open http://localhost:5173

πŸ—οΈ Architecture

Backend (Node.js + Express):

  • Port: 5174
  • Reads from Clawdbot workspace (/Users/[user]/clawd/)
  • REST API for all data
  • 20-60s caching for performance

Frontend (React + Vite):

  • Port: 5173
  • Modern UI with Tailwind CSS
  • Dark mode support
  • Real-time updates

Data Sources (Clawd-native):

  • MEMORY.md β€” Long-term memory
  • HEARTBEAT.md β€” Daily checklist
  • memory/YYYY-MM-DD.md β€” Daily logs
  • skills/*/SKILL.md β€” Skill metadata
  • Cron jobs via clawdbot cron list

πŸ“¦ What's Included

clawdbot-dashboard/
β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ index.js          (Express server + API)
β”‚   └── cache.js          (Cache system)
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ App.tsx       (Main layout + navigation)
β”‚   β”‚   β”œβ”€β”€ pages/        (Dashboard, Analytics, Skills, Tasks, etc.)
β”‚   β”‚   β”œβ”€β”€ components/   (Reusable UI components)
β”‚   β”‚   └── services/     (API client)
β”‚   └── package.json
β”œβ”€β”€ package.json
β”œβ”€β”€ SKILL.md              (This file)
β”œβ”€β”€ README.md
└── QUICKSTART.md

🎨 Pages

  • Dashboard β€” Overview with stats & tips
  • Analytics β€” Growth charts & workspace health
  • Skills Browser β€” Browse installed skills
  • Tasks β€” Heartbeat checklist + cron jobs
  • Goals β€” Achievements & milestones
  • Memory β€” Markdown memory viewer

βš™οΈ Configuration

No configuration needed! The dashboard auto-detects your Clawdbot workspace.

Customization (Optional)

Edit frontend/src/App.tsx to:

  • Change sidebar colors
  • Add new pages
  • Customize theme
  • Modify refresh rates

πŸ”§ Development

# Install dependencies
cd clawdbot-dashboard
npm install
cd frontend && npm install && cd ..

# Start dev servers
npm run dev

# Backend: http://localhost:5174
# Frontend: http://localhost:5173

πŸ“Š API Endpoints

  • GET /api/stats β€” Workspace statistics
  • GET /api/memory β€” MEMORY.md content
  • GET /api/tasks β€” Heartbeat + crons
  • GET /api/goals β€” Goals data
  • GET /api/skills β€” Installed skills
  • GET /api/skills/:id/content β€” Skill SKILL.md content
  • GET /api/tips β€” Tips carousel

πŸŒ™ Dark Mode

Click the theme toggle in the sidebar footer. Preference saved to browser.

πŸš€ Performance

  • Cache system: 20-60s refresh per endpoint
  • Lazy loading: Pages load on demand
  • Minimal deps: Only React, Express, Tailwind
  • Zero external data: All local workspace files

πŸ“ License

MIT β€” Use freely, modify as needed

🀝 Contributing

Ideas or improvements? Open an issue or PR on GitHub!


Made for Clawdbot. Works with any workspace. Zero setup needed. πŸ€–

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

95/100Analyzed 2/12/2026

Excellent, feature-rich skill documentation with comprehensive metadata, machine-readable installation commands, and clear architecture details. Highly actionable and reusable for the target ecosystem.

85
95
90
95
95

Metadata

Licenseunknown
Version1.0.0
Updated2/2/2026
Publisherthibautrey

Tags

apici-cdgithub