Dump basic environment info to out/env.txt.
65
Quality
58%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./openclaw/skills/envdump/SKILL.mdQuality
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 guidance for skill selection. While it identifies a specific output location, it fails to explain what environment information is captured, uses technical jargon instead of natural language, and provides no trigger conditions 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 term 'Dump' with more natural language like 'Captures' or 'Records'
| Dimension | Reasoning | Score |
|---|---|---|
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' provides 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 excellent minimal skill that does exactly what it needs to do. It provides a clear command, specifies the output location, and wastes no tokens on unnecessary explanation. The simplicity is appropriate for the task's scope.
| Dimension | Reasoning | Score |
|---|---|---|
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 explicit input/output paths. Claude knows exactly what to execute. | 3 / 3 |
Workflow Clarity | This is a simple single-step task (run one command). The action is unambiguous and no multi-step validation is needed for a non-destructive info dump. | 3 / 3 |
Progressive Disclosure | For a skill this simple (under 10 lines, single task), the flat structure with clear sections is appropriate. No external references needed. | 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.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
metadata_field | 'metadata' should map string keys to string values | Warning |
Total | 9 / 11 Passed | |
8763418
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.