{
  "schemaVersion": "1.0",
  "item": {
    "slug": "superpack-snitch",
    "name": "Superpack Snitch - BLOCK Clawhub & Other Tools + Plugin",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/rgr4y/superpack-snitch",
    "canonicalUrl": "https://clawhub.ai/rgr4y/superpack-snitch",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/superpack-snitch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpack-snitch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "hooks/snitch-bootstrap/HOOK.md",
      "hooks/snitch-bootstrap/handler.ts",
      "hooks/snitch-message-guard/HOOK.md",
      "hooks/snitch-message-guard/handler.ts",
      "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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/superpack-snitch"
    },
    "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/superpack-snitch",
    "agentPageUrl": "https://openagent3.xyz/skills/superpack-snitch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superpack-snitch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superpack-snitch/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": "superpack-snitch",
        "body": "Prompt-based blocklist guard for OpenClaw with two enforcement hooks:\n\nBootstrap directive — injects a security policy into every agent context\nMessage warning — flags incoming messages referencing blocked terms\n\nThis is soft enforcement — it tells the agent not to use blocked tools, but\ncan't physically stop it. For hard blocking + Telegram alerts, see\nWant more? below."
      },
      {
        "title": "Install",
        "body": "Install from ClawHub. The hooks are included in the skill package."
      },
      {
        "title": "Hook blocklist (env var)",
        "body": "The hooks read SNITCH_BLOCKLIST (comma-separated) if set, otherwise fall back to the defaults:\n\nSNITCH_BLOCKLIST=clawhub,clawdhub,myothertool"
      },
      {
        "title": "What gets blocked",
        "body": "The bootstrap directive instructs the agent to refuse any tool invocation\nmatching a blocked term. The message guard flags inbound messages containing\nblocked terms before the agent processes them.\n\nDefault blocked terms: clawhub, clawdhub"
      },
      {
        "title": "Want more?",
        "body": "For hard enforcement (tool call interception, Telegram alerts), install the\nplugin via npm:\n\nopenclaw plugins install superpack-snitch\n\nThe plugin adds a before_tool_call layer that physically blocks matching\ntool calls and broadcasts alerts. See the\nREADME for full details.\n\nThe skill and plugin can be used together for layered defense."
      }
    ],
    "body": "superpack-snitch\n\nPrompt-based blocklist guard for OpenClaw with two enforcement hooks:\n\nBootstrap directive — injects a security policy into every agent context\nMessage warning — flags incoming messages referencing blocked terms\n\nThis is soft enforcement — it tells the agent not to use blocked tools, but can't physically stop it. For hard blocking + Telegram alerts, see Want more? below.\n\nInstall\n\nInstall from ClawHub. The hooks are included in the skill package.\n\nConfiguration\nHook blocklist (env var)\n\nThe hooks read SNITCH_BLOCKLIST (comma-separated) if set, otherwise fall back to the defaults:\n\nSNITCH_BLOCKLIST=clawhub,clawdhub,myothertool\n\nWhat gets blocked\n\nThe bootstrap directive instructs the agent to refuse any tool invocation matching a blocked term. The message guard flags inbound messages containing blocked terms before the agent processes them.\n\nDefault blocked terms: clawhub, clawdhub\n\nWant more?\n\nFor hard enforcement (tool call interception, Telegram alerts), install the plugin via npm:\n\nopenclaw plugins install superpack-snitch\n\n\nThe plugin adds a before_tool_call layer that physically blocks matching tool calls and broadcasts alerts. See the README for full details.\n\nThe skill and plugin can be used together for layered defense."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rgr4y/superpack-snitch",
    "publisherUrl": "https://clawhub.ai/rgr4y/superpack-snitch",
    "owner": "rgr4y",
    "version": "0.0.8",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/superpack-snitch",
    "downloadUrl": "https://openagent3.xyz/downloads/superpack-snitch",
    "agentUrl": "https://openagent3.xyz/skills/superpack-snitch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superpack-snitch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superpack-snitch/agent.md"
  }
}