skill-readme-rebuilder
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/52yuanchangxing/skill-readme-rebuilderWhat This Skill Does
The Skill README Rebuilder is an automated documentation assistant designed specifically for OpenClaw skill developers. It parses your existing skill directory—including SKILL.md, source scripts, and local resources—to generate, update, or synchronize your README.md, FAQ, and usage examples. By acting as a source-of-truth validator, it ensures that your technical documentation never drifts from your actual code implementation or dependency declarations.
Installation
To integrate this tool into your OpenClaw environment, use the following command:
clawhub install openclaw/skills/skills/52yuanchangxing/skill-readme-rebuilder
Use Cases
- Documentation Bootstrapping: When starting a new skill, point the rebuilder at your empty project folder to generate a professional, compliant README structure based on your
spec.jsonand template files. - Refactoring Sync: After changing script arguments, API endpoints, or dependency requirements, use the rebuilder to audit your docs. It detects discrepancies between the code and your written claims.
- Content Expansion: Automatically generate high-quality FAQ sections and real-world usage examples by analyzing your
tests/directory andresources/specifications, ensuring that users understand how to invoke your skill effectively.
Example Prompts
- "Analyze the current directory and generate a draft README.md that matches my spec.json, highlighting any missing dependency declarations."
- "I've added a new shell script to my skill. Can you audit the existing documentation and suggest updated FAQ entries based on the new logic?"
- "Review my skill structure and provide a consistency report; specifically, check if the documentation claims matches the actual input parameters defined in my script."
Tips & Limitations
- Transparency First: The tool is designed to be a transparent assistant. It will not execute high-risk commands or bypass your security settings. If you require it to interface with file systems to save documents, ensure your environment permissions allow
file-writeaccess. - Avoid Hallucinations: Do not use this tool to artificially inflate the capabilities of a script. It is configured to prioritize the reality of your code over persuasive copy. If a dependency isn't declared, the tool will flag it as a missing requirement rather than ignoring the omission.
- Consistency Checks: Always review the "Consistency Risk" section of the output before applying changes, as it identifies potential conflicts between your documentation intent and the technical reality of your skill.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-52yuanchangxing-skill-readme-rebuilder": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, file-write
Related Skills
Oven
Track oven usage and cooking schedules. Use when logging bake sessions, setting cook reminders, checking inventory, reviewing stats.
skill-gap-finder
扫描现有 Skill 套装,找重复、缺口、职责冲突和最该补的空位。;use for skills, bundle, analysis workflows;do not use for 臆造目录内容, 直接删除 skill.
Tire
Your personal Tire assistant. Use when you need tire.
doc-gap-finder
扫描文档目录、标题结构与文件分布,找缺失章节、重复内容和过时区域。;use for docs, audit, knowledge workflows;do not use for 读取无权限目录, 直接修改原文档.
skill-risk-splitter
把职责过杂的 Skill 拆成安全版、增强版或多子 Skill,降低扫描和维护风险。;use for skills, refactor, risk workflows;do not use for 为了拆分而失去清晰定位, 隐藏高风险行为.