Install
openclaw skills install activityclaw-usageMonitors and reports agent activities including file operations, command executions, web actions, messages, and sub-agent sessions via dashboard and status c...
openclaw skills install activityclaw-usageUse this skill when the user asks about:
The ActivityClaw plugin must be installed:
npm install -g @rmruss2022/activityclaw
openclaw plugins install @rmruss2022/activityclaw
Check if ActivityClaw is installed and running:
openclaw activityclaw status
Open the visual activity dashboard in browser:
openclaw activityclaw dashboard
This opens http://localhost:18796 with real-time activity feed.
Show current status and configuration:
openclaw activityclaw status
Manually control the service:
openclaw activityclaw start
openclaw activityclaw stop
Reconfigure port or database location:
openclaw activityclaw setup
The dashboard at http://localhost:18796 provides:
User asks: "What files have I been working on today?"
Response:
openclaw activityclaw dashboard
Then check the "📝 Create" and "✏️ Edit" filters in the dashboard to see recent file operations.
User asks: "Show me recent command executions"
Response:
openclaw activityclaw dashboard
Filter by "⚡ Exec" to see command history.
User asks: "What has the agent been doing?"
Response:
openclaw activityclaw status
This shows a summary, then suggest opening the dashboard for details:
openclaw activityclaw dashboard
If activities aren't showing:
openclaw plugins listopenclaw activityclaw statusopenclaw activityclaw startIf port is in use:
openclaw activityclaw setup
# Choose a different port
~/.openclaw/activity-tracker/activities.dbtool_result_persist hookGitHub: https://github.com/rmruss2022/ActivityClaw npm: @rmruss2022/activityclaw