{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoi-openclaw-security-toolkit-core",
    "name": "AOI OpenClaw Security Toolkit (Core)",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoi-openclaw-security-toolkit-core",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoi-openclaw-security-toolkit-core",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aoi-openclaw-security-toolkit-core",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-openclaw-security-toolkit-core",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "docs/SECURITY_POLICY.md",
      "integrity_manifest.json",
      "package.json",
      "rules/egress_patterns.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",
      "slug": "aoi-openclaw-security-toolkit-core",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T15:33:17.575Z",
      "expiresAt": "2026-04-30T15:33:17.575Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-openclaw-security-toolkit-core",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-openclaw-security-toolkit-core",
        "contentDisposition": "attachment; filename=\"aoi-openclaw-security-toolkit-core-0.1.6.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "aoi-openclaw-security-toolkit-core"
      },
      "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/aoi-openclaw-security-toolkit-core"
    },
    "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/aoi-openclaw-security-toolkit-core",
    "agentPageUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/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": "AOI OpenClaw Security Toolkit (Core)",
        "body": "Why: Prevent “one bad commit” incidents (accidental file leakage + secret exposure) with a fast, local-only, fail-closed check.\nWhen: Before committing/pushing, before publishing a skill, and when reviewing scripts/skills for unexpected egress behavior.\nHow: Run a single command to get PASS/WARN/BLOCK and an optional redaction-safe report.\nScope: Detection + reporting only (no auto-fix, no uploads, no auto-posting).\nQuickstart: openclaw-sec check --preset repo --diff staged\n\nThis is a public-safe toolkit skill.\n\nDoes: detect + report risks (PASS/WARN/BLOCK)\nDoes NOT: auto-fix, auto-upload, auto-post, or exfiltrate data"
      },
      {
        "title": "CLI",
        "body": "Binary: openclaw-sec\n\nCommon:\n\nopenclaw-sec check --lang en\nopenclaw-sec check --lang ko\nopenclaw-sec scan-secrets\nopenclaw-sec scan-egress\nopenclaw-sec scan-prompt --file inbound.txt\n\nExit codes:\n\n0 PASS\n1 WARN\n2 BLOCK"
      },
      {
        "title": "Default scan scope",
        "body": "If --paths is omitted, it scans existing paths among:\n\n.\nskills/\nscripts/\ncontext/"
      },
      {
        "title": "Rules",
        "body": "Rule files live in rules/:\n\nsecret_patterns.txt\negress_patterns.txt\nprompt_injection_patterns.txt\n\nEdit these to tune sensitivity."
      }
    ],
    "body": "AOI OpenClaw Security Toolkit (Core)\n\nWhy: Prevent “one bad commit” incidents (accidental file leakage + secret exposure) with a fast, local-only, fail-closed check. When: Before committing/pushing, before publishing a skill, and when reviewing scripts/skills for unexpected egress behavior. How: Run a single command to get PASS/WARN/BLOCK and an optional redaction-safe report. Scope: Detection + reporting only (no auto-fix, no uploads, no auto-posting). Quickstart: openclaw-sec check --preset repo --diff staged\n\nThis is a public-safe toolkit skill.\n\nDoes: detect + report risks (PASS/WARN/BLOCK)\nDoes NOT: auto-fix, auto-upload, auto-post, or exfiltrate data\nCLI\n\nBinary: openclaw-sec\n\nCommon:\n\nopenclaw-sec check --lang en\nopenclaw-sec check --lang ko\nopenclaw-sec scan-secrets\nopenclaw-sec scan-egress\nopenclaw-sec scan-prompt --file inbound.txt\n\n\nExit codes:\n\n0 PASS\n1 WARN\n2 BLOCK\nDefault scan scope\n\nIf --paths is omitted, it scans existing paths among:\n\n.\nskills/\nscripts/\ncontext/\nRules\n\nRule files live in rules/:\n\nsecret_patterns.txt\negress_patterns.txt\nprompt_injection_patterns.txt\n\nEdit these to tune sensitivity."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edmonddantesj/aoi-openclaw-security-toolkit-core",
    "publisherUrl": "https://clawhub.ai/edmonddantesj/aoi-openclaw-security-toolkit-core",
    "owner": "edmonddantesj",
    "version": "0.1.6",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core",
    "downloadUrl": "https://openagent3.xyz/downloads/aoi-openclaw-security-toolkit-core",
    "agentUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent.md"
  }
}