Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
92
89%
Does it follow best practices?
Impact
100%
3.84xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong description that clearly identifies the tool (ClawHub CLI), lists concrete actions (search, install, update, publish), and provides explicit 'Use when' triggers with natural language scenarios. It is distinctive enough to avoid conflicts with other skills and uses appropriate third-person voice throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'search, install, update, and publish agent skills from clawhub.com'. Also mentions syncing to specific versions and publishing skill folders. | 3 / 3 |
Completeness | Clearly answers both what ('search, install, update, and publish agent skills from clawhub.com') and when ('Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders'). | 3 / 3 |
Trigger Term Quality | Includes strong natural trigger terms: 'ClawHub', 'clawhub.com', 'install', 'publish', 'agent skills', 'sync', 'CLI', 'npm'. Users looking for skill management would naturally use these terms. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive — references a specific tool (ClawHub CLI), a specific platform (clawhub.com), and a specific domain (agent skill management). Very unlikely to conflict with other skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
79%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted, concise CLI reference skill that provides immediately actionable, copy-paste ready commands. Its main weakness is the lack of validation/verification steps (e.g., confirming a publish succeeded, handling update conflicts) and the absence of any references to more detailed documentation for complex operations like publishing.
Suggestions
Add brief validation/verification steps after key operations (e.g., 'After publish, verify with `clawhub search my-skill`' or 'Check `clawhub list` after install to confirm').
Consider adding a brief error handling note or link to troubleshooting docs for common failure modes (auth failures, version conflicts, hash mismatches).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely lean and efficient. Every line is a concrete command or essential configuration note. No unnecessary explanations of what a CLI is or how npm works. Every token earns its place. | 3 / 3 |
Actionability | All guidance is fully concrete, copy-paste ready bash commands covering every major operation (install, auth, search, install skills, update, list, publish). Flag variations are shown explicitly. | 3 / 3 |
Workflow Clarity | Commands are logically grouped and sequenced (install CLI → auth → search → install → update → list → publish), but there are no explicit validation checkpoints or error recovery steps. For example, no guidance on what to do if publish fails or how to verify a successful install/update. | 2 / 3 |
Progressive Disclosure | Content is well-organized with clear section headers, but it's a flat structure with no references to deeper documentation. For a CLI with multiple commands, linking to detailed docs for publish workflows or update semantics would improve discoverability. However, the skill is relatively short so this is a minor issue. | 2 / 3 |
Total | 10 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 9 / 11 Passed | |
e893157
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.