# Send OpenClaw Shield 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. 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.
```
### 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-shield",
    "name": "OpenClaw Shield",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/pfaria32/openclaw-shield",
    "canonicalUrl": "https://clawhub.ai/pfaria32/openclaw-shield",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/openclaw-shield",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-shield",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SECURITY.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "openclaw-shield",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:19:29.519Z",
      "expiresAt": "2026-05-06T10:19:29.519Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-shield",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-shield",
        "contentDisposition": "attachment; filename=\"openclaw-shield-1.0.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "openclaw-shield"
      },
      "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/openclaw-shield"
    },
    "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/openclaw-shield",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-shield",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-shield/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-shield/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-shield/agent.md"
  }
}
```
## Documentation

### OpenClaw Shield

Enterprise security scanner for AI agents. Detects credential theft, data exfiltration, and malicious code with static analysis + runtime guards + ClamAV integration. Audit logging and tamper-evident reports.

When to use: Security scanning, threat detection, code auditing, runtime protection for AI agents

What to know:

Repository: https://github.com/pfaria32/OpenClaw-Shield-Security

### Static Scanner

Detects credential theft, data exfiltration, destructive operations
Pattern-based analysis (no external dependencies)
Python stdlib only (zero supply chain risk)
Pre-execution scanning

### Runtime Guard

File/network/exec allowlists
Output sanitization
Policy enforcement
Real-time protection

### Integration

ClamAV integration (3.6M virus signatures)
Telegram alerting on critical findings
Hash-chained audit logging
Tamper-evident security logs

### Installation

cd /home/node/.openclaw/workspace
git clone https://github.com/pfaria32/OpenClaw-Shield-Security.git projects/OpenClaw-Shield

# Test the scanner
python3 projects/OpenClaw-Shield/src/scanner.py /path/to/scan

# Deploy (see repository README for full setup)

### Manual Scan

python3 projects/OpenClaw-Shield/src/scanner.py workspace --output shield-report.json

### Daily Automated Scans

Set up cron job (see repository deployment guide):

# Daily at 3 AM UTC
0 3 * * * /path/to/scan-script.sh

### Runtime Guard (Optional)

Configure allowlists and enable runtime protection (see deployment/openclaw-config.py in repo).

### Status

✅ Deployed on this instance (clawdbot-toronto)

Daily scans: 3:00 AM UTC
ClamAV: Active (host-level)
Runtime guard: Prepared (not enabled by default)

### Attribution

Inspired by: Resonant by Manolo Remiddi
Source: https://github.com/ManoloRemiddi/resonantos-open-system-toolkit/blob/main/BUILD_YOUR_OWN_SHIELD.md

Built on the principle: "Don't trust, verify."

### Documentation

Full docs, threat model, and deployment guide in repository README.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: pfaria32
- Version: 1.0.3
## 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-29T10:19:29.519Z
- Expires at: 2026-05-06T10:19:29.519Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/openclaw-shield)
- [Send to Agent page](https://openagent3.xyz/skills/openclaw-shield/agent)
- [JSON manifest](https://openagent3.xyz/skills/openclaw-shield/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/openclaw-shield/agent.md)
- [Download page](https://openagent3.xyz/downloads/openclaw-shield)