FD benchclaw - openclaw-benchmark
BenchClaw - OpenClaw Agent benchmark scoring tool. Benchmark 跑分 评测 打分. BenchClaw是专业级 OpenClaw Agent 性能评测框架。它专注于对 AI Agent 进行多维度、 自动化的量化评估与能力基准测试,集成了任务分发、精准评分、可视化报表生成及热更新功能。 当需要量化 Agent 的推理规划、响应速度、Token 成本及安全性时使用。 **用户意图/指令**:跑分、跑个分、运行基准测试、评估 Agent 表现、生成评测报告、分析 Token 消耗。 **技术关键词**:跑分、跑个分、Agent 评测、基准测试、自动化打分、量化评估、性能报告、Token 成本、 TPS、OpenClaw。 BenchClaw is the "AnTuTu" for OpenClaw Agents—a professional-grade automated benchmarking framework. It provides multi-dimensional evaluation (Capability, Config, Security, Hardware, Permission) through automated task execution, precision scoring, and detailed report generation. **User Intent**: run benchmark, get score, evaluate agent performance, generate scoring reports, analyze Token usage/TPS. **Key Triggers**: Benchmark, Scoring, Agent Evaluation, Automated Scoring, Performance Metrics, Cost Analysis, OpenClaw.
As a process D 46/100 · Unfinished process — weak spots: result and completion, when it triggers, failures and branches
What is at stake
The skill contains fragments that, in the wrong hands, cost money or data. Below: what the installer risks and what the author should do.
The files contain someone else's key or token. If it is live, your agent will call third-party services under a stranger's identity; if it was revoked, the skill's scripts simply fail. Such a key often arrives with the author's whole workspace, personal data included.
The key is visible to everyone who downloaded the skill and has likely been copied by catalog-scanning bots already. Revoke it now, check bills and access logs, then reissue.
How to improve
- Remove the critical guard findings (secrets, dangerous commands, hidden instructions): while they stand the skill is blocked and cannot grade above F.
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 15
-
critical Secrets in code
secret-slack-tokenscripts/server.py:506Slack token (quoted — discussed, not commanded)("Slack user token", "xoxp…srq", "xox-***"),quoted -
critical Secrets in code
secret-slack-tokenUPLOAD_DISCLOSURE.md:124Slack token (quoted — discussed, not commanded)("Slack user token", "xoxp…srq", "xox-***"),quoted
Medium and low: 13
-
medium Secrets in code
secret-google-keyscripts/server.py:500Google API key (quoted — discussed, not commanded)("Google Gemini API key", "AIza…678", "AIza***"),quoted -
medium Secrets in code
secret-google-keyUPLOAD_DISCLOSURE.md:118Google API key (quoted — discussed, not commanded)("Google Gemini API key", "AIza…678", "AIza***"),quoted -
low Secrets in code
secret-high-entropy-tokenscripts/config.py:13High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)+emY/ntFd…Iqa+1ME7…JhQ+ddP9…45A
detector -
low Secrets in code
secret-high-entropy-tokenscripts/config.py:15High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)L354Q+mroF…nvE+rqg7…lMT
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/config.py:16High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)P+GOAB…lbu+8gHt…Nuu
quoted -
low Secrets in code
secret-anthropic-keyscripts/server.py:498Anthropic API key (placeholder value)("Anthropic Claude API key", "token=sk-a…456", "sk-ant-***"),placeholder -
low Secrets in code
secret-high-entropy-tokenscripts/server.py:500High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)("Google Gemini API key", "AIza…678", "AIza***"),quoted -
low Secrets in code
secret-aws-keyscripts/server.py:501AWS access key ID (placeholder value)("AWS Access Key ID", "access_key=AKIA…PLE", "AKIA***"),placeholder -
low Secrets in code
secret-slack-tokenscripts/server.py:505Slack token (placeholder value)("Slack bot token", "xoxb…hij", "xox-***"),placeholder -
low Secrets in code
secret-anthropic-keyUPLOAD_DISCLOSURE.md:116Anthropic API key (placeholder value)("Anthropic Claude API key", "token=sk-a…456", "sk-ant-***"),placeholder -
low Secrets in code
secret-high-entropy-tokenUPLOAD_DISCLOSURE.md:118High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)("Google Gemini API key", "AIza…678", "AIza***"),quoted -
low Secrets in code
secret-aws-keyUPLOAD_DISCLOSURE.md:119AWS access key ID (placeholder value)("AWS Access Key ID", "access_key=AKIA…PLE", "AKIA***"),placeholder -
low Secrets in code
secret-slack-tokenUPLOAD_DISCLOSURE.md:123Slack token (placeholder value)("Slack bot token", "xoxb…hij", "xox-***"),placeholder
Files scanned: 18. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
name-formatname should be kebab-case (lowercase letters, digits, hyphens) - warning
description-no-whendescription does not say WHEN to use the skill (no "use when")
Process rating: all ten parameters 46/100
- 0Result and completion. Does not say what the result is
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 1 mutating operations with no state check
- 40Consistency. Frontmatter name (benchclaw - openclaw-benchmark) differs from the folder (benchclaw)
- 60Tools and files. Uses tools (python) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Steps. 10 steps
- 100Execution cost. Instruction body is 1901 tokens
- low 11 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 864: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- -220 emoji in the instructions: noise for the model
- -37 of 12 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +4Structure: 14 headings
- +3Step-by-step instructions: 10 items
- +4Has examples (10 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 59.