CtrlK
BlogDocsLog inGet started
Tessl Logo

envdump

Dump basic environment info to out/env.txt.

59

Quality

70%

Does it follow best practices?

Impact

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

40%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is terse and identifies a narrow, specific task but lacks detail about what environment information is collected and entirely omits guidance on when Claude should select this skill. Its brevity helps distinctiveness but hurts completeness and trigger term coverage.

Suggestions

Add a 'Use when...' clause specifying trigger scenarios, e.g., 'Use when the user asks for system diagnostics, environment details, or debugging setup information.'

Include natural trigger terms users might say, such as 'system info', 'debug environment', 'machine details', 'diagnostics'.

Expand the 'what' to list specific info collected, e.g., 'Collects OS version, shell, PATH, installed tool versions and writes them to out/env.txt.'

DimensionReasoningScore

Specificity

It names a specific action ('dump basic environment info') and a specific output location ('out/env.txt'), but doesn't elaborate on what 'environment info' includes (e.g., OS version, PATH, installed tools, shell).

2 / 3

Completeness

It describes what the skill does (dumps environment info to a file) but completely lacks any 'Use when...' clause or explicit trigger guidance, which per the rubric caps completeness at 2, and the 'what' is also quite thin, warranting a 1.

1 / 3

Trigger Term Quality

Contains some relevant terms like 'environment info' and 'env.txt', but misses natural variations users might say such as 'system info', 'debug info', 'machine details', 'diagnostics', or 'setup information'.

2 / 3

Distinctiveness Conflict Risk

The specific output path 'out/env.txt' and the narrow task of dumping environment info make this quite distinctive and unlikely to conflict with other skills.

3 / 3

Total

8

/

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 a simple, well-structured single-task skill that is concise, actionable, and clear. It does exactly what it needs to do without unnecessary verbosity. The only minor concern is the lack of bundle files to verify that `scripts/envdump.sh` actually exists, but the skill content itself is solid.

DimensionReasoningScore

Conciseness

Very lean and efficient. No unnecessary explanations—just the command and output. Every token earns its place for this simple skill.

3 / 3

Actionability

Provides a concrete, copy-paste ready command (`bash scripts/envdump.sh out/env.txt`) and specifies the exact output file. For a single-task skill, this is fully actionable.

3 / 3

Workflow Clarity

This is a single-command skill with no multi-step process or destructive operations. The single action is unambiguous, so workflow clarity is sufficient.

3 / 3

Progressive Disclosure

For a skill under 50 lines with a single task and no need for external references, the well-organized sections (Overview, Command, Output Files) are appropriate and sufficient.

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.