Scores AI agent skill definitions (SKILL.md files) against the Anthropic best-practices checklist. Provides quality ratings (0-100) with structural and semantic breakdown. Use when reviewing skill quality, improving existing skills, or preparing skills for sharing.
Check if aigent is available:
command -v aigent
If aigent is on $PATH, use the CLI for authoritative scoring:
aigent score <skill-directory>
Output shows a 0-100 score with breakdown:
Score: 76/100
Structural (60/60):
[PASS] SKILL.md exists and is parseable
[PASS] Name format valid
...
Quality (16/40):
[PASS] Third-person description
[FAIL] Missing trigger phrase
...
Use --format json for machine-readable output.
Exit code 0 means perfect score (100/100). Non-zero means room for improvement.
If aigent is not available, score manually using this checklist.
All structural checks must pass to earn 60 points. Any failure zeroes the structural score.
name and description present and string-typedEach passing check earns 8 points.
total = structural_pass ? 60 : 0
total += quality_checks_passed * 8
Maximum score: 100 (60 structural + 40 quality).
npx skills add wkusnierczyk/aigent-scorer下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer