← 返回 Skills 市场
Skill Readme Rebuilder
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-readme-rebuilder
功能描述
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明.
安全使用建议
This skill appears coherent and low-risk for local use: it reads a provided skill directory and produces a draft README/FAQ/report. Before running it (or allowing an agent to run it): 1) inspect scripts/run.py (it is included and readable) and run with --dry-run or on a copy/sandbox of the target directory; 2) avoid pointing it at directories containing secrets or private keys you don't want included in generated output (the pattern scanner masks long-looking secret strings but other sensitive content could still appear in reports); 3) if you will let the agent invoke the skill autonomously, be aware it can read any files under the provided directory — restrict inputs accordingly; 4) do not rely on the tool to modify external systems — it is intended to produce draft text that you should review before publishing or applying changes.
功能分析
Type: OpenClaw Skill
Name: skill-readme-rebuilder
Version: 1.0.0
The 'skill-readme-rebuilder' bundle is a utility designed to automate the generation and auditing of documentation for OpenClaw skills. The core logic in `scripts/run.py` is transparent, using only Python standard libraries to perform directory scans, CSV analysis, and pattern matching. Notably, it includes a security-oriented 'pattern_audit' mode that proactively searches for and reports high-risk indicators like 'curl|bash' or exposed secrets, demonstrating defensive rather than malicious intent. The instructions in `SKILL.md` emphasize safety boundaries, dry-run options, and user confirmation for any high-risk actions.
能力评估
Purpose & Capability
Name/description, declared requirement (python3), SKILL.md routing, resources/spec.json, and scripts/run.py all align with a 'directory_audit' README-rebuilding tool. The script's functions (directory_report, skill_audit, pattern_report, csv_report) are coherent with the stated goal of producing structured README drafts and audits.
Instruction Scope
SKILL.md instructs the agent to produce structured drafts and to run the local script when shell/exec is available (python3 "{baseDir}/scripts/run.py ..."). The script is read-only: it lists and reads files, generates reports, and has a --dry-run flag. Caveat: the tool reads file contents from the provided directory and may incorporate those contents into outputs (pattern scanning masks long-looking secrets but other file contents may be echoed). The skill explicitly warns not to fabricate capabilities or skip real dependency declarations.
Install Mechanism
No install spec is provided (instruction-only with an included helper script). No remote downloads or third-party package installs are performed. The only runtime dependency is python3 (standard library only, per README/SELF_CHECK).
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to a local directory-audit/document-generation utility.
Persistence & Privilege
always is false; the skill does not request persistent elevation or modify other skills. It can be invoked autonomously per default platform behavior, which is expected for skills — nothing in the code writes to unrelated system locations or alters other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-readme-rebuilder - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-readme-rebuilder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-readme-rebuilder:
- Generates consistent README, FAQ, and examples based on SKILL.md, scripts, and resources.
- Provides structured output: status overview, missing items, README suggestions, FAQ drafts, example ideas, and consistency risks.
- Clearly defines appropriate and inappropriate use cases, emphasizing documentation integrity and safety boundaries.
- Prioritizes reviewable drafts and explicit confirmation for unclear items.
- Includes support for platform-specific scripts, local templates, and standard outputs.
元数据
常见问题
Skill Readme Rebuilder 是什么?
从 SKILL.md、脚本与资源反推 README、FAQ 与示例,保持说明一致。;use for skills, readme, docs workflows;do not use for 伪造脚本能力, 跳过真实依赖声明. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Skill Readme Rebuilder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-readme-rebuilder」即可一键安装,无需额外配置。
Skill Readme Rebuilder 是免费的吗?
是的,Skill Readme Rebuilder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Readme Rebuilder 支持哪些平台?
Skill Readme Rebuilder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Skill Readme Rebuilder?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills