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.

94

3.84x
Quality

93%

Does it follow best practices?

Impact

100%

3.84x

Average score across 3 eval scenarios

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, highly actionable reference of copy-paste commands organized by operation. It loses a step on workflow clarity because the publish/update flows lack validation or pre-flight checks for operations that are effectively irreversible.

Suggestions

Add a pre-publish validation step (e.g. run 'clawhub whoami' to confirm auth, then a dry-run/version check) so the publish workflow has an explicit checkpoint before the irreversible upload.

Include a brief verify step after 'clawhub update --all' (e.g. 'clawhub list' to confirm versions resolved) to close the feedback loop on batch updates.

Sequence the publish command as an ordered list (login -> whoami -> publish) rather than a bare code block so the multi-step nature is explicit.

DimensionReasoningScore

Conciseness

Lean, command-only body with no filler or explanations of concepts Claude already knows; every line earns its place, matching the 'lean and efficient' anchor.

3 / 3

Actionability

Fully executable, copy-paste-ready commands with concrete flags (e.g. 'clawhub install my-skill --version 1.2.3', 'clawhub update --all --no-input --force') throughout.

3 / 3

Workflow Clarity

Commands are grouped by task but lack validation checkpoints; publish is a batch/irreversible-style operation with only an optional 'whoami' and no verify-before-publish feedback loop, which caps this at 2 per the scoring notes.

2 / 3

Progressive Disclosure

Under 50 lines, single-purpose CLI skill with no need for external references; the well-organized per-command sections satisfy the simple-skill exception for a top score.

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.

A strong description that pairs concrete capabilities with an explicit 'Use when' trigger and natural user language, covering both what the skill does and when to invoke it without padding.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'search, install, update, and publish agent skills' — matching the multi-action anchor; not a 2 because it names several distinct verbs rather than a single domain.

3 / 3

Completeness

Explicitly answers both 'what' (search/install/update/publish skills via ClawHub CLI) and 'when' ('Use when you need to fetch new skills on the fly, sync installed skills...').

3 / 3

Trigger Term Quality

Natural user-facing phrases like 'fetch new skills on the fly', 'sync installed skills to latest or a specific version', and 'publish new/updated skill folders' give good coverage of terms a user would say.

3 / 3

Distinctiveness Conflict Risk

Scoped to the clawhub.com skill registry CLI with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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.