PRD GENERATOR - Interactive Demo & iWiki Publish
v4.0.4PRD文档生成器(团队版) - 从需求描述一键生成完整PRD文档与HTML交互原型,支持iWiki发布
⭐ 2· 120·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (PRD generator + iWiki publish) match the included files and runtime steps: it includes generators for flow maps, a publish script, and an MCP client that targets prod.mcp.it.woa.com. Network + filesystem permissions and Python libraries (requests, optionally playwright) are consistent with generating previews, screenshots, packaging, and uploading to iWiki.
Instruction Scope
SKILL.md instructs the agent to read workspace files, produce/prerender prototypes, run included scripts (gen_flowmap.py, publish_to_iwiki.py, connect_mcp.py), copy screenshots into images/, and optionally start a local preview server. All of these actions are within the stated PRD/preview/publish scope; there are explicit constraints (e.g., must use publish_to_iwiki.py for upload) and multiple safety checkpoints described.
Install Mechanism
The skill is instruction-heavy and includes Python scripts (no opaque remote binaries). SKILL.md frontmatter contains pip install steps for requests and optional playwright; playwright's installation will download Chromium (large binary) and write to disk. Registry metadata claimed 'No install spec', but SKILL.md includes install steps — minor inconsistency to be aware of.
Credentials
Only one credential is referenced (TAI_PAT_TOKEN) and it is optional per SKILL.md; it is used only for Authorization to the MCP server (publish step). The included scripts use the token in HTTP headers and do not persist or forward it elsewhere. No unrelated credentials or broad secret access are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It requires normal filesystem access to create PRD files and images in the workspace and network access to call the iWiki MCP endpoint — both are consistent with its function.
Assessment
This skill is internally consistent with its stated purpose. Before installing or using it, consider: 1) Only provide TAI_PAT_TOKEN if you trust the skill and the iWiki MCP endpoint; the token grants the ability to create/update pages under your account—use a least-privilege token if possible. 2) The optional Playwright install will download Chromium and write files to disk; skip it if you don't need automatic screenshots. 3) The package includes scripts that will read your workspace (PRD files, screenshots) and may run them locally — review scripts (connect_mcp.py, publish_to_iwiki.py, gen_flowmap.py) yourself if you have concerns. 4) There is a minor metadata inconsistency: registry said no install spec while SKILL.md contains pip install steps — expect the skill to attempt Python dependency installation as described. If you only need PRD drafting (no publish), you can avoid setting TAI_PAT_TOKEN and skip Playwright to reduce risk.Like a lobster shell, security has layers — review code before you run it.
latestvk975f92y1q5v3ftpwy23z3k79h83wp78
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Environment variables
TAI_PAT_TOKENoptional— 太湖平台个人令牌(PAT),用于iWiki MCP API发布PRD文档。获取方式: https://tai.it.woa.com/user/pat