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.

92

3.84x
Quality

90%

Does it follow best practices?

Impact

100%

3.84x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is clawhub in Hung-Reo/hungreo-openclaw

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-5

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 with excellent conciseness and actionability. Its main weakness is the absence of validation/verification steps around the batch update --all and publish operations, which the rubric caps at workflow clarity 3.

Suggestions

Add a verification step before destructive/batch operations, e.g. run `clawhub list` (and `clawhub whoami` before publish) to confirm state before running `clawhub update --all --force` or `clawhub publish`.

Show an error-recovery loop for publish (e.g., re-run with corrected flags if the slug/version is rejected) so the workflow has a feedback checkpoint.

Mark `clawhub update --all --force` and `clawhub publish` as destructive/batch and recommend confirming the target scope first.

DimensionReasoningScore

Conciseness

Lean command reference with no concept over-explanation; every line is an executable command or a compact note, assuming Claude's competence.

5 / 5

Actionability

Fully executable, copy-paste-ready commands covering the common cases including version flags, --all, --force, and a complete publish invocation with all required flags.

5 / 5

Workflow Clarity

Commands are loosely sequenced by lifecycle but batch/destructive operations ("clawhub update --all --force", "clawhub publish") appear with no validation or verification checkpoint, which caps workflow clarity at 3 per the rubric.

3 / 5

Progressive Disclosure

Under 50 lines, no external bundle files needed, and well-organized into clearly labeled sections (Install, Auth, Search, Update, List, Publish, Notes), qualifying for the simple-skill exception.

5 / 5

Total

18

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that states concrete capabilities and pairs them with explicit "Use when..." trigger guidance. Only minor: a few natural synonyms could broaden trigger coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "search, install, update, and publish agent skills" — giving comprehensive coverage of the CLI's capabilities, matching the score-5 anchor.

5 / 5

Completeness

Explicitly answers both "what" (search/install/update/publish via the ClawHub CLI) and "when" ("Use when you need to fetch new skills on the fly, sync... or publish...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases like "fetch new skills on the fly", "sync installed skills to latest or a specific version", and "publish new/updated skill folders", but a few common synonyms (e.g., "find", "download") are absent, placing it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

Scoped to a clear niche — the ClawHub CLI and clawhub.com — with distinct triggers unlikely to fire for unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 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

Total

14

/

16

Passed

Repository
trpc-group/trpc-agent-go
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.