# Send AOI OpenClaw Security Toolkit (Core) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "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",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "docs/SECURITY_POLICY.md",
      "integrity_manifest.json",
      "package.json",
      "rules/egress_patterns.txt"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### AOI OpenClaw Security Toolkit (Core)

Why: 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

This is a public-safe toolkit skill.

Does: detect + report risks (PASS/WARN/BLOCK)
Does NOT: auto-fix, auto-upload, auto-post, or exfiltrate data

### CLI

Binary: openclaw-sec

Common:

openclaw-sec check --lang en
openclaw-sec check --lang ko
openclaw-sec scan-secrets
openclaw-sec scan-egress
openclaw-sec scan-prompt --file inbound.txt

Exit codes:

0 PASS
1 WARN
2 BLOCK

### Default scan scope

If --paths is omitted, it scans existing paths among:

.
skills/
scripts/
context/

### Rules

Rule files live in rules/:

secret_patterns.txt
egress_patterns.txt
prompt_injection_patterns.txt

Edit these to tune sensitivity.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: edmonddantesj
- Version: 0.1.6
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-23T15:33:17.575Z
- Expires at: 2026-04-30T15:33:17.575Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core)
- [Send to Agent page](https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent)
- [JSON manifest](https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/aoi-openclaw-security-toolkit-core/agent.md)
- [Download page](https://openagent3.xyz/downloads/aoi-openclaw-security-toolkit-core)