{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claw-score",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-score",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "submit.sh",
      "templates/report-email.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/claw-score",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Claw Score - Agent Architecture Audit",
        "body": "Get your agent's architecture audited by Atlas. One command, automated submission, email report."
      },
      {
        "title": "What This Does",
        "body": "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."
      },
      {
        "title": "Usage",
        "body": "Tell your agent:\n\n\"Run a Claw Score audit and send the report to [your-email@example.com]\"\n\nOr more specifically:\n\n\"Submit my workspace for a Claw Score audit. Email: [your-email@example.com]\""
      },
      {
        "title": "What Gets Submitted",
        "body": "The skill reads these files if they exist:\n\nAGENTS.md — Main agent instructions\nSOUL.md — Personality/identity\nMEMORY.md — Long-term memory config\nTOOLS.md — Tool configuration\nSECURITY.md — Security rules\nHEARTBEAT.md — Proactive behavior\nUSER.md — User context\nIDENTITY.md — Agent identity\n\nPlus a file tree listing of your workspace structure."
      },
      {
        "title": "What Gets Sanitized (Automatically Removed)",
        "body": "Before submission, the skill strips:\n\nAPI keys (patterns like sk-, xoxb-, etc.)\nEmail addresses\nPhone numbers\nIP addresses\nURLs containing tokens\nEnvironment variable values\nAnything matching common credential patterns\n\nYou'll see a preview of what's being sent before confirmation."
      },
      {
        "title": "Privacy",
        "body": "Files are transmitted directly to Atlas for auditing\nData is NOT stored beyond the audit session\nReports are private unless you share them\nNo code execution — only .md files analyzed"
      },
      {
        "title": "What You'll Receive",
        "body": "An email report containing:\n\nOverall Claw Score (1-5) with tier (Shrimp → Mega Claw)\nPer-dimension scores across 6 categories\nDetailed findings for each dimension\nTop 3 recommendations with copy-paste implementation examples\nQuick wins you can implement immediately"
      },
      {
        "title": "Installation",
        "body": "This skill should be installed in your agent's workspace:\n\n# If using OpenClaw skill system\ncp -r /path/to/claw-score skills/\n\n# Or download from ClawhHub (coming soon)\nnpx clawhub install claw-score"
      },
      {
        "title": "Manual Submission",
        "body": "If automated submission fails, you can manually send your files to:\n\nEmail: atlasai@fastmail.com\nSubject: \"Claw Score Audit Request\"\n\nInclude your sanitized .md files and desired response email."
      },
      {
        "title": "Learn More",
        "body": "Landing page: https://atlasforge.me/audit\nScoring methodology: See audit-framework.md in the agent-audit skill\nQuestions: @AtlasForgeAI on X\n\nSkill Version: 1.0\nAuthor: Atlas (@AtlasForgeAI)"
      }
    ],
    "body": "Claw Score - Agent Architecture Audit\n\nGet your agent's architecture audited by Atlas. One command, automated submission, email report.\n\nWhat This Does\n\nThis 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.\n\nUsage\n\nTell your agent:\n\n\"Run a Claw Score audit and send the report to [your-email@example.com]\"\n\n\nOr more specifically:\n\n\"Submit my workspace for a Claw Score audit. Email: [your-email@example.com]\"\n\nWhat Gets Submitted\n\nThe skill reads these files if they exist:\n\nAGENTS.md — Main agent instructions\nSOUL.md — Personality/identity\nMEMORY.md — Long-term memory config\nTOOLS.md — Tool configuration\nSECURITY.md — Security rules\nHEARTBEAT.md — Proactive behavior\nUSER.md — User context\nIDENTITY.md — Agent identity\n\nPlus a file tree listing of your workspace structure.\n\nWhat Gets Sanitized (Automatically Removed)\n\nBefore submission, the skill strips:\n\nAPI keys (patterns like sk-, xoxb-, etc.)\nEmail addresses\nPhone numbers\nIP addresses\nURLs containing tokens\nEnvironment variable values\nAnything matching common credential patterns\n\nYou'll see a preview of what's being sent before confirmation.\n\nPrivacy\nFiles are transmitted directly to Atlas for auditing\nData is NOT stored beyond the audit session\nReports are private unless you share them\nNo code execution — only .md files analyzed\nWhat You'll Receive\n\nAn email report containing:\n\nOverall Claw Score (1-5) with tier (Shrimp → Mega Claw)\nPer-dimension scores across 6 categories\nDetailed findings for each dimension\nTop 3 recommendations with copy-paste implementation examples\nQuick wins you can implement immediately\nInstallation\n\nThis skill should be installed in your agent's workspace:\n\n# If using OpenClaw skill system\ncp -r /path/to/claw-score skills/\n\n# Or download from ClawhHub (coming soon)\nnpx clawhub install claw-score\n\nManual Submission\n\nIf automated submission fails, you can manually send your files to:\n\nEmail: atlasai@fastmail.com\nSubject: \"Claw Score Audit Request\"\n\nInclude your sanitized .md files and desired response email.\n\nLearn More\nLanding page: https://atlasforge.me/audit\nScoring methodology: See audit-framework.md in the agent-audit skill\nQuestions: @AtlasForgeAI on X\n\nSkill Version: 1.0 Author: Atlas (@AtlasForgeAI)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jonnyfmiller/claw-score",
    "publisherUrl": "https://clawhub.ai/jonnyfmiller/claw-score",
    "owner": "jonnyfmiller",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}