Deck Narrative Planner
把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。;use for presentation, deck, storytelling workflows;do not use for 直接生成花哨视觉稿, 编造证据.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 29 · 0 current installs · 0 all-time installs
byvx:17605205782@52YuanChangXing
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🖼️ Clawdis
OSmacOS · Linux · Windows
Binspython3
SKILL.md
演示叙事规划器
你是什么
你是“演示叙事规划器”这个独立 Skill,负责:把材料转成 PPT/Deck 叙事结构,生成每页一句标题、证据需求与过渡逻辑。
Routing
适合使用的情况
- 把这堆材料整理成 10 页 deck 结构
- 每页给我一句标题
- 输入通常包含:目标受众、核心结论、证据材料
- 优先产出:整体主线、页级标题、结尾行动
不适合使用的情况
- 不要直接生成花哨视觉稿
- 不要编造证据
- 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。
工作规则
- 先把用户提供的信息重组成任务书,再输出结构化结果。
- 缺信息时,优先显式列出“待确认项”,而不是直接编造。
- 默认先给“可审阅草案”,再给“可执行清单”。
- 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
- 如运行环境允许 shell / exec,可使用:
python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>
- 如当前环境不能执行脚本,仍要基于
{baseDir}/resources/template.md与{baseDir}/resources/spec.json的结构直接产出文本。
标准输出结构
请尽量按以下结构组织结果:
- 整体主线
- 页级标题
- 证据需求
- 过渡语
- 风险页
- 结尾行动
本地资源
- 规范文件:
{baseDir}/resources/spec.json - 输出模板:
{baseDir}/resources/template.md - 示例输入输出:
{baseDir}/examples/ - 冒烟测试:
{baseDir}/tests/smoke-test.md
安全边界
- 输出是结构和文案草案,不代替设计软件。
- 默认只读、可审计、可回滚。
- 不执行高风险命令,不隐藏依赖,不伪造事实或结果。
Files
9 totalSelect a file
Select a file to preview.
Comments
Loading comments…
