📦 Slide Outline Generator — 一键生成PPT
v1.0.0输入论文摘要或全文,即可自动生成排版优化的 PowerPoint 演示文稿及学术海报,并自动完成引用格式整理,节省科研汇报准备时间。
0· 86·0 当前·0 累计
下载技能包
最后更新
2026/4/1
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill's documentation promises full PDF parsing, validation, and automated .pptx generation, but the included code only produces textual outlines and can write a separate python script that would require you to install python-pptx and run it manually. Before installing or using it:
- Do not assume it will parse PDFs: the --paper option is accepted but not implemented. If you plan to feed PDFs, verify locally whether PDF parsing is actually performed.
- If you need real .pptx output, be p...详细分析 ▾
⚠ 用途与能力
The skill's name and README claim end-to-end generation from abstracts or PDFs into .pptx files with layout optimization and citation formatting. The provided script, however, only: (a) parses a plain-text abstract with a trivial parse_abstract stub, (b) prints textual outlines, and (c) optionally writes a separate python script that would use python-pptx. There is no PDF parsing or citation formatting implementation despite the documentation promising PDF validation and specific error messages. This is a capability mismatch — the requested capabilities (PDF parsing, citation formatting, automated .pptx creation) are not present in the code.
ℹ 指令范围
SKILL.md instructs a workflow that includes PDF validation, explicit error messages for encrypted/image-only PDFs, and generating .pptx output. The runtime instructions to run py_compile and --help are harmless. However, the SKILL.md's promised PDF validation and error-handling are not actually implemented in scripts/main.py (the script accepts --paper but does not parse PDFs). The instructions are therefore aspirational and grant the agent rights to request/validate PDFs that the code cannot handle, which could cause confusion or extra data collection attempts.
✓ 安装机制
No install spec is provided (instruction-only with a small Python script). Nothing is downloaded or installed automatically by the skill itself, which minimizes install-time risk.
✓ 凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The code does not read environment variables or access external services. Credential or secret access is not requested, which is proportional to the (limited) functionality.
✓ 持久化与权限
The skill is not marked always:true and doesn't request persistent presence or system-wide configuration changes. It does not write to system configs; it only writes an optional generator file into the current working directory when --generate-code is used.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/1
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install pptx-posters
镜像加速npx clawhub@latest install pptx-posters --registry https://cn.longxiaskill.com