CtrlK
BlogDocsLog inGet started
Tessl Logo

envdump

Dump basic environment info to out/env.txt.

65

Quality

58%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./openclaw/skills/envdump/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

17%

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 description is too terse and lacks critical information for skill selection. It provides a minimal action statement but fails to explain what environment information is captured, uses technical rather than natural language, and completely omits trigger guidance for when Claude should use this skill.

Suggestions

Add a 'Use when...' clause with natural trigger terms like 'check system info', 'debug environment', 'what OS am I running', or 'show machine details'

Specify what 'basic environment info' includes (e.g., 'OS version, Python version, installed packages, environment variables')

Replace technical jargon 'Dump' with more natural language like 'Captures' or 'Records' and include user-friendly trigger terms

DimensionReasoningScore

Specificity

Names a specific action ('Dump basic environment info') and output location ('out/env.txt'), but doesn't elaborate on what 'environment info' includes or what specific data is captured.

2 / 3

Completeness

Only describes what it does at a basic level. Completely missing a 'Use when...' clause or any guidance on when Claude should select this skill.

1 / 3

Trigger Term Quality

Uses technical jargon ('Dump', 'env.txt') that users wouldn't naturally say. Missing natural terms like 'system info', 'check environment', 'debug info', or 'machine details'.

1 / 3

Distinctiveness Conflict Risk

The specific output path 'out/env.txt' adds some distinctiveness, but 'environment info' is vague enough to potentially overlap with debugging, system diagnostics, or configuration skills.

2 / 3

Total

6

/

12

Passed

Implementation

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is an exemplary simple skill - maximally concise while remaining fully actionable. It provides exactly what Claude needs (the command to run and expected output) without any unnecessary explanation. The brevity is appropriate for the task's simplicity.

DimensionReasoningScore

Conciseness

Extremely lean - only essential information is provided. No unnecessary explanations of what environment info is or why it's useful.

3 / 3

Actionability

Provides a concrete, copy-paste ready command with clear input/output paths. No ambiguity about what to execute.

3 / 3

Workflow Clarity

This is a simple single-step skill - run one command, get one output file. The single action is completely unambiguous with no multi-step process requiring validation.

3 / 3

Progressive Disclosure

For a skill this simple (under 10 lines, single task), the organization is appropriate. Clear sections for overview, command, and output with no need for external references.

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
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.