# Send Clawned - Protect your OpenClaw Instance and Scan Skills 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": "clawned",
    "name": "Clawned - Protect your OpenClaw Instance and Scan Skills",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/jenish-sojitra/clawned",
    "canonicalUrl": "https://clawhub.ai/jenish-sojitra/clawned",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawned",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawned",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/agent.py",
      "references/detection-patterns.md",
      "references/threat-model.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawned",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:34:27.386Z",
      "expiresAt": "2026-05-06T04:34:27.386Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawned",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawned",
        "contentDisposition": "attachment; filename=\"clawned-1.3.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawned"
      },
      "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/clawned"
    },
    "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/clawned",
    "downloadUrl": "https://openagent3.xyz/downloads/clawned",
    "agentUrl": "https://openagent3.xyz/skills/clawned/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawned/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawned/agent.md"
  }
}
```
## Documentation

### Clawned — Security Agent for OpenClaw

Automatically discovers all installed skills, analyzes them for security threats, and syncs results to your Clawned dashboard.

### Setup

Configure your API key in openclaw.json:

{
  "skills": {
    "entries": {
      "clawned": {
        "enabled": true,
        "env": {
          "CLAWNED_API_KEY": "cg_your_api_key_here",
          "CLAWNED_SERVER": "https://api.clawned.io"
        }
      }
    }
  }
}

### Sync all installed skills to dashboard

python3 {baseDir}/scripts/agent.py sync

### Scan a single skill locally

python3 {baseDir}/scripts/agent.py scan --path <skill-directory>

### List all discovered skills

python3 {baseDir}/scripts/agent.py inventory

### Check agent status

python3 {baseDir}/scripts/agent.py status

### Data & Privacy

During sync (default operation):

Sends only skill metadata: name, owner, slug, version
No file contents are uploaded
No .env files or secrets are ever read

During scan --path (explicit user action only):

Reads source files (.md, .py, .js, etc.) from the specified skill directory for analysis
.env files are excluded from scanning
File contents are sent to the Clawned server for security analysis

Local config access:

Reads ~/.openclaw/openclaw.json only to locate skill directories (extraDirs paths)
No credentials or secrets are read from config files

### Automatic Sync

Schedule every 6 hours via OpenClaw cron:

{
  "jobs": [
    {
      "schedule": "0 */6 * * *",
      "command": "Run clawned sync to check all installed skills",
      "description": "Security scan every 6 hours"
    }
  ]
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jenish-sojitra
- Version: 1.3.5
## 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-29T04:34:27.386Z
- Expires at: 2026-05-06T04:34:27.386Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawned)
- [Send to Agent page](https://openagent3.xyz/skills/clawned/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawned/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawned/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawned)