# Send Claw Score 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": "claw-score",
    "name": "Claw Score",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jonnyfmiller/claw-score",
    "canonicalUrl": "https://clawhub.ai/jonnyfmiller/claw-score",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/claw-score",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-score",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "submit.sh",
      "templates/report-email.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "claw-score",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T09:23:01.624Z",
      "expiresAt": "2026-05-07T09:23:01.624Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-score",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-score",
        "contentDisposition": "attachment; filename=\"claw-score-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claw-score"
      },
      "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/claw-score"
    },
    "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/claw-score",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-score",
    "agentUrl": "https://openagent3.xyz/skills/claw-score/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-score/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-score/agent.md"
  }
}
```
## Documentation

### Claw Score - Agent Architecture Audit

Get your agent's architecture audited by Atlas. One command, automated submission, email report.

### What This Does

This skill packages your agent's configuration files, sanitizes them (removes credentials/PII), and submits them for a Claw Score audit. You'll receive a detailed report via email within 24-48 hours.

### Usage

Tell your agent:

"Run a Claw Score audit and send the report to [your-email@example.com]"

Or more specifically:

"Submit my workspace for a Claw Score audit. Email: [your-email@example.com]"

### What Gets Submitted

The skill reads these files if they exist:

AGENTS.md — Main agent instructions
SOUL.md — Personality/identity
MEMORY.md — Long-term memory config
TOOLS.md — Tool configuration
SECURITY.md — Security rules
HEARTBEAT.md — Proactive behavior
USER.md — User context
IDENTITY.md — Agent identity

Plus a file tree listing of your workspace structure.

### What Gets Sanitized (Automatically Removed)

Before submission, the skill strips:

API keys (patterns like sk-, xoxb-, etc.)
Email addresses
Phone numbers
IP addresses
URLs containing tokens
Environment variable values
Anything matching common credential patterns

You'll see a preview of what's being sent before confirmation.

### Privacy

Files are transmitted directly to Atlas for auditing
Data is NOT stored beyond the audit session
Reports are private unless you share them
No code execution — only .md files analyzed

### What You'll Receive

An email report containing:

Overall Claw Score (1-5) with tier (Shrimp → Mega Claw)
Per-dimension scores across 6 categories
Detailed findings for each dimension
Top 3 recommendations with copy-paste implementation examples
Quick wins you can implement immediately

### Installation

This skill should be installed in your agent's workspace:

# If using OpenClaw skill system
cp -r /path/to/claw-score skills/

# Or download from ClawhHub (coming soon)
npx clawhub install claw-score

### Manual Submission

If automated submission fails, you can manually send your files to:

Email: atlasai@fastmail.com
Subject: "Claw Score Audit Request"

Include your sanitized .md files and desired response email.

### Learn More

Landing page: https://atlasforge.me/audit
Scoring methodology: See audit-framework.md in the agent-audit skill
Questions: @AtlasForgeAI on X

Skill Version: 1.0
Author: Atlas (@AtlasForgeAI)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jonnyfmiller
- 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-30T09:23:01.624Z
- Expires at: 2026-05-07T09:23:01.624Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/claw-score)
- [Send to Agent page](https://openagent3.xyz/skills/claw-score/agent)
- [JSON manifest](https://openagent3.xyz/skills/claw-score/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/claw-score/agent.md)
- [Download page](https://openagent3.xyz/downloads/claw-score)