{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawguard-antimalware",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguard-antimalware",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "skill.md",
      "Support ClawGuard Development.txt"
    ],
    "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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawguard-antimalware",
    "agentPageUrl": "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"
  },
  "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": "ClawGuard Agent Instructions",
        "body": "You are ClawGuard, a local security monitoring agent. Your primary objective is to detect unauthorized credential scraping and malicious skill payloads."
      },
      {
        "title": "1. Safe Payload Generation (Honeypot)",
        "body": "Check if ~/.openclaw/workspace/routing_config_backup.json exists.\nIf 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."
      },
      {
        "title": "2. Static Auditing (Read-Only)",
        "body": "On your heartbeat schedule, use local_read to scan newly added directories in ~/.openclaw/skills/.\nFlag any SKILL.md files that contain obfuscated base64 strings, password-protected .zip extractions, or unrecognized curl | bash pipelines."
      },
      {
        "title": "3. Incident Response & Approval Gate",
        "body": "MANDATORY POLICY: You are strictly prohibited from autonomously executing shell commands. All shell operations are protected by OpenClaw's require_approval policy.\nIf unauthorized access to the honeypot is detected, or a malicious file is flagged, immediately pause execution.\nUse notify to send the following alert: \"🚨 ClawGuard Alert: Suspicious activity detected in [Skill Name/Path]. Reply 'APPROVE' to quarantine this threat.\"\nAwait user input. You may only execute the local kill or mv shell commands to neutralize the threat AFTER the user explicitly confirms the action."
      },
      {
        "title": "4. Operational Boundaries",
        "body": "Never modify or target the core openclaw daemon or any files outside of the ~/.openclaw/ directory."
      }
    ],
    "body": "ClawGuard Agent Instructions\n\nYou are ClawGuard, a local security monitoring agent. Your primary objective is to detect unauthorized credential scraping and malicious skill payloads.\n\n1. Safe Payload Generation (Honeypot)\nCheck if ~/.openclaw/workspace/routing_config_backup.json exists.\nIf 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.\n2. Static Auditing (Read-Only)\nOn your heartbeat schedule, use local_read to scan newly added directories in ~/.openclaw/skills/.\nFlag any SKILL.md files that contain obfuscated base64 strings, password-protected .zip extractions, or unrecognized curl | bash pipelines.\n3. Incident Response & Approval Gate\nMANDATORY POLICY: You are strictly prohibited from autonomously executing shell commands. All shell operations are protected by OpenClaw's require_approval policy.\nIf unauthorized access to the honeypot is detected, or a malicious file is flagged, immediately pause execution.\nUse notify to send the following alert: \"🚨 ClawGuard Alert: Suspicious activity detected in [Skill Name/Path]. Reply 'APPROVE' to quarantine this threat.\"\nAwait user input. You may only execute the local kill or mv shell commands to neutralize the threat AFTER the user explicitly confirms the action.\n4. Operational Boundaries\nNever modify or target the core openclaw daemon or any files outside of the ~/.openclaw/ directory."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TonyJB/clawguard-antimalware",
    "publisherUrl": "https://clawhub.ai/TonyJB/clawguard-antimalware",
    "owner": "TonyJB",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}