Dump basic environment info to out/env.txt.
68
62%
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
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 concise and identifies a specific task with a clear output target, giving it reasonable distinctiveness. However, it lacks a 'Use when...' clause and doesn't enumerate what environment information is captured, making it incomplete and insufficiently specific for reliable skill selection among many options.
Suggestions
Add a 'Use when...' clause, e.g., 'Use when the user asks for system diagnostics, environment details, or debugging setup information.'
Specify what environment info is captured, e.g., 'Dumps OS version, shell, PATH, installed tools, and runtime versions to out/env.txt.'
Include natural trigger terms users might say, such as 'system info', 'debug environment', 'machine details', or 'setup diagnostics'.
| Dimension | Reasoning | Score |
|---|---|---|
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 should cap completeness at 2, and the 'what' is also quite thin, placing this at 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', 'OS version', or 'diagnostics'. | 2 / 3 |
Distinctiveness Conflict Risk | The specific output path 'out/env.txt' and the narrow task of dumping environment info make this clearly distinguishable from other skills with minimal conflict risk. | 3 / 3 |
Total | 8 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a minimal, well-structured skill for a very simple task. Its brevity is appropriate and the command is concrete. However, it could benefit slightly from showing what the script outputs or noting any prerequisites, since the script content itself is opaque.
Suggestions
Consider adding a brief example of expected output format in out/env.txt so Claude can verify correctness.
Note any prerequisites (e.g., that scripts/envdump.sh must exist and be executable) to make the skill more self-contained.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Very lean and efficient. No unnecessary explanations—just the command and output. Every token earns its place. | 3 / 3 |
Actionability | Provides a concrete command to run, but lacks detail on what the script does, what prerequisites exist, or what the expected output looks like. The script itself is not shown, so it's not fully self-contained or copy-paste verifiable. | 2 / 3 |
Workflow Clarity | This is a simple single-step skill (run one command, get one output file). The single action is unambiguous, and for such a simple task no validation checkpoints are needed. | 3 / 3 |
Progressive Disclosure | For a skill this simple (well under 50 lines, single task), the content is appropriately organized into clear sections (Overview, Command, Output Files) with no need for external references. | 3 / 3 |
Total | 11 / 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 | |
af8bd5f
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.