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

Advisory

Suggest reviewing before use

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.

This is a well-crafted, concise CLI reference skill that provides fully executable commands organized into clear sections. Its main weakness is the lack of validation/verification steps (e.g., confirming a publish succeeded, handling update conflicts) and no explicit workflow sequencing for multi-step operations like publish which requires prior login.

Suggestions

Add a brief workflow sequence for common multi-step operations, e.g., 'To publish: 1. `clawhub login` 2. Verify with `clawhub whoami` 3. `clawhub publish ...` 4. Confirm with `clawhub search my-skill`'

Add brief notes on error handling or what to do when commands fail (e.g., hash mismatch on update, auth failure on publish)

DimensionReasoningScore

Conciseness

Extremely lean and efficient. Every line is a concrete command or essential note. No unnecessary explanations of what a CLI is or how npm works. Every token earns its place.

3 / 3

Actionability

All commands are copy-paste ready with concrete examples including flags and arguments. The publish command shows a complete invocation with all required options. No pseudocode or vague descriptions.

3 / 3

Workflow Clarity

Commands are logically grouped (install, auth, search, install, update, list, publish) but there's no explicit workflow sequence or validation checkpoints. For example, there's no guidance on verifying a successful install or publish, and no error recovery steps for failed updates.

2 / 3

Progressive Disclosure

For a simple CLI reference skill under 50 lines with no need for external references, the content is well-organized into clearly labeled sections. The structure is flat and easy to scan, which is appropriate for this scope.

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.

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 practical scenarios. The description is concise, uses third person voice appropriately, and is highly distinctive due to the specific product name.

DimensionReasoningScore

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', 'CLI', 'install', 'publish', 'skills', 'sync', 'update', 'npm'. Users looking for skill management via ClawHub would naturally use these terms.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive due to the specific product name 'ClawHub CLI' and 'clawhub.com'. This is a clear niche with very low conflict risk against other skills.

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.

Validation9 / 11 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

9

/

11

Passed

Repository
deepgram/dglabs-deepclaw
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.