{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aoi-sandbox-shield-lite",
    "name": "AOI Sandbox Shield (Lite)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/edmonddantesj/aoi-sandbox-shield-lite",
    "canonicalUrl": "https://clawhub.ai/edmonddantesj/aoi-sandbox-shield-lite",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aoi-sandbox-shield-lite",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aoi-sandbox-shield-lite",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "skill.js"
    ],
    "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/aoi-sandbox-shield-lite"
    },
    "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-sandbox-shield-lite",
    "agentPageUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/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 Sandbox Shield (Lite)",
        "body": "S-DNA: AOI-2026-0215-SDNA-SS02"
      },
      {
        "title": "What this is",
        "body": "A public-safe subset of “sandbox shield” focused on:\n\ncreating snapshots of critical workspace/config files\nvalidating JSON config files (syntax + required keys)\nproducing an audit log artifact you can attach to release notes"
      },
      {
        "title": "What this is NOT (by design)",
        "body": "Does not apply configs\nDoes not restart gateways\nDoes not modify cron\nDoes not send messages externally"
      },
      {
        "title": "Create snapshot",
        "body": "node skill.js snapshot --reason=\"before publishing\""
      },
      {
        "title": "Validate config JSON (syntax + required keys)",
        "body": "node skill.js validate-config --path=\"$HOME/.openclaw/openclaw.json\""
      },
      {
        "title": "Output",
        "body": "All commands print JSON to stdout for easy logging."
      },
      {
        "title": "Release governance (public)",
        "body": "We publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive)."
      },
      {
        "title": "Support",
        "body": "Issues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-sandbox-shield-lite"
      },
      {
        "title": "Links",
        "body": "ClawHub: https://clawhub.com/skills/aoi-sandbox-shield-lite"
      },
      {
        "title": "License",
        "body": "MIT (AOI original)."
      }
    ],
    "body": "AOI Sandbox Shield (Lite)\n\nS-DNA: AOI-2026-0215-SDNA-SS02\n\nWhat this is\n\nA public-safe subset of “sandbox shield” focused on:\n\ncreating snapshots of critical workspace/config files\nvalidating JSON config files (syntax + required keys)\nproducing an audit log artifact you can attach to release notes\nWhat this is NOT (by design)\nDoes not apply configs\nDoes not restart gateways\nDoes not modify cron\nDoes not send messages externally\nCommands\nCreate snapshot\nnode skill.js snapshot --reason=\"before publishing\" \n\nValidate config JSON (syntax + required keys)\nnode skill.js validate-config --path=\"$HOME/.openclaw/openclaw.json\"\n\nOutput\n\nAll commands print JSON to stdout for easy logging.\n\nRelease governance (public)\n\nWe publish AOI skills for free and keep improving them. Every release must pass our Security Gate and include an auditable changelog. We do not ship updates that weaken security or licensing clarity. Repeated violations trigger progressive restrictions (warnings → publish pause → archive).\n\nSupport\nIssues / bugs / requests: https://github.com/edmonddantesj/aoi-skills/issues\nPlease include the skill slug: aoi-sandbox-shield-lite\nLinks\nClawHub: https://clawhub.com/skills/aoi-sandbox-shield-lite\nLicense\n\nMIT (AOI original)."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edmonddantesj/aoi-sandbox-shield-lite",
    "publisherUrl": "https://clawhub.ai/edmonddantesj/aoi-sandbox-shield-lite",
    "owner": "edmonddantesj",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite",
    "downloadUrl": "https://openagent3.xyz/downloads/aoi-sandbox-shield-lite",
    "agentUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aoi-sandbox-shield-lite/agent.md"
  }
}