← 返回 Skills 市场
PPT生成与修改
作者
zicheng354-tech
· GitHub ↗
· v1.0.0
· MIT-0
79
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt-generate-and-edit
功能描述
Generate and edit PowerPoint files with python-pptx, including slide creation, text replacement, and image replacement while preserving layout. Use when the...
安全使用建议
This skill appears coherent and limited to local PPT creation/editing. Things to consider before installing: (1) It writes files to local dirs (ppt_skill/output and ppt_skill/generated_images) and saves replace logs — run it in a sandbox or workspace you control. (2) Image generation is a harmless mock by default (a 1x1 PNG); integrating real backends (DALL·E/Stable Diffusion) is not implemented and would require adding API credentials — review that code and any added env vars carefully if you enable those backends. (3) Installation requires python-pptx via pip; review and vet dependencies in your environment. (4) If you need stricter guarantees, inspect the code locally (it’s small and readable) or run it with limited filesystem permissions. Overall, there are no signals of credential exfiltration, network calls, or unexpected behavior in the provided code and instructions.
能力标签
能力评估
Purpose & Capability
Name/description (PPT generation & editing) match the code and SKILL.md. The modules implement create_ppt, update_ppt, image generation (mock), and utilities. Required dependencies (python-pptx in requirements.txt) are appropriate for manipulating PPTX files.
Instruction Scope
SKILL.md and public APIs only describe creating/updating PPTs, and the code follows that: text replacement, image replacement preserving layout, and returning output paths and logs. The instructions and code read and write files under local directories (e.g., ppt_skill/output, ppt_skill/generated_images) which is expected for this functionality. No instructions attempt to read unrelated system files, environment variables, or contact external endpoints.
Install Mechanism
This is an instruction/code bundle with no install spec; it includes requirements.txt listing python-pptx only. That dependency is proportionate and expected. There are no downloads from arbitrary URLs or extract/install steps that would write arbitrary code to disk.
Credentials
The skill requests no environment variables, no credentials, and accesses no external secrets. Image backends for DALL·E/Stable Diffusion are noted as TODO and currently raise NotImplementedError; the default mock backend is deterministic and local. No disproportionate access to unrelated services is requested.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill writes output PPTX, generated images, and a JSON replace log to local directories under the package workspace; it uses non-overwriting filenames. It does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ppt-generate-and-edit - 安装完成后,直接呼叫该 Skill 的名称或使用
/ppt-generate-and-edit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ppt-generate-and-edit skill.
- Generate PowerPoint files from structured input with customizable slides and optional AI-generated images.
- Update existing PPT files by replacing text and images while preserving original slide layouts.
- Modular Python structure with separate modules for creation, editing, image services, and utilities.
- Simple API for agents with clear input/output specifications.
元数据
常见问题
PPT生成与修改 是什么?
Generate and edit PowerPoint files with python-pptx, including slide creation, text replacement, and image replacement while preserving layout. Use when the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。
如何安装 PPT生成与修改?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ppt-generate-and-edit」即可一键安装,无需额外配置。
PPT生成与修改 是免费的吗?
是的,PPT生成与修改 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PPT生成与修改 支持哪些平台?
PPT生成与修改 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PPT生成与修改?
由 zicheng354-tech(@zicheng354-tech)开发并维护,当前版本 v1.0.0。
推荐 Skills