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
homestruk-maintenance-triage
Triage tenant maintenance requests by severity, assign priority, identify the right contractor type, estimate costs, and generate work orders. Use when a tenant reports a maintenance issue, when reviewing open work orders, or when assessing property condition. Follows Massachusetts habitability requirements (105 CMR 410).
doc-gap-finder
扫描文档目录、标题结构与文件分布,找缺失章节、重复内容和过时区域。;use for docs, audit, knowledge workflows;do not use for 读取无权限目录, 直接修改原文档.
skill-pack-composer
把多个 Skill 组合成套装,检查 slug、依赖、资源和定位冲突。;use for skills, bundle, packaging workflows;do not use for 混入重复职责的 skill, 忽略依赖冲突.
skill-market-fit-ranker
对一批 Skill 选题按高频、低门槛、传播性、ROI 和风险做排序。;use for skills, market-fit, prioritization workflows;do not use for 只按个人偏好排序, 忽略发布风险.
repo-onboarding-guide
扫描仓库目录与说明文件,生成新成员上手路径、推荐阅读顺序与踩坑提醒。;use for repo, onboarding, developer-experience workflows;do not use for 泄漏私有源码内容到外部, 执行构建命令.