# Send ActivityClaw Plugin Usage to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "activityclaw-usage",
    "name": "ActivityClaw Plugin Usage",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/rmruss2022/activityclaw-usage",
    "canonicalUrl": "https://clawhub.ai/rmruss2022/activityclaw-usage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/activityclaw-usage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activityclaw-usage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "activityclaw-usage",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T01:43:57.316Z",
      "expiresAt": "2026-05-06T01:43:57.316Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activityclaw-usage",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activityclaw-usage",
        "contentDisposition": "attachment; filename=\"activityclaw-usage-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "activityclaw-usage"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/activityclaw-usage"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/activityclaw-usage",
    "downloadUrl": "https://openagent3.xyz/downloads/activityclaw-usage",
    "agentUrl": "https://openagent3.xyz/skills/activityclaw-usage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/activityclaw-usage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/activityclaw-usage/agent.md"
  }
}
```
## Documentation

### 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

### 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:

Check plugin status: openclaw plugins list
Verify service is running: openclaw activityclaw status
Start if stopped: openclaw activityclaw start
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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rmruss2022
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T01:43:57.316Z
- Expires at: 2026-05-06T01:43:57.316Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/activityclaw-usage)
- [Send to Agent page](https://openagent3.xyz/skills/activityclaw-usage/agent)
- [JSON manifest](https://openagent3.xyz/skills/activityclaw-usage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/activityclaw-usage/agent.md)
- [Download page](https://openagent3.xyz/downloads/activityclaw-usage)