← 返回 Skills 市场
Spec To Checklist
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spec-to-checklist
功能描述
把 PRD、接口文档或需求规格拆成验收、联调、测试和上线清单。;use for spec, checklist, acceptance workflows;do not use for 替代真实测试执行, 伪造通过结果.
安全使用建议
This skill appears to do what it says: convert spec text into checklists and audit local directories when asked. Before running the included script: (1) do not point it at sensitive directories (e.g., /, your home, or directories with secrets) unless you want those files read; (2) review scripts/run.py if you plan to run it in directory-audit or pattern-audit mode to confirm the files it will open; (3) prefer using --dry-run or supplying a limited input file rather than a large directory; (4) avoid giving the skill network-accessible paths or credentials (it does not request any, and that is intentional); (5) if you need stronger isolation, run it in a sandbox/container. Overall the bundle is coherent and low-risk, but exercise normal caution about which local paths you supply as input.
功能分析
Type: OpenClaw Skill
Name: spec-to-checklist
Version: 1.0.0
The skill is a documentation utility designed to convert PRDs and technical specifications into structured checklists. The included Python script (scripts/run.py) provides several analysis modes, including a 'pattern_audit' that searches for high-risk strings like 'curl|bash' or hardcoded secrets, which serves a defensive/QA purpose. The code uses standard libraries for file I/O and text processing, contains no networking or arbitrary code execution capabilities, and the SKILL.md instructions explicitly reinforce safety boundaries and auditability.
能力评估
Purpose & Capability
Name/description (convert PRD/interface docs to checklists) match the included assets: SKILL.md, resources/spec.json, resources/template.md, examples, and a local Python script (scripts/run.py) that generates structured reports. Requiring only python3 is proportionate.
Instruction Scope
SKILL.md stays within scope (produce reviewable drafts and checklists, prefer listing '待确认项' rather than inventing facts). The runtime instructions reference running the included script or falling back to the template/json; both are consistent. Note: the script can operate in several modes (structured_brief, directory_audit, csv_audit, pattern_audit, skill_audit) and will recursively read text files under any directory you point it at. That is coherent for directory-audit use cases but means you should not point it at sensitive system directories or pass it untrusted root paths without review.
Install Mechanism
No install spec; instruction-only plus a local Python script. There are no downloads or external install steps. This is low-risk and proportionate to the stated functionality.
Credentials
No environment variables, credentials, or config paths are requested. The script reads files you pass as input; it does not attempt network access or request keys. The lack of secret/credential requirements matches the skill's purpose.
Persistence & Privilege
The skill does not request 'always: true' and does not attempt to modify other skills or system-wide agent settings. It may write an output file when you request that via --output, which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spec-to-checklist - 安装完成后,直接呼叫该 Skill 的名称或使用
/spec-to-checklist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of spec-to-checklist skill.
- Converts PRD, interface docs, or requirements into acceptance, integration, testing, and go-live checklists.
- Highlights missing information as pending items instead of inventing content.
- Structures outputs as review drafts before actionable lists.
- Clearly states boundaries for high-risk, privacy, and compliance issues.
- Includes local templates and sample files for checklist generation.
元数据
常见问题
Spec To Checklist 是什么?
把 PRD、接口文档或需求规格拆成验收、联调、测试和上线清单。;use for spec, checklist, acceptance workflows;do not use for 替代真实测试执行, 伪造通过结果. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 Spec To Checklist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spec-to-checklist」即可一键安装,无需额外配置。
Spec To Checklist 是免费的吗?
是的,Spec To Checklist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Spec To Checklist 支持哪些平台?
Spec To Checklist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Spec To Checklist?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills