← 返回 Skills 市场
4skill
作者
zhao202404
· GitHub ↗
· v1.0.0
· MIT-0
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prd-skill20260303
功能描述
Create and manage Product Requirements Documents by defining user stories with acceptance criteria, ordering tasks by dependencies, and tracking progress.
安全使用建议
This skill's templates and JSON schema are coherent for creating and tracking PRDs, but its runtime docs instruct running autonomous agent loops and a CLI flag that bypasses permissions. Before using: (1) Do NOT run the example infinite loop or any command containing --dangerously-skip-permissions unless you fully trust the agent binary and environment. (2) Expect to provide git credentials and agent/API keys locally — the skill does not declare or manage them. (3) If you want automation, run the agent in a tightly sandboxed environment or CI with least privilege and audit logs, and require manual approval before commits. (4) Inspect any agent prompts and progress.txt entries before allowing automated commits. If you cannot or do not want to run an autonomous agent with repository access, use the PRD templates manually instead.
功能分析
Type: OpenClaw Skill
Name: prd-skill20260303
Version: 1.0.0
The skill bundle provides a structured framework for managing Product Requirements Documents (PRDs) via JSON templates and markdown documentation. It is designed to facilitate autonomous development workflows for AI agents. While the documentation in 'references/agent-usage.md' suggests high-risk practices for external tools, such as using the '--dangerously-skip-permissions' flag with Claude Code, these are presented as part of a documented workflow for unattended operation rather than an attempt to exploit the host system. No evidence of malicious code, data exfiltration, or unauthorized execution was found; the skill primarily focuses on file manipulation and task tracking (e.g., using 'jq' to query 'prd.json').
能力评估
Purpose & Capability
The name/description (PRD authoring and tracking) align with the included JSON schema, templates, and workflows. However the references and runtime instructions assume the skill will invoke external agent CLIs (e.g., claude, opencode), perform git worktree operations, and commit code — capabilities consistent with 'implementing stories' but not explicitly declared (no required binaries, no required env vars, no config paths). The omission of expected requirements (agent CLI availability, git access) is noteworthy.
Instruction Scope
SKILL.md and references instruct agents to read and update prd.json and progress.txt (expected) but also recommend running persistent agent loops (example: while :; do claude --print --dangerously-skip-permissions ...) and to auto-checkout/create git branches and commit code. The explicit use of a --dangerously-skip-permissions flag and an infinite unattended loop grants wide autonomous power outside the skill metadata and is out-of-scope for a simple PRD authoring skill.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. This lowers installation risk.
Credentials
The skill declares no required environment variables, yet the instructions assume presence of external CLIs (claude, opencode) which typically require API keys or credentials, and also assume git credentials for creating branches and committing. The skill does not declare or justify these credentials or any config paths, creating a mismatch between declared requirements and actual instructions.
Persistence & Privilege
The skill is not force-enabled (always:false), but its documentation explicitly encourages running indefinite unattended agent loops that bypass permissions and autonomously modify a repository. That pattern increases blast radius if the user follows the instructions; combined with the instruction to skip permission checks, it is a meaningful operational risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prd-skill20260303 - 安装完成后,直接呼叫该 Skill 的名称或使用
/prd-skill20260303触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the prd skill (v1.0.0).
- Enables creation and management of Product Requirements Documents (PRDs) for feature planning.
- Supports structured user stories with acceptance criteria, prioritized task order, and schema for tracking completion.
- Provides detailed documentation and quick reference commands for working with `prd.json` files.
- Includes guidance for story sizing, ordering, and best practices for acceptance criteria and progress tracking.
元数据
常见问题
4skill 是什么?
Create and manage Product Requirements Documents by defining user stories with acceptance criteria, ordering tasks by dependencies, and tracking progress. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 4skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prd-skill20260303」即可一键安装,无需额外配置。
4skill 是免费的吗?
是的,4skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
4skill 支持哪些平台?
4skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 4skill?
由 zhao202404(@zhao202404)开发并维护,当前版本 v1.0.0。
推荐 Skills