CtrlK
BlogDocsLog inGet started
Tessl Logo

envdump

Dump basic environment info to out/env.txt.

62

Quality

75%

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

Fix and improve this skill with Tessl

tessl review fix ./openclaw/skills/envdump/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is lean, fully executable, and well suited to a simple single-purpose skill, with the only notable gap being unmarked section headers that slightly weaken navigation structure.

DimensionReasoningScore

Conciseness

The body is a single overview sentence, one copy-paste command, and a one-line output list with no padding or explanation of concepts Claude already knows, matching the 'lean and efficient; every token earns its place' anchor.

5 / 5

Actionability

'bash scripts/envdump.sh out/env.txt' is a fully executable, copy-paste-ready command pointing at the real bundled script, covering the single invocation case completely.

5 / 5

Workflow Clarity

This is a simple single-purpose skill whose single action (run the script, output to out/env.txt) is unambiguous; the simple-skill exception applies and the non-destructive read-only nature means the destructive/batch validation cap does not.

5 / 5

Progressive Disclosure

Content is appropriately split with a one-level-deep reference to the bundled script/envdump.sh, but the Overview/Command/Output Files section labels are plain text rather than markdown headers, a minor organization gap that fits the 'good structure with minor gaps' anchor.

4 / 5

Total

19

/

20

Passed

Description

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

The description is third-person and reasonably concrete about what the skill does, but it lacks any 'Use when...' trigger guidance and offers only a single natural keyword, capping completeness and trigger-term quality at the middle of the scale.

Suggestions

Add an explicit trigger clause, e.g. 'Use when you need to capture or debug the current system/environment state.'

Replace 'basic environment info' with the concrete fields collected (e.g. date, pwd, uname, sorted env vars) so the what is unambiguous.

Include a synonym or natural phrasing such as 'environment dump' or 'system info' to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

The phrase 'Dump basic environment info to out/env.txt' names the domain and one concrete action with a specific output target, but 'basic environment info' leaves the actual coverage vague, matching the anchor for naming a domain with 1-2 concrete actions that are not comprehensive.

3 / 5

Completeness

The description gives a clear 'what' (dump basic environment info to a file) but entirely omits any 'when/Use when...' trigger guidance, so per the judging guideline completeness is capped at 3.

3 / 5

Trigger Term Quality

'environment info' is a relevant, fairly natural keyword a user might say, but there are no synonyms or file extensions and only one real trigger term, fitting the anchor for some relevant keywords missing common variations.

3 / 5

Distinctiveness Conflict Risk

'Dump basic environment info to out/env.txt' carves a fairly distinct diagnostic niche with a specific output target and only minor overlap risk with other general system-info skills, matching the 'mostly distinct' anchor.

4 / 5

Total

13

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 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

14

/

16

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.