# Send Devin Floyd 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": "clawguarddevin",
    "name": "Devin Floyd",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/devinfloyd1/clawguarddevin",
    "canonicalUrl": "https://clawhub.ai/devinfloyd1/clawguarddevin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawguarddevin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguarddevin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "tests/fixtures/malicious_skill_exfil/SKILL.md",
      "tests/fixtures/malicious_skill_obfuscated/SKILL.md",
      "tests/fixtures/malicious_skill_revshell/SKILL.md",
      "tests/fixtures/malicious_skill_credential/SKILL.md",
      "tests/fixtures/clean_skill/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawguarddevin",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T05:58:02.618Z",
      "expiresAt": "2026-05-06T05:58:02.618Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguarddevin",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawguarddevin",
        "contentDisposition": "attachment; filename=\"clawguarddevin-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawguarddevin"
      },
      "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/clawguarddevin"
    },
    "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/clawguarddevin",
    "downloadUrl": "https://openagent3.xyz/downloads/clawguarddevin",
    "agentUrl": "https://openagent3.xyz/skills/clawguarddevin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawguarddevin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawguarddevin/agent.md"
  }
}
```
## Documentation

### ClawGuard

Security Scanner for OpenClaw/Clawdbot Skills

Protect yourself from malicious skill installations. ClawGuard scans skills for dangerous patterns before you install them - including patterns from the ClawHavoc campaign (341 malicious skills discovered by Koi Security).

### Quick Start

# Scan a skill by name
python scan.py --skill <skill-name>

# Scan a skill by path  
python scan.py --path /path/to/skill

# Scan all installed skills
python scan.py --all

### What It Detects

CategoryExamplesSeverity🔴 Reverse Shellssocket.connect(), pty.spawn(), /dev/tcpCritical🔴 Data Exfiltrationrequests.post() to suspicious TLDsCritical🔴 Credential HarvestReading ~/.ssh/id_rsa, AWS credentialsCritical🔴 Obfuscationbase64.b64decode(exec), chr() chainsCritical🔴 ClawHavoc IOCsglot.io scripts, fake Apple URLs, known C2 IPsCritical🟠 Code Executionexec(), eval(), subprocessHigh🟡 Suspicious NetworkURL shorteners, weird portsMedium

### Output Formats

# Console (default) - colored terminal output
python scan.py --skill github

# JSON - machine-readable for CI/CD
python scan.py --skill github --format json

# Markdown - for sharing reports
python scan.py --skill github --format markdown

### Risk Scoring

ScoreLevelAction0-10🟢 SafeInstall freely11-25🟢 LowQuick review26-50🟡 MediumReview findings51-75🔴 HighReview carefully76-100🔴 CriticalDo not install

### IOC Database

70+ indicators of compromise including:

Remote access (reverse shells, C2)
Data exfiltration
Credential harvesting
Code obfuscation
Real ClawHavoc campaign IOCs (from Koi Security research)
Known malicious IPs, hashes, and skill names

### Requirements

Python 3.8+
No external dependencies (stdlib only)

### Credits

IOCs enriched with research from Koi Security - ClawHavoc campaign analysis by Oren Yomtov and Alex.

### Links

GitHub Repository
ClawHavoc Research

Built for the Clawdbot community 🐾
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: devinfloyd1
- Version: 1.0.0
## 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-29T05:58:02.618Z
- Expires at: 2026-05-06T05:58:02.618Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawguarddevin)
- [Send to Agent page](https://openagent3.xyz/skills/clawguarddevin/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawguarddevin/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawguarddevin/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawguarddevin)