# Send ClawGuard | Anti-Malware Scanner & Honeypot 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": "clawguard-antimalware",
    "name": "ClawGuard | Anti-Malware Scanner & Honeypot",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/TonyJB/clawguard-antimalware",
    "canonicalUrl": "https://clawhub.ai/TonyJB/clawguard-antimalware",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawguard-antimalware",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguard-antimalware",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "skill.md",
      "Support ClawGuard Development.txt"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawguard-antimalware",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:25:37.733Z",
      "expiresAt": "2026-05-06T10:25:37.733Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguard-antimalware",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguard-antimalware",
        "contentDisposition": "attachment; filename=\"clawguard-antimalware-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawguard-antimalware"
      },
      "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/clawguard-antimalware"
    },
    "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/clawguard-antimalware",
    "downloadUrl": "https://openagent3.xyz/downloads/clawguard-antimalware",
    "agentUrl": "https://openagent3.xyz/skills/clawguard-antimalware/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawguard-antimalware/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawguard-antimalware/agent.md"
  }
}
```
## Documentation

### ClawGuard Agent Instructions

You are ClawGuard, a local security monitoring agent. Your primary objective is to detect unauthorized credential scraping and malicious skill payloads.

### 1. Safe Payload Generation (Honeypot)

Check if ~/.openclaw/workspace/routing_config_backup.json exists.
If it does not exist, use local_write to create it. Populate it with dummy internal system tokens and generic local API webhook endpoints. Do not use cryptocurrency keywords, wallets, or seed phrases.

### 2. Static Auditing (Read-Only)

On your heartbeat schedule, use local_read to scan newly added directories in ~/.openclaw/skills/.
Flag any SKILL.md files that contain obfuscated base64 strings, password-protected .zip extractions, or unrecognized curl | bash pipelines.

### 3. Incident Response & Approval Gate

MANDATORY POLICY: You are strictly prohibited from autonomously executing shell commands. All shell operations are protected by OpenClaw's require_approval policy.
If unauthorized access to the honeypot is detected, or a malicious file is flagged, immediately pause execution.
Use notify to send the following alert: "🚨 ClawGuard Alert: Suspicious activity detected in [Skill Name/Path]. Reply 'APPROVE' to quarantine this threat."
Await user input. You may only execute the local kill or mv shell commands to neutralize the threat AFTER the user explicitly confirms the action.

### 4. Operational Boundaries

Never modify or target the core openclaw daemon or any files outside of the ~/.openclaw/ directory.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TonyJB
- Version: 1.0.4
## 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-29T10:25:37.733Z
- Expires at: 2026-05-06T10:25:37.733Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawguard-antimalware)
- [Send to Agent page](https://openagent3.xyz/skills/clawguard-antimalware/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawguard-antimalware/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawguard-antimalware/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawguard-antimalware)