← 返回 Skills 市场
108
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pptx-posters
功能描述
Generate PowerPoint presentations and academic posters from paper abstracts or full paper content, with automatic layout optimization and citation formatting.
安全使用建议
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 prepared to install python-pptx (pip install python-pptx) and inspect/execute the generated generator script safely.
- Expect the skill to be incomplete; ask the publisher for an updated version that includes PDF parsing, citation handling, and explicit dependency declarations (or include a requirements.txt).
- Because the mismatch appears like incomplete/unfinished implementation rather than malicious behavior, it's reasonably safe to test on non-sensitive sample documents, but avoid uploading confidential PDFs until you confirm the tool's actual behavior.
What would change this assessment: discovering that a later/alternate version includes robust PDF parsing code (with clear dependency declarations), explicit citation-formatting implementation, and no hidden network calls would make the skill coherent and could raise the verdict to benign.
功能分析
Type: OpenClaw Skill
Name: pptx-posters
Version: 1.0.0
The pptx-posters skill is designed to generate PowerPoint outlines and basic generation scripts from academic abstracts or papers. The Python script (scripts/main.py) implements simple template logic and can optionally generate a secondary Python script using the python-pptx library, but it does not perform any unauthorized execution, data exfiltration, or network activity. The instructions in SKILL.md are well-structured and include clear safety boundaries to prevent the agent from fabricating research content.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pptx-posters - 安装完成后,直接呼叫该 Skill 的名称或使用
/pptx-posters触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of pptx-posters.
- Generate PowerPoint presentations and academic posters from abstracts or full paper PDFs.
- Automatic layout optimization and academic citation formatting included.
- Supports customization of design templates (academic, minimal, colorful) and output format (poster, slides).
- Comprehensive input validation and detailed error handling for incomplete or unsupported requests.
- Output includes .pptx file, layout recommendations, and design guidelines.
元数据
常见问题
Slide Outline Generator 是什么?
Generate PowerPoint presentations and academic posters from paper abstracts or full paper content, with automatic layout optimization and citation formatting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Slide Outline Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pptx-posters」即可一键安装,无需额外配置。
Slide Outline Generator 是免费的吗?
是的,Slide Outline Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slide Outline Generator 支持哪些平台?
Slide Outline Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slide Outline Generator?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills