CtrlK
BlogDocsLog inGet started
Tessl Logo

capabilities

Show what this NanoClaw instance can do — installed skills, available tools, and system info. Read-only. Use when the user asks what the bot can do, what's installed, or runs /capabilities.

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

75%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 clean, executable, well-structured read-only report skill with a sensible validation gate. It is held back from top marks by minor redundancy (MCP tools listed twice, a doubled command) and an asserted rather than discovered tool list.

Suggestions

Deduplicate the MCP tool listing: keep the full tool breakdown in section 3 and have section 2 reference the mcp__nanoclaw__* prefix without re-listing the tools.

Replace the hardcoded tool list in section 2 with a command or explicit instruction to read live tool availability, so the report cannot drift from the actual SDK configuration.

Collapse the repeated `ls /workspace/extra/ 2>/dev/null` in section 5 into a single invocation whose output feeds both the existence check and the count.

DimensionReasoningScore

Conciseness

Largely lean and command-driven with no concept-overexplaining, but minor redundancy exists — MCP tools appear in both section 2 and section 3, and `ls /workspace/extra/` is invoked twice in section 5.

4 / 5

Actionability

Provides copy-paste-ready bash commands for most sections and a concrete report example, but the section 2 tool list is hardcoded/asserted rather than discovered via a command, a minor gap.

4 / 5

Workflow Clarity

A clear sequence (main-channel gate → gather → format) with an explicit validation checkpoint ('If NOT_MAIN... stop') and an 'adapt based on what you find' check; read-only so the destructive/batch cap does not apply, but no report-verification step exists.

4 / 5

Progressive Disclosure

Well-organized into clear headed sections with no nested references and a single one-level 'See also' link; the duplicated MCP listing between sections 2 and 3 could be consolidated.

4 / 5

Total

16

/

20

Passed

Description

87%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 well-crafted description that clearly states what it does and when to use it, with natural trigger terms and a distinct, instance-scoped niche. Voice is correctly third-person/imperative.

DimensionReasoningScore

Specificity

Enumerates concrete items — 'installed skills, available tools, and system info' — naming the domain with several specific categories, though 'Show what this NanoClaw instance can do' is a single display action rather than multiple distinct actions.

4 / 5

Completeness

Explicitly answers both 'what' (show installed skills, available tools, system info) and 'when' ('Use when the user asks what the bot can do, what's installed, or runs /capabilities') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural phrases a user would say — 'what the bot can do', 'what's installed', and the '/capabilities' slash command — give good coverage, though a few synonyms are missing.

4 / 5

Distinctiveness Conflict Risk

Scoped to 'this NanoClaw instance' and triggered by the '/capabilities' command, giving it a clear niche with minimal overlap risk against other skills.

5 / 5

Total

18

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
jbaruch/nanoclaw-telegram
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.