← 返回 Skills 市场
xiangzhanyou

openclaw-ppt-generator

作者 xiangzhanyou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1863
总下载
1
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-ppt-generator
功能描述
Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source.
安全使用建议
This skill appears to do exactly what it says: generate .pptx files locally. Before installing/running: (1) ensure python3 and the python-pptx package are installed in the environment (pip install python-pptx), (2) review the output path you provide to avoid overwriting important files, and (3) run the script in a restricted directory if you're cautious. No network or credential access is requested, but as always inspect included code and run in a safe environment if you are unsure.
功能分析
Type: OpenClaw Skill Name: openclaw-ppt-generator Version: 1.0.0 The skill bundle is a legitimate utility for generating PowerPoint presentations locally using the python-pptx library. Analysis of scripts/generate_ppt.py and SKILL.md shows the code performs as described without any evidence of data exfiltration, unauthorized network access, or malicious prompt injection. While the script lacks strict path validation for the output file path, this is a common minor vulnerability rather than an indicator of malicious intent.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: the script generates .pptx files locally using python-pptx and requires only python3 to run. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to collect title/content from the user, run the included Python script with arguments, and return the generated file path. The script performs only local file creation and parsing of the provided content format; it does not read unrelated files, environment variables, or contact external endpoints.
Install Mechanism
There is no install spec (instruction-only), which is low risk. Minor omission: SKILL.md and the script rely on the python-pptx package, but the manifest does not declare how to install that dependency (no pip instruction). This is a usability/packaging note rather than a security concern.
Credentials
The skill requires no environment variables or credentials. The script doesn't access secrets or external service tokens. Requested permissions are proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills/config. Autonomous invocation is allowed by default but the skill's operations are local and limited to generating a file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-ppt-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-ppt-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-ppt-generator. - Generate PowerPoint (.pptx) files locally using the open source python-pptx library. - Does not require third-party API calls or API keys. - Supports slide content with titles, text, and bullet lists. - Simple command-line usage with flexible content formatting options. - Returns the file path of the generated PPT.
元数据
Slug openclaw-ppt-generator
版本 1.0.0
许可证 MIT-0
累计安装 10
当前安装数 9
历史版本数 1
常见问题

openclaw-ppt-generator 是什么?

Generate PPT documents using Python and python-pptx. No third-party API calls, fully open source. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1863 次。

如何安装 openclaw-ppt-generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-ppt-generator」即可一键安装,无需额外配置。

openclaw-ppt-generator 是免费的吗?

是的,openclaw-ppt-generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openclaw-ppt-generator 支持哪些平台?

openclaw-ppt-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openclaw-ppt-generator?

由 xiangzhanyou(@xiangzhanyou)开发并维护,当前版本 v1.0.0。

💬 留言讨论