← 返回 Skills 市场
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-doc-enhancer
功能描述
Automatically analyze and enhance content-short SKILL.md files by analyzing skill directory structure, adding usage examples, script documentation, common us...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-doc-enhancer - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-doc-enhancer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Skill Doc Enhancer 是什么?
Automatically analyze and enhance content-short SKILL.md files by analyzing skill directory structure, adding usage examples, script documentation, common us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Skill Doc Enhancer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-doc-enhancer」即可一键安装,无需额外配置。
Skill Doc Enhancer 是免费的吗?
是的,Skill Doc Enhancer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Doc Enhancer 支持哪些平台?
Skill Doc Enhancer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Doc Enhancer?
由 风风(@834948655)开发并维护,当前版本 v1.0.0。
推荐 Skills