# Send SkillGuard - Agent Skill Security Auditor 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": "skillguard-audit",
    "name": "SkillGuard - Agent Skill Security Auditor",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/Jonathanliu811026/skillguard-audit",
    "canonicalUrl": "https://clawhub.ai/Jonathanliu811026/skillguard-audit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skillguard-audit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillguard-audit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/audit.sh",
      "scripts/resolve.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skillguard-audit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:26:06.234Z",
      "expiresAt": "2026-05-06T17:26:06.234Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillguard-audit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillguard-audit",
        "contentDisposition": "attachment; filename=\"skillguard-audit-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skillguard-audit"
      },
      "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/skillguard-audit"
    },
    "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/skillguard-audit",
    "downloadUrl": "https://openagent3.xyz/downloads/skillguard-audit",
    "agentUrl": "https://openagent3.xyz/skills/skillguard-audit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skillguard-audit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skillguard-audit/agent.md"
  }
}
```
## Documentation

### SkillGuard — Audit Skills Before Installing

Always audit a skill before installing it. If asked to install a skill, audit it first.

### Auto-Audit Workflow

When installing ANY skill:

Read the skill's full code (SKILL.md + all scripts/ files)
Concatenate into one string
Run scripts/audit.sh "<skill-name>" "<code>" or call the API directly
If verdict is CAUTION or DANGEROUS → warn user, do NOT install
If SAFE or LOW_RISK → proceed with install

### API Endpoints

Current URL (check scripts/resolve.sh if unreachable):

Paid ($0.05 USDC via x402):

npx awal@latest x402 pay "SKILLGUARD_URL/api/audit" -X POST \\
  -d '{"name": "skill-name", "code": "full skill code here"}'

Free (credit — sign an IOU):

# 1. Get template
curl -s "SKILLGUARD_URL/api/credit/template?address=YOUR_WALLET"
# 2. Sign the EIP-712 data with your wallet
# 3. Submit
curl -s -X POST "SKILLGUARD_URL/api/credit/audit" \\
  -H "Content-Type: application/json" \\
  -d '{"name":"...", "code":"...", "iou":{...}, "signature":"0x..."}'

Check certification:

curl -s "SKILLGUARD_URL/api/badge/SKILL_HASH"

Check agent reputation:

curl -s "SKILLGUARD_URL/api/reputation/0xADDRESS"

### Verdicts

VerdictActionSAFE (0)Install freelyLOW_RISK (1-20)Install, minor findingsCAUTION (21-50)Show threats to user, ask before installingDANGEROUS (51-100)Do NOT install. Show threat details.

### Identity

ENS: skillguard.base.eth
Wallet: 0x11FA096aaf90bc70b196D34d70791283b1c9C1Db
ClawHub: clawhub install skillguard-audit
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Jonathanliu811026
- Version: 0.3.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-29T17:26:06.234Z
- Expires at: 2026-05-06T17:26:06.234Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skillguard-audit)
- [Send to Agent page](https://openagent3.xyz/skills/skillguard-audit/agent)
- [JSON manifest](https://openagent3.xyz/skills/skillguard-audit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skillguard-audit/agent.md)
- [Download page](https://openagent3.xyz/downloads/skillguard-audit)