CtrlK
BlogDocsLog inGet started
Tessl Logo

clawhub

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.

74

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, fully executable CLI reference that excels in conciseness and actionability and is well-organized for a single-file skill. Its main gap is the absence of validation/verification guidance for batch and destructive operations.

Suggestions

Add a brief publish workflow sequence (login -> whoami -> publish) with a verification step such as 'clawhub whoami' to confirm auth before publishing.

Document a verification/check step before 'clawhub update --all --force' (e.g. run 'clawhub list' to review what will change, or a --dry-run flag if available).

Note expected output or exit behavior for risky commands so failures can be detected before proceeding.

DimensionReasoningScore

Conciseness

Lean command reference with no padding or explanation of concepts Claude already knows; the brief 'Notes' section only states defaults, so every token earns its place.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands (e.g. 'npm i -g clawhub', 'clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"'), matching the executable-and-complete anchor.

3 / 3

Workflow Clarity

Commands are grouped clearly by task, but no sequenced multi-step process or validation checkpoints are given; batch/destructive operations like 'update --all --force' and 'publish' lack verification steps, which caps this at 2.

2 / 3

Progressive Disclosure

Under 50 lines with no external bundle files needed; content is well-organized into clearly labeled sections (Search, Install, Update, List, Publish, Notes), satisfying the simple-skill well-organized-sections allowance.

3 / 3

Total

11

/

12

Passed

Description

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.

The description is concise yet complete, naming concrete capabilities and providing explicit 'Use when' triggers tied to natural user language. It clearly occupies a distinct niche with low conflict risk.

DimensionReasoningScore

Specificity

Lists four concrete, distinct actions — 'search, install, update, and publish agent skills' — matching the multiple-specific-actions anchor rather than the partial coverage at level 2.

3 / 3

Completeness

Explicitly answers what ('search, install, update, and publish agent skills') and when ('Use when you need to fetch new skills on the fly, sync... or publish...'), satisfying the both-what-and-when anchor.

3 / 3

Trigger Term Quality

Natural trigger phrasings like 'fetch new skills on the fly', 'sync installed skills to latest or a specific version', and 'publish new/updated skill folders' cover the verbs a user would actually say, beyond the CLI jargon.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche — managing agent skills via the ClawHub CLI — with triggers unlikely to fire for unrelated skills, matching the distinct-niche anchor.

3 / 3

Total

12

/

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.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
nexu-io/nexu
Reviewed

Table of Contents

Is this your skill?

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.