{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-warden-pro",
    "name": "OpenClaw Warden Pro",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/AtlasPA/openclaw-warden-pro",
    "canonicalUrl": "https://clawhub.ai/AtlasPA/openclaw-warden-pro",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-warden-pro",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-warden-pro",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/integrity.py",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/openclaw-warden-pro"
    },
    "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/openclaw-warden-pro",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Warden Pro",
        "body": "Everything in openclaw-warden (free) plus automated countermeasures.\n\nFree version detects threats. Pro version responds to them."
      },
      {
        "title": "Detection Commands (also in free)",
        "body": "python3 {baseDir}/scripts/integrity.py baseline --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py verify --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py scan --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py full --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py status --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py accept SOUL.md --workspace /path/to/workspace"
      },
      {
        "title": "Restore from Snapshot",
        "body": "Restore a tampered file to its baseline snapshot. Critical, config, and skill files are automatically snapshotted when the baseline is established.\n\npython3 {baseDir}/scripts/integrity.py restore SOUL.md --workspace /path/to/workspace"
      },
      {
        "title": "Git Rollback",
        "body": "Restore a file to its last git-committed state.\n\npython3 {baseDir}/scripts/integrity.py rollback SOUL.md --workspace /path/to/workspace"
      },
      {
        "title": "Quarantine a Skill",
        "body": "Disable a suspicious skill by renaming its directory. The agent will not load quarantined skills.\n\npython3 {baseDir}/scripts/integrity.py quarantine bad-skill --workspace /path/to/workspace"
      },
      {
        "title": "Unquarantine a Skill",
        "body": "Restore a quarantined skill after investigation.\n\npython3 {baseDir}/scripts/integrity.py unquarantine bad-skill --workspace /path/to/workspace"
      },
      {
        "title": "Protect (Automated Response)",
        "body": "Full scan + automatic countermeasures in one pass: restore tampered critical files, quarantine malicious skills, flag remaining issues. This is the recommended command for session startup.\n\npython3 {baseDir}/scripts/integrity.py protect --workspace /path/to/workspace"
      },
      {
        "title": "Session Startup Hook (Claude Code)",
        "body": "{\n  \"hooks\": {\n    \"SessionStart\": [\n      {\n        \"hooks\": [\n          {\n            \"type\": \"command\",\n            \"command\": \"python3 scripts/integrity.py protect\",\n            \"timeout\": 30\n          }\n        ]\n      }\n    ]\n  }\n}"
      },
      {
        "title": "Heartbeat (OpenClaw)",
        "body": "Add to HEARTBEAT.md for periodic protection:\n\n- Run workspace integrity protection (python3 {skill:openclaw-warden-pro}/scripts/integrity.py protect)"
      },
      {
        "title": "After Installing New Skills",
        "body": "Run protect to auto-quarantine skills that modified workspace files."
      },
      {
        "title": "What Gets Monitored",
        "body": "CategoryFilesAlert LevelCriticalSOUL.md, AGENTS.md, IDENTITY.md, USER.md, TOOLS.md, HEARTBEAT.mdWARNINGMemorymemory/*.md, MEMORY.mdINFOConfig*.json in workspace rootWARNINGSkillsskills/*/SKILL.mdWARNING"
      },
      {
        "title": "Countermeasure Summary",
        "body": "CommandActionprotectFull scan + auto-restore + auto-quarantine + flagrestore <file>Restore from baseline snapshotrollback <file>Restore from git historyquarantine <skill>Disable skill by renaming directoryunquarantine <skill>Re-enable a quarantined skill"
      },
      {
        "title": "No External Dependencies",
        "body": "Python standard library only. No pip install. No network calls. Everything runs locally."
      },
      {
        "title": "Cross-Platform",
        "body": "Works with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification."
      }
    ],
    "body": "OpenClaw Warden Pro\n\nEverything in openclaw-warden (free) plus automated countermeasures.\n\nFree version detects threats. Pro version responds to them.\n\nDetection Commands (also in free)\npython3 {baseDir}/scripts/integrity.py baseline --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py verify --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py scan --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py full --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py status --workspace /path/to/workspace\npython3 {baseDir}/scripts/integrity.py accept SOUL.md --workspace /path/to/workspace\n\nPro Countermeasures\nRestore from Snapshot\n\nRestore a tampered file to its baseline snapshot. Critical, config, and skill files are automatically snapshotted when the baseline is established.\n\npython3 {baseDir}/scripts/integrity.py restore SOUL.md --workspace /path/to/workspace\n\nGit Rollback\n\nRestore a file to its last git-committed state.\n\npython3 {baseDir}/scripts/integrity.py rollback SOUL.md --workspace /path/to/workspace\n\nQuarantine a Skill\n\nDisable a suspicious skill by renaming its directory. The agent will not load quarantined skills.\n\npython3 {baseDir}/scripts/integrity.py quarantine bad-skill --workspace /path/to/workspace\n\nUnquarantine a Skill\n\nRestore a quarantined skill after investigation.\n\npython3 {baseDir}/scripts/integrity.py unquarantine bad-skill --workspace /path/to/workspace\n\nProtect (Automated Response)\n\nFull scan + automatic countermeasures in one pass: restore tampered critical files, quarantine malicious skills, flag remaining issues. This is the recommended command for session startup.\n\npython3 {baseDir}/scripts/integrity.py protect --workspace /path/to/workspace\n\nRecommended Integration\nSession Startup Hook (Claude Code)\n{\n  \"hooks\": {\n    \"SessionStart\": [\n      {\n        \"hooks\": [\n          {\n            \"type\": \"command\",\n            \"command\": \"python3 scripts/integrity.py protect\",\n            \"timeout\": 30\n          }\n        ]\n      }\n    ]\n  }\n}\n\nHeartbeat (OpenClaw)\n\nAdd to HEARTBEAT.md for periodic protection:\n\n- Run workspace integrity protection (python3 {skill:openclaw-warden-pro}/scripts/integrity.py protect)\n\nAfter Installing New Skills\n\nRun protect to auto-quarantine skills that modified workspace files.\n\nWhat Gets Monitored\nCategory\tFiles\tAlert Level\nCritical\tSOUL.md, AGENTS.md, IDENTITY.md, USER.md, TOOLS.md, HEARTBEAT.md\tWARNING\nMemory\tmemory/*.md, MEMORY.md\tINFO\nConfig\t*.json in workspace root\tWARNING\nSkills\tskills/*/SKILL.md\tWARNING\nCountermeasure Summary\nCommand\tAction\nprotect\tFull scan + auto-restore + auto-quarantine + flag\nrestore <file>\tRestore from baseline snapshot\nrollback <file>\tRestore from git history\nquarantine <skill>\tDisable skill by renaming directory\nunquarantine <skill>\tRe-enable a quarantined skill\nNo External Dependencies\n\nPython standard library only. No pip install. No network calls. Everything runs locally.\n\nCross-Platform\n\nWorks with OpenClaw, Claude Code, Cursor, and any tool using the Agent Skills specification."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AtlasPA/openclaw-warden-pro",
    "publisherUrl": "https://clawhub.ai/AtlasPA/openclaw-warden-pro",
    "owner": "AtlasPA",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-warden-pro",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-warden-pro",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-warden-pro/agent.md"
  }
}