← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-doc-enhancer
Description
Automatically analyze and enhance content-short SKILL.md files by analyzing skill directory structure, adding usage examples, script documentation, common us...
Usage Guidance
This skill appears to do what it says: it reads a skill directory and can append generated documentation to SKILL.md. Before running (especially without --dry-run): 1) Back up the original SKILL.md so you can revert unwanted changes. 2) Use --dry-run to preview changes. 3) Inspect any scripts in the target scripts/ directory before executing them (they could contain arbitrary code unrelated to documentation). 4) Be aware reports include absolute paths in their JSON output (may reveal local filesystem structure). If you only want to preview additions, always use --dry-run and review the preview before writing.
Capability Analysis
Type: OpenClaw Skill
Name: skill-doc-enhancer
Version: 1.0.0
The skill bundle is a utility designed to analyze and improve the documentation of other OpenClaw skills. It contains two Python scripts, analyze_skill.py and enhance_skill.py, which perform basic file analysis and append boilerplate documentation sections (examples, best practices, etc.) to SKILL.md files. The code uses standard libraries for file I/O and regex, showing no signs of data exfiltration, malicious execution, or intentional prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the provided scripts and SKILL.md: the scripts analyze a skill directory and generate or append documentation to SKILL.md. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md runtime instructions tell the agent to run the included Python scripts against a local skill directory. The scripts only read files in the target directory (SKILL.md and files under scripts/, references/, assets/) and may write back to SKILL.md. They do not access other system paths, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with included scripts). The scripts assume a local python3 runtime, which is reasonable and proportional for the stated task. Nothing is downloaded or extracted from the network.
Credentials
No environment variables, credentials, or config paths are requested. The scripts operate on the provided skill directory only and do not require external secrets.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. It can modify only the SKILL.md in the target skill directory (normal for an enhancer). The skill does print JSON reports that include absolute skill paths, which is expected but worth noting.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-doc-enhancer - After installation, invoke the skill by name or use
/skill-doc-enhancer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Skill Doc Enhancer?
Automatically analyze and enhance content-short SKILL.md files by analyzing skill directory structure, adding usage examples, script documentation, common us... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Skill Doc Enhancer?
Run "/install skill-doc-enhancer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Doc Enhancer free?
Yes, Skill Doc Enhancer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Doc Enhancer support?
Skill Doc Enhancer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Doc Enhancer?
It is built and maintained by 风风 (@834948655); the current version is v1.0.0.
More Skills