# Send Superpack Snitch - BLOCK Clawhub & Other Tools + Plugin 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": "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": {
    "downloadUrl": "/downloads/superpack-snitch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpack-snitch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "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"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "superpack-snitch",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T11:38:26.688Z",
      "expiresAt": "2026-05-08T11:38:26.688Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpack-snitch",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpack-snitch",
        "contentDisposition": "attachment; filename=\"superpack-snitch-0.0.8.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "superpack-snitch"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### superpack-snitch

Prompt-based blocklist guard for OpenClaw with two enforcement hooks:

Bootstrap directive — injects a security policy into every agent context
Message warning — flags incoming messages referencing blocked terms

This 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.

### Install

Install from ClawHub. The hooks are included in the skill package.

### Hook blocklist (env var)

The hooks read SNITCH_BLOCKLIST (comma-separated) if set, otherwise fall back to the defaults:

SNITCH_BLOCKLIST=clawhub,clawdhub,myothertool

### What gets blocked

The 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.

Default blocked terms: clawhub, clawdhub

### Want more?

For hard enforcement (tool call interception, Telegram alerts), install the
plugin via npm:

openclaw plugins install superpack-snitch

The plugin adds a before_tool_call layer that physically blocks matching
tool calls and broadcasts alerts. See the
README for full details.

The skill and plugin can be used together for layered defense.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rgr4y
- Version: 0.0.8
## 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-05-01T11:38:26.688Z
- Expires at: 2026-05-08T11:38:26.688Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/superpack-snitch)
- [Send to Agent page](https://openagent3.xyz/skills/superpack-snitch/agent)
- [JSON manifest](https://openagent3.xyz/skills/superpack-snitch/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/superpack-snitch/agent.md)
- [Download page](https://openagent3.xyz/downloads/superpack-snitch)