Claw Score
/install claw-score
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 [[email protected]]"
Or more specifically:
"Submit my workspace for a Claw Score audit. Email: [[email protected]]"
What Gets Submitted
The skill reads these files if they exist:
AGENTS.md— Main agent instructionsSOUL.md— Personality/identityMEMORY.md— Long-term memory configTOOLS.md— Tool configurationSECURITY.md— Security rulesHEARTBEAT.md— Proactive behaviorUSER.md— User contextIDENTITY.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: [email protected]
- 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)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-score - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-score触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claw Score 是什么?
Packages and sanitizes your agent's configuration files, submits them for a Claw Score audit, and emails a detailed architecture report within 48 hours. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 884 次。
如何安装 Claw Score?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-score」即可一键安装,无需额外配置。
Claw Score 是免费的吗?
是的,Claw Score 完全免费(开源免费),可自由下载、安装和使用。
Claw Score 支持哪些平台?
Claw Score 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Score?
由 jonnyfmiller(@jonnyfmiller)开发并维护,当前版本 v1.0.0。