Back to Projects

Clawd Agent Dashboard

AIWeb

Command center dashboard for monitoring and controlling the Clawd AI agent — memory management, skills registry, and chat interface.

Tools: Next.js, Shadcn/UI, Tailwind CSS, SWR, Lucide React
Key Result: Real-time agent monitoring with memory editing

Overview

A premium dark-mode "Command Center" designed to monitor and interact with the Clawd AI agent. Provides real-time visibility into agent memory, logs, scheduled tasks (cron jobs), and capabilities (skills).

Key Features

  • System Status: Real-time heartbeat monitoring of the clawdbot process
  • Memory Management: View and edit the agent's core memory (MEMORY.md) and daily logs
  • Skills Registry: Browse, edit, and manage the agent's capabilities and MCP tools
  • Cron Jobs: Detailed view and control over scheduled background tasks
  • Chat Interface: Integrated chat window to communicate directly with the agent
  • Dark Mode: Built with a "Slate & Violet" aesthetic optimized for low-light environments

Technical Stack

  • Framework: Next.js 14 (App Router)
  • UI Components: Shadcn/UI (Radix Primitives)
  • Styling: Tailwind CSS
  • State Management: SWR / React Query
  • Backend: Next.js API Routes (Serverless)