Agent Activity Dashboard

Track AI agent activities with a real-time dashboard and SQLite persistence.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/devYaoYH/openclaw-dashboard --skill agent-activity-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Activity Dashboard
Source: https://github.com/devYaoYH/openclaw-dashboard/tree/main
Command: npx skills add https://github.com/devYaoYH/openclaw-dashboard --skill agent-activity-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires better-sqlite3, express, and includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

This Skill provides a centralized, real-time view of an AI agent's activities, helping to monitor progress, understand workload, and identify productivity patterns.

Core Features & Use Cases

  • Real-time Activity Tracking: Monitor what the agent is currently working on.
  • Activity Logging: Log discrete events, tasks, and completed work with categories and descriptions.
  • Status Visualization: View statistics and category breakdowns to understand agent engagement.
  • Use Case: A project manager can use this Skill to see which tasks their AI assistant is currently handling, review recently completed tasks, and get a summary of the types of work being done (e.g., coding, research).

Quick Start

Use the Agent Activity Dashboard skill to log a new coding activity titled "Implement user authentication".

Frequently Asked Questions about Agent Activity Dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track AI agent activities and productivity in real-time?

You can track AI agent activities in real-time by logging events via an API or CLI and viewing them on a web dashboard. This Skill visualizes current work, completed tasks, and historical activity streams to help monitor productivity patterns.

Can I log discrete AI agent tasks and categorize them by work type?

Yes, you can log discrete AI agent tasks with specific categories and descriptions. This allows you to visualize statistics and category breakdowns to understand agent engagement across different work types like coding or research.

Does the agent activity dashboard work with SQLite for data persistence?

Yes, the agent activity dashboard integrates directly with SQLite for data persistence. This ensures your logged activities, historical streams, and planned work items are stored reliably and remain accessible for continuous monitoring.

How do I monitor what my AI agent is currently working on?

You monitor your AI agent's current work by accessing the provided web interface. The dashboard displays real-time activity tracking, showing exactly which tasks the agent is handling at any given moment alongside recently completed items.

Do I need Express to run the web interface for activity tracking?

Yes, Express is required to serve the web interface used for activity tracking. Combined with SQLite for data storage, these dependencies power the dashboard's ability to visualize statistics and manage planned work items.

What is the best way to visualize historical activity streams for an AI agent?

The best way to visualize historical AI agent activity streams is by logging events via the API or CLI into the dashboard. It automatically aggregates the persisted SQLite data to display statistics and category breakdowns over time.