{
  "schemaVersion": "1.0",
  "item": {
    "slug": "activity-notifier",
    "name": "Activity Notifier",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/silvermoonswk/activity-notifier",
    "canonicalUrl": "https://clawhub.ai/silvermoonswk/activity-notifier",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/activity-notifier",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activity-notifier",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json"
    ],
    "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/activity-notifier"
    },
    "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/activity-notifier",
    "agentPageUrl": "https://openagent3.xyz/skills/activity-notifier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/activity-notifier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/activity-notifier/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": "Activity Notifier",
        "body": "Broadcast real-time agent activity to Discord channel."
      },
      {
        "title": "When to Use",
        "body": "✅ USE this skill when:\n\nStarting a long-running task (installing skills, downloading files, etc.)\nWaiting for rate limits or external APIs\nRunning multiple sequential operations\nUser might think you're stuck or buggy"
      },
      {
        "title": "Activity Types",
        "body": "StatusEmojiWhen🤔 Thinking🤔Starting to think/plan🔧 Working🔧Using tools🌐 Web🌐Searching/fetching from web💻 Coding💻Writing/editing code⏳ Waiting⏳Waiting for rate limit/API✅ Done✅Task completed❌ Error❌Something went wrong"
      },
      {
        "title": "Usage Examples",
        "body": "// Send activity update\nmessage({\n  action: \"send\",\n  channel: \"discord\",\n  to: \"channel:1477516155655688306\",\n  message: \"⏳ **Activity Update**\\n\\nInstalling 6 skills... (waiting for rate limit)\"\n})"
      },
      {
        "title": "Guidelines",
        "body": "Be concise — short updates, not novels\nUse emoji — visual scanning is faster\nInclude progress — \"3/6 installed\" is better than \"installing...\"\nDon't spam — only for tasks >5 seconds\nFinal summary — always send completion message"
      },
      {
        "title": "Configuration",
        "body": "Optional: Set ACTIVITY_CHANNEL_ID in environment to override default channel."
      }
    ],
    "body": "Activity Notifier\n\nBroadcast real-time agent activity to Discord channel.\n\nWhen to Use\n\n✅ USE this skill when:\n\nStarting a long-running task (installing skills, downloading files, etc.)\nWaiting for rate limits or external APIs\nRunning multiple sequential operations\nUser might think you're stuck or buggy\nActivity Types\nStatus\tEmoji\tWhen\n🤔 Thinking\t🤔\tStarting to think/plan\n🔧 Working\t🔧\tUsing tools\n🌐 Web\t🌐\tSearching/fetching from web\n💻 Coding\t💻\tWriting/editing code\n⏳ Waiting\t⏳\tWaiting for rate limit/API\n✅ Done\t✅\tTask completed\n❌ Error\t❌\tSomething went wrong\nUsage Examples\n// Send activity update\nmessage({\n  action: \"send\",\n  channel: \"discord\",\n  to: \"channel:1477516155655688306\",\n  message: \"⏳ **Activity Update**\\n\\nInstalling 6 skills... (waiting for rate limit)\"\n})\n\nGuidelines\nBe concise — short updates, not novels\nUse emoji — visual scanning is faster\nInclude progress — \"3/6 installed\" is better than \"installing...\"\nDon't spam — only for tasks >5 seconds\nFinal summary — always send completion message\nConfiguration\n\nOptional: Set ACTIVITY_CHANNEL_ID in environment to override default channel."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/silvermoonswk/activity-notifier",
    "publisherUrl": "https://clawhub.ai/silvermoonswk/activity-notifier",
    "owner": "silvermoonswk",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/activity-notifier",
    "downloadUrl": "https://openagent3.xyz/downloads/activity-notifier",
    "agentUrl": "https://openagent3.xyz/skills/activity-notifier/agent",
    "manifestUrl": "https://openagent3.xyz/skills/activity-notifier/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/activity-notifier/agent.md"
  }
}