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 terse and identifies a narrow, specific task, which helps with distinctiveness. However, it lacks a 'Use when...' clause and doesn't enumerate what environment information is captured, making it incomplete and somewhat vague for skill selection among many options.
Suggestions
Add a 'Use when...' clause specifying triggers, e.g., 'Use when the user asks about the current environment, system info, debugging setup, or needs a diagnostic snapshot.'
Enumerate the specific environment details captured (e.g., OS, shell, PATH, installed tools, Python/Node versions) to improve specificity and trigger term coverage.
| 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 caps 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', 'diagnostics', or 'setup check'. | 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 simple single-command task. Its brevity is appropriate given the simplicity of the operation. The main weakness is that the script content is opaque—there's no indication of what environment info is collected or what the script contains, which slightly limits actionability.
Suggestions
Consider briefly listing what info is collected (e.g., OS, shell, Python version) so the user knows what to expect in env.txt.
Optionally show a sample output snippet so Claude can verify the command worked correctly.
| 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 a non-destructive info-dump task, no validation checkpoints are needed. | 3 / 3 |
Progressive Disclosure | For a skill under 50 lines with a single purpose, the content is well-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 | |
09cce3e
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.