← 返回
数据分析 中文

ActivityClaw Plugin Usage

Monitors and reports agent activities including file operations, command executions, web actions, messages, and sub-agent sessions via dashboard and status c...
通过仪表板和状态控制台监控并报告代理活动,包括文件操作、命令执行、网络操作、消息和子代理会话。
rmruss2022
数据分析 clawhub v1.0.0 1 版本 99905.5 Key: 无需
★ 0
Stars
📥 1,057
下载
💾 10
安装
1
版本
#activity#latest#monitoring#plugin

概述

ActivityClaw Plugin Usage

When to Use

Use this skill when the user asks about:

  • Recent agent activities or actions
  • What the agent has been doing
  • Tool usage tracking or monitoring
  • File operations history (reads, writes, edits)
  • Command execution history
  • Web searches or fetches performed
  • Message sending activity
  • Sub-agent spawning

Prerequisites

The ActivityClaw plugin must be installed:

npm install -g @rmruss2022/activityclaw
openclaw plugins install @rmruss2022/activityclaw

Quick Start

Check if ActivityClaw is installed and running:

openclaw activityclaw status

Commands

View Dashboard

Open the visual activity dashboard in browser:

openclaw activityclaw dashboard

This opens http://localhost:18796 with real-time activity feed.

Check Status

Show current status and configuration:

openclaw activityclaw status

Start/Stop

Manually control the service:

openclaw activityclaw start
openclaw activityclaw stop

Configuration

Reconfigure port or database location:

openclaw activityclaw setup

What ActivityClaw Tracks

  • 📝 File Operations - Creates, edits, reads
  • ⚡ Commands - Shell executions via exec
  • 🔍 Web Activity - Searches and fetches
  • 💬 Messages - Outbound messages to channels
  • 🚀 Sub-agents - Spawned agent sessions

Dashboard Features

The dashboard at http://localhost:18796 provides:

  • Real-time activity feed - Live stream of all agent actions
  • Activity filters - View by type (files, commands, web, messages)
  • Statistics - Total activities, last hour count, active agents
  • Auto-refresh - Updates every 5 seconds

Example Usage

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

Troubleshooting

If activities aren't showing:

  1. Check plugin status: openclaw plugins list
  2. Verify service is running: openclaw activityclaw status
  3. Start if stopped: openclaw activityclaw start
  4. Check dashboard URL: http://localhost:18796

If port is in use:

openclaw activityclaw setup
# Choose a different port

Technical Details

  • Port: 18796 (default, configurable)
  • Database: SQLite at ~/.openclaw/activity-tracker/activities.db
  • Tracking: Real-time via tool_result_persist hook
  • Storage: All data stays local

Repository

GitHub: https://github.com/rmruss2022/ActivityClaw

npm: @rmruss2022/activityclaw

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,290
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 57,044
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 166 📥 60,297