Install
openclaw skills install @itspremkumar/skill-benchmarkComposite quality score (A-F) for an OpenClaw/Hermes skill package. Stdlib.
openclaw skills install @itspremkumar/skill-benchmarkComposite quality score (A-F) for OpenClaw/Hermes skills: structure, docs, safety, self-test.
Keywords: benchmark, skill, quality, cli, testing, metrics, python, open-source, agent, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
You can't tell a good skill from a thin one at a glance. Skill Benchmark solves this: Composite quality score (A-F) for OpenClaw/Hermes skills: structure, docs, safety, self-test.
Best for: Skill authors, reviewers, and the ClawHub ecosystem.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/skill-benchmark/main/skill_benchmark.py
# Or copy the file anywhere — it's self-contained.
python skill_benchmark.py self-test # prove it works end-to-end
python skill_benchmark.py score --help # score subcommand
| Alternative | Why this skill is better |
|---|---|
| Installing to test | Non-destructive quality score. |
| Single-metric linters | Multi-axis composite. |
| Guessing quality | Explicit A-F grade. |
Q: Grade?
A: A-F composite across axes.
Q: Axes?
A: Structure, docs, safety, self-test, etc.
Q: CI?
A: Yes — --json.
Q: Offline?
A: Yes.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test skill-benchmark
run: python skill_benchmark.py self-test
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub