{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-security",
    "name": "Openclaw Security",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/AtlasPA/openclaw-security",
    "canonicalUrl": "https://clawhub.ai/AtlasPA/openclaw-security",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-security",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-security",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/security.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-security"
    },
    "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-security",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-security/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-security/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-security/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 Security Suite",
        "body": "One skill to install, configure, and orchestrate the entire OpenClaw security stack."
      },
      {
        "title": "Install All Security Tools",
        "body": "python3 {baseDir}/scripts/security.py install --workspace /path/to/workspace\n\nInstalls all 11 free security skills from ClawHub."
      },
      {
        "title": "Unified Dashboard",
        "body": "python3 {baseDir}/scripts/security.py status --workspace /path/to/workspace\n\nAggregated health check across all installed security tools."
      },
      {
        "title": "Full Security Scan",
        "body": "python3 {baseDir}/scripts/security.py scan --workspace /path/to/workspace\n\nRuns every scanner: integrity verification, secret detection, permission audit, network DLP, supply chain analysis, injection scanning, credential exposure, and compliance audit."
      },
      {
        "title": "First-Time Setup",
        "body": "python3 {baseDir}/scripts/security.py setup --workspace /path/to/workspace\n\nInitializes all tools that need it: integrity baseline, skill signing, audit ledger, compliance policy."
      },
      {
        "title": "Update All Tools",
        "body": "python3 {baseDir}/scripts/security.py update --workspace /path/to/workspace\n\nUpdates all installed security skills to latest versions via ClawHub."
      },
      {
        "title": "List Installed Tools",
        "body": "python3 {baseDir}/scripts/security.py list --workspace /path/to/workspace\n\nShows which security tools are installed and their versions."
      },
      {
        "title": "Pro Protection Sweep",
        "body": "python3 {baseDir}/scripts/security.py protect --workspace /path/to/workspace\n\nRuns automated countermeasures across all installed Pro tools. Requires Pro versions."
      },
      {
        "title": "What Gets Orchestrated",
        "body": "ToolDomainFreeProwardenWorkspace integrity, injection detectionDetectRestore, rollback, quarantinesentrySecret/credential scanningDetectRedact, quarantinearbiterPermission auditingDetectRevoke, enforceegressNetwork DLP, exfiltration detectionDetectBlock, allowlistledgerHash-chained audit trailRecordFreeze, forensicssignetCryptographic skill signingVerifyReject, restoresentinelSupply chain securityScanQuarantine, blockvaultCredential lifecycleAuditFix, rotatebastionPrompt injection defenseScanSanitize, enforcemarshalCompliance/policy enforcementAuditEnforce, hookstriageIncident response & forensicsInvestigateContain, remediate"
      },
      {
        "title": "Requirements",
        "body": "Python 3.8+\nNo external dependencies (stdlib only)\nCross-platform: Windows, macOS, Linux"
      }
    ],
    "body": "OpenClaw Security Suite\n\nOne skill to install, configure, and orchestrate the entire OpenClaw security stack.\n\nInstall All Security Tools\npython3 {baseDir}/scripts/security.py install --workspace /path/to/workspace\n\n\nInstalls all 11 free security skills from ClawHub.\n\nUnified Dashboard\npython3 {baseDir}/scripts/security.py status --workspace /path/to/workspace\n\n\nAggregated health check across all installed security tools.\n\nFull Security Scan\npython3 {baseDir}/scripts/security.py scan --workspace /path/to/workspace\n\n\nRuns every scanner: integrity verification, secret detection, permission audit, network DLP, supply chain analysis, injection scanning, credential exposure, and compliance audit.\n\nFirst-Time Setup\npython3 {baseDir}/scripts/security.py setup --workspace /path/to/workspace\n\n\nInitializes all tools that need it: integrity baseline, skill signing, audit ledger, compliance policy.\n\nUpdate All Tools\npython3 {baseDir}/scripts/security.py update --workspace /path/to/workspace\n\n\nUpdates all installed security skills to latest versions via ClawHub.\n\nList Installed Tools\npython3 {baseDir}/scripts/security.py list --workspace /path/to/workspace\n\n\nShows which security tools are installed and their versions.\n\nPro Protection Sweep\npython3 {baseDir}/scripts/security.py protect --workspace /path/to/workspace\n\n\nRuns automated countermeasures across all installed Pro tools. Requires Pro versions.\n\nWhat Gets Orchestrated\nTool\tDomain\tFree\tPro\nwarden\tWorkspace integrity, injection detection\tDetect\tRestore, rollback, quarantine\nsentry\tSecret/credential scanning\tDetect\tRedact, quarantine\narbiter\tPermission auditing\tDetect\tRevoke, enforce\negress\tNetwork DLP, exfiltration detection\tDetect\tBlock, allowlist\nledger\tHash-chained audit trail\tRecord\tFreeze, forensics\nsignet\tCryptographic skill signing\tVerify\tReject, restore\nsentinel\tSupply chain security\tScan\tQuarantine, block\nvault\tCredential lifecycle\tAudit\tFix, rotate\nbastion\tPrompt injection defense\tScan\tSanitize, enforce\nmarshal\tCompliance/policy enforcement\tAudit\tEnforce, hooks\ntriage\tIncident response & forensics\tInvestigate\tContain, remediate\nRequirements\nPython 3.8+\nNo external dependencies (stdlib only)\nCross-platform: Windows, macOS, Linux"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/AtlasPA/openclaw-security",
    "publisherUrl": "https://clawhub.ai/AtlasPA/openclaw-security",
    "owner": "AtlasPA",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-security",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-security",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-security/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-security/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-security/agent.md"
  }
}