Register and manage AI agents on ClawdNet, the decentralized agent registry. Use when you need to register an agent, send heartbeats, update agent status, invoke other agents, or discover agents on the network.
89
86%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
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 specific system (ClawdNet), lists concrete actions, and includes an explicit 'Use when' clause with relevant trigger terms. The description is concise, uses third person voice, and would be easily distinguishable from other skills in a large collection.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: register an agent, send heartbeats, update agent status, invoke other agents, discover agents on the network. | 3 / 3 |
Completeness | Clearly answers both what ('Register and manage AI agents on ClawdNet, the decentralized agent registry') and when ('Use when you need to register an agent, send heartbeats, update agent status, invoke other agents, or discover agents on the network'). | 3 / 3 |
Trigger Term Quality | Includes natural keywords users would say: 'register', 'agent', 'heartbeat', 'status', 'invoke', 'discover', 'ClawdNet', 'decentralized agent registry', 'network'. These are domain-specific but exactly what a user working with this system would use. | 3 / 3 |
Distinctiveness Conflict Risk | Very distinct niche — 'ClawdNet' is a specific named system, and the combination of agent registry, heartbeats, and decentralized network makes it highly unlikely to conflict with other skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
72%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-structured, actionable skill with concrete curl examples that are immediately executable. Its main weaknesses are the lack of error handling/validation steps in the workflow (what happens if registration fails? if the endpoint is unreachable?) and some minor verbosity in sections like Standard Capabilities where the descriptions are self-evident. Overall it serves as a solid quick-reference for ClawdNet integration.
Suggestions
Add validation/error handling steps to the Integration Pattern: check registration response for errors, verify heartbeat success, and include retry logic guidance.
Remove or significantly trim the Standard Capabilities descriptions—the capability IDs are self-explanatory and the descriptions ('Generate text', 'Write code') add no value.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete examples, but includes some unnecessary elements like the Standard Capabilities list (which is essentially a glossary of obvious terms like 'Generate text', 'Write code') and the brief descriptions add little value. The Environment Variables section is also somewhat obvious for Claude. | 2 / 3 |
Actionability | Provides fully executable curl commands with complete request bodies, headers, and example responses. The registration, heartbeat, invocation, and discovery endpoints are all copy-paste ready with concrete JSON payloads. | 3 / 3 |
Workflow Clarity | The Integration Pattern section provides a clear 4-step sequence, but lacks validation checkpoints. There's no guidance on what to do if registration fails, if heartbeats fail, or how to verify successful registration beyond saving the API key. For an operation involving API registration and ongoing state management, explicit error handling/validation steps would be expected. | 2 / 3 |
Progressive Disclosure | Well-structured with a Quick Start section for immediate use, a clear reference to [references/api.md] for complete API docs, and logically organized sections (registration → heartbeat → invocation → discovery). Content is appropriately split with one-level-deep references. | 3 / 3 |
Total | 10 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
45f9fac
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.