{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/activityclaw-usage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activityclaw-usage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/activityclaw-usage",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to Use",
        "body": "Use this skill when the user asks about:\n\nRecent agent activities or actions\nWhat the agent has been doing\nTool usage tracking or monitoring\nFile operations history (reads, writes, edits)\nCommand execution history\nWeb searches or fetches performed\nMessage sending activity\nSub-agent spawning"
      },
      {
        "title": "Prerequisites",
        "body": "The ActivityClaw plugin must be installed:\n\nnpm install -g @rmruss2022/activityclaw\nopenclaw plugins install @rmruss2022/activityclaw"
      },
      {
        "title": "Quick Start",
        "body": "Check if ActivityClaw is installed and running:\n\nopenclaw activityclaw status"
      },
      {
        "title": "View Dashboard",
        "body": "Open the visual activity dashboard in browser:\n\nopenclaw activityclaw dashboard\n\nThis opens http://localhost:18796 with real-time activity feed."
      },
      {
        "title": "Check Status",
        "body": "Show current status and configuration:\n\nopenclaw activityclaw status"
      },
      {
        "title": "Start/Stop",
        "body": "Manually control the service:\n\nopenclaw activityclaw start\nopenclaw activityclaw stop"
      },
      {
        "title": "Configuration",
        "body": "Reconfigure port or database location:\n\nopenclaw activityclaw setup"
      },
      {
        "title": "What ActivityClaw Tracks",
        "body": "📝 File Operations - Creates, edits, reads\n⚡ Commands - Shell executions via exec\n🔍 Web Activity - Searches and fetches\n💬 Messages - Outbound messages to channels\n🚀 Sub-agents - Spawned agent sessions"
      },
      {
        "title": "Dashboard Features",
        "body": "The dashboard at http://localhost:18796 provides:\n\nReal-time activity feed - Live stream of all agent actions\nActivity filters - View by type (files, commands, web, messages)\nStatistics - Total activities, last hour count, active agents\nAuto-refresh - Updates every 5 seconds"
      },
      {
        "title": "Example Usage",
        "body": "User asks: \"What files have I been working on today?\"\n\nResponse:\n\nopenclaw activityclaw dashboard\n\nThen check the \"📝 Create\" and \"✏️ Edit\" filters in the dashboard to see recent file operations.\n\nUser asks: \"Show me recent command executions\"\n\nResponse:\n\nopenclaw activityclaw dashboard\n\nFilter by \"⚡ Exec\" to see command history.\n\nUser asks: \"What has the agent been doing?\"\n\nResponse:\n\nopenclaw activityclaw status\n\nThis shows a summary, then suggest opening the dashboard for details:\n\nopenclaw activityclaw dashboard"
      },
      {
        "title": "Troubleshooting",
        "body": "If activities aren't showing:\n\nCheck plugin status: openclaw plugins list\nVerify service is running: openclaw activityclaw status\nStart if stopped: openclaw activityclaw start\nCheck dashboard URL: http://localhost:18796\n\nIf port is in use:\n\nopenclaw activityclaw setup\n# Choose a different port"
      },
      {
        "title": "Technical Details",
        "body": "Port: 18796 (default, configurable)\nDatabase: SQLite at ~/.openclaw/activity-tracker/activities.db\nTracking: Real-time via tool_result_persist hook\nStorage: All data stays local"
      },
      {
        "title": "Repository",
        "body": "GitHub: https://github.com/rmruss2022/ActivityClaw\nnpm: @rmruss2022/activityclaw"
      }
    ],
    "body": "ActivityClaw Plugin Usage\nWhen to Use\n\nUse this skill when the user asks about:\n\nRecent agent activities or actions\nWhat the agent has been doing\nTool usage tracking or monitoring\nFile operations history (reads, writes, edits)\nCommand execution history\nWeb searches or fetches performed\nMessage sending activity\nSub-agent spawning\nPrerequisites\n\nThe ActivityClaw plugin must be installed:\n\nnpm install -g @rmruss2022/activityclaw\nopenclaw plugins install @rmruss2022/activityclaw\n\nQuick Start\n\nCheck if ActivityClaw is installed and running:\n\nopenclaw activityclaw status\n\nCommands\nView Dashboard\n\nOpen the visual activity dashboard in browser:\n\nopenclaw activityclaw dashboard\n\n\nThis opens http://localhost:18796 with real-time activity feed.\n\nCheck Status\n\nShow current status and configuration:\n\nopenclaw activityclaw status\n\nStart/Stop\n\nManually control the service:\n\nopenclaw activityclaw start\nopenclaw activityclaw stop\n\nConfiguration\n\nReconfigure port or database location:\n\nopenclaw activityclaw setup\n\nWhat ActivityClaw Tracks\n📝 File Operations - Creates, edits, reads\n⚡ Commands - Shell executions via exec\n🔍 Web Activity - Searches and fetches\n💬 Messages - Outbound messages to channels\n🚀 Sub-agents - Spawned agent sessions\nDashboard Features\n\nThe dashboard at http://localhost:18796 provides:\n\nReal-time activity feed - Live stream of all agent actions\nActivity filters - View by type (files, commands, web, messages)\nStatistics - Total activities, last hour count, active agents\nAuto-refresh - Updates every 5 seconds\nExample Usage\n\nUser asks: \"What files have I been working on today?\"\n\nResponse:\n\nopenclaw activityclaw dashboard\n\n\nThen check the \"📝 Create\" and \"✏️ Edit\" filters in the dashboard to see recent file operations.\n\nUser asks: \"Show me recent command executions\"\n\nResponse:\n\nopenclaw activityclaw dashboard\n\n\nFilter by \"⚡ Exec\" to see command history.\n\nUser asks: \"What has the agent been doing?\"\n\nResponse:\n\nopenclaw activityclaw status\n\n\nThis shows a summary, then suggest opening the dashboard for details:\n\nopenclaw activityclaw dashboard\n\nTroubleshooting\n\nIf activities aren't showing:\n\nCheck plugin status: openclaw plugins list\nVerify service is running: openclaw activityclaw status\nStart if stopped: openclaw activityclaw start\nCheck dashboard URL: http://localhost:18796\n\nIf port is in use:\n\nopenclaw activityclaw setup\n# Choose a different port\n\nTechnical Details\nPort: 18796 (default, configurable)\nDatabase: SQLite at ~/.openclaw/activity-tracker/activities.db\nTracking: Real-time via tool_result_persist hook\nStorage: All data stays local\nRepository\n\nGitHub: https://github.com/rmruss2022/ActivityClaw npm: @rmruss2022/activityclaw"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rmruss2022/activityclaw-usage",
    "publisherUrl": "https://clawhub.ai/rmruss2022/activityclaw-usage",
    "owner": "rmruss2022",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}