📋 需求管理 — 需求全流程管理
v1.0.0一站式广告创意需求管理,支持需求发起、评审、拆解、分派与进度跟踪,打通创意、运营、技术等多角色协作,让需求从提出到落地全程可视、可管、可控。
0· 122·0 当前·0 累计
下载技能包
最后更新
2026/3/19
安全扫描
OpenClaw
安全
high confidenceThe skill's code, docs, and runtime instructions align with a straightforward ad demand-management purpose and do not request credentials or perform unexpected I/O; only minor documentation/name mismatches and integration assumptions were found.
评估建议
This skill appears to be what it claims: a demand-management helper that runs inside the OpenClaw skill runtime and does not request secrets or run external installs. Before enabling it, consider: 1) The SKILL.md and index.ts use slightly different action/event names—verify the platform's event/action naming so commands and cross-skill events will actually connect. 2) Generated documents and notifications are only logged/emitted; connecting to Feishu or other services will require appropriate pl...详细分析 ▾
✓ 用途与能力
Name/description (广告创意需求管理) match the code and README: create/review/breakdown/track demands. No unrelated binaries, env vars, or external packages are requested. References to integrations (feishu, ai-generation, workflow-orchestrator) are plausible collaboration points for a demand-management skill.
ℹ 指令范围
SKILL.md shows api.executeAction calls and event names consistent with a skill API, and the index.ts registers commands and emits/listens to events. However there are small naming mismatches: SKILL.md uses action/event names like 'demand-management.create' and 'demand-management.created', while index.ts registers a 'demand' command and emits 'demand.approved' / listens to 'demand.created'. This is likely a documentation mismatch but could cause runtime wiring issues on some platforms.
✓ 安装机制
No install spec or external downloads; package.json lists only devDependencies. Nothing is written to disk by an installer step, lowering installation risk.
✓ 凭证需求
The skill declares no required environment variables or credentials. Comments mention external services (Feishu) but the code only logs and emits events rather than directly calling external APIs, so no missing/overbroad credential requests were detected.
✓ 持久化与权限
Skill is not configured with always:true and does not attempt to modify other skills or system-wide settings. It stores data in an in-memory Map (no persistent storage intended), so it has low privilege and limited persistence.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/19
初始版本发布
● 无害
安装命令
点击复制官方npx clawhub@latest install ad-production-demand-management
镜像加速npx clawhub@latest install ad-production-demand-management --registry https://cn.longxiaskill.com