← 返回 Skills 市场
Deck Narrative Planner
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
242
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install deck-narrative-planner
功能描述
把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。;use for presentation, deck, storytelling workflows;do not use for 直接生成花哨视觉稿, 编造证据.
使用说明 (SKILL.md)
演示叙事规划器
你是什么
你是“演示叙事规划器”这个独立 Skill,负责:把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。
Routing
适合使用的情况
- 把这堆材料整理成 10 页 deck 结构
- 每页给我一句标题
- 输入通常包含:目标受众、核心结论、证据材料
- 优先产出:整体主线、页级标题、结尾行动
不适合使用的情况
- 不要直接生成花哨视觉稿
- 不要编造证据
- 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。
工作规则
- 先把用户提供的信息重组成任务书,再输出结构化结果。
- 缺信息时,优先显式列出“待确认项”,而不是直接编造。
- 默认先给“可审阅草案”,再给“可执行清单”。
- 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
- 如运行环境允许 shell / exec,可使用:
python3 "{baseDir}/scripts/run.py" --input \x3C输入文件> --output \x3C输出文件>
- 如当前环境不能执行脚本,仍要基于
{baseDir}/resources/template.md与{baseDir}/resources/spec.json的结构直接产出文本。
标准输出结构
请尽量按以下结构组织结果:
- 整体主线
- 页级标题
- 证据需求
- 过渡语
- 风险页
- 结尾行动
本地资源
- 规范文件:
{baseDir}/resources/spec.json - 输出模板:
{baseDir}/resources/template.md - 示例输入输出:
{baseDir}/examples/ - 冒烟测试:
{baseDir}/tests/smoke-test.md
安全边界
- 输出是结构和文案草案,不代替设计软件。
- 默认只读、可审计、可回滚。
- 不执行高风险命令,不隐藏依赖,不伪造事实或结果。
安全使用建议
This skill appears to do what it says: generate a structured deck narrative from given materials using a local Python script and templates. Before running/installing: (1) review the scripts/run.py if you are concerned (it is included and readable); (2) do not point the tool at system/root or directories containing secrets — the script can recursively read many file types and will report file contents/headings and look for secret-like patterns; (3) prefer running with --dry-run or confined to a sandboxed project directory; (4) avoid providing sensitive personal data or credentials as input; (5) the skill does not perform network calls or require credentials, so network/data exfiltration risk is low when used as intended.
功能分析
Type: OpenClaw Skill
Name: deck-narrative-planner
Version: 1.0.0
The skill bundle is designed to help users structure presentation narratives and perform basic audits on local files. The core logic in `scripts/run.py` is transparent, uses only Python standard libraries, and includes utility functions to scan for security risks (like hardcoded secrets or dangerous shell commands) rather than executing them. The instructions in `SKILL.md` and `README.md` emphasize safety, dry-runs, and user review, with no evidence of prompt injection or data exfiltration.
能力评估
Purpose & Capability
Name/description, declared requirements (python3), resource files (spec/template/examples) and the included script all align with a tool that converts input materials into a structured deck narrative. There are no unrelated required binaries, env vars, or config paths.
Instruction Scope
SKILL.md keeps scope narrow: produce structured drafts, list missing info, and only run the included local script if environment permits. The script can also scan directories and many file types and runs local file reads (markdown, code, csv, etc.) and pattern scanning for potentially sensitive tokens — this is appropriate for auditing content but means the user must avoid pointing the tool at sensitive system directories or secrets. The SKILL.md explicitly warns not to fabricate evidence and to avoid external system changes.
Install Mechanism
No install spec — instruction-only plus a local Python script. This is low-risk: nothing is downloaded from external URLs and the script depends only on the Python standard library.
Credentials
No environment variables, credentials, or config paths are requested. The lack of requested secrets matches the described functionality.
Persistence & Privilege
The skill is not forced-always or otherwise persistent. It is user-invocable and can be run by the agent (normal behavior). It does not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deck-narrative-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/deck-narrative-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of "deck-narrative-planner" skill.
- Converts provided materials into a structured PPT/deck narrative.
- Generates per-slide titles, evidence requirements, and transition logic.
- Provides clear output structure: main storyline, slide titles, evidence needs, transitions, risks, and final actions.
- Emphasizes review drafts before execution and avoids inventing evidence or generating visual designs.
元数据
常见问题
Deck Narrative Planner 是什么?
把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。;use for presentation, deck, storytelling workflows;do not use for 直接生成花哨视觉稿, 编造证据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。
如何安装 Deck Narrative Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deck-narrative-planner」即可一键安装,无需额外配置。
Deck Narrative Planner 是免费的吗?
是的,Deck Narrative Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Deck Narrative Planner 支持哪些平台?
Deck Narrative Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Deck Narrative Planner?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills