← 返回 Skills 市场
234
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install prd-skill
功能描述
Generate structured Product Requirements Documents (PRD) from natural language user requirements. Use when a user provides an app idea or feature request and...
安全使用建议
This skill is coherent for generating PRDs. Before installing, confirm two operational details: (1) you are okay with the skill writing PRD files to a local 'prd-output/' directory (check where that folder will be created and who can access it); (2) the skill will automatically trigger downstream pipeline skills (dev-skill, qa-skill) via session messaging—make sure those skills exist and are trusted, otherwise disable or restrict automatic triggering. No credentials or external installs are requested, which reduces risk, but review and test the skill in a safe environment if you want to validate its auto-trigger behavior.
功能分析
Type: OpenClaw Skill
Name: prd-skill
Version: 1.0.1
The skill bundle contains standard metadata and markdown instructions for a Product Requirements Document (PRD) generator. The instructions in SKILL.md describe a legitimate workflow for transforming user requirements into structured documentation and triggering subsequent development steps within a pipeline. No malicious code, data exfiltration, or harmful prompt injection patterns were found.
能力评估
Purpose & Capability
Name and description match the instructions: the SKILL.md describes parsing requirements and producing a structured PRD. It mentions integration with dev-skill and qa-skill as the next steps, which is a reasonable part of an auto-dev pipeline and consistent with the stated purpose.
Instruction Scope
Instructions are focused on PRD creation. Two runtime behaviors to note: (1) it states it will save the PRD to a local path ('prd-output/' with timestamp) — writing files is not declared elsewhere but is plausible for a document generator; (2) it says it 'triggers dev-skill' and uses 'sessions_send' to coordinate pipeline steps. Those are not inherently malicious but are additional side effects (file writes and cross-skill triggering) beyond mere text generation and should be expected and reviewed prior to use.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk model for installation because nothing is downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. That fits its function of transforming input text into a PRD and handing it off to other pipeline skills; there are no disproportionate secret or credential requests.
Persistence & Privilege
always is false (normal). The skill is user-invocable and may be invoked autonomously per platform defaults. Combined with its explicit auto-triggering of dev-skill and session messaging, this means one invocation can spawn further pipeline actions — confirm you want that automation and that the downstream skills are trusted. The skill does not request persistent presence or modify other skills' configs in the provided instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prd-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/prd-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated SKILL.md to provide a concise, English-language overview and workflow for the skill.
- Clarified the PRD generation process, including outlined sections such as user flows, technical requirements, and non-functional needs.
- Added sample user input and example PRD output for clearer guidance.
- Documented integration with dev-skill and qa-skill in the auto-dev-pipeline.
- Introduced best practices for requirement gathering and PRD creation.
v1.0.0
prd-skill 1.0.0 – 自动PRD文档生成器上线
- 支持根据用户自然语言需求生成结构化PRD,覆盖功能、页面、流程、技术等关键要素
- 自动识别关键词,智能触发需求分析与文档化流程
- 输出标准PRD文档及元数据,便于后续开发衔接
- 完善的错误处理、状态追踪与流水线集成能力
- 配置项灵活,支持详细程度、技术栈等参数自定义
- 自动对接下游dev-skill,实现流程全自动无人工干预
元数据
常见问题
Prd Skill 是什么?
Generate structured Product Requirements Documents (PRD) from natural language user requirements. Use when a user provides an app idea or feature request and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 Prd Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prd-skill」即可一键安装,无需额外配置。
Prd Skill 是免费的吗?
是的,Prd Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prd Skill 支持哪些平台?
Prd Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prd Skill?
由 唐超(@tc1993)开发并维护,当前版本 v1.0.1。
推荐 Skills