← 返回 Skills 市场
335
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-ppt-generator
功能描述
Generate PowerPoint (.pptx) files from Markdown input. Use when user requests a PPT to be created or exported.
安全使用建议
This skill appears internally consistent and low-risk, but before installing: review the included generate_ppt.py (which you have), ensure python-pptx is installed in a controlled environment, and only run the script on Markdown files you trust (it will read any file path you pass and write the specified output). Note the script performs simple parsing (split on '---') and does not fetch remote resources or handle images—expect limited Markdown feature support.
功能分析
Type: OpenClaw Skill
Name: skill-ppt-generator
Version: 1.0.0
The skill is a legitimate utility for converting Markdown files into PowerPoint presentations. The Python script (generate_ppt.py) uses the standard python-pptx library to parse text and generate slides, and the instructions in SKILL.md are consistent with this purpose. There are no signs of malicious intent, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description match the implementation: a small Python script using python-pptx to convert Markdown slides (separated by '---') into a PPTX. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs running the included script with an input Markdown file and an output PPTX file. The instructions only reference those files and the python-pptx dependency; they do not ask the agent to read other files, environment variables, or send data externally.
Install Mechanism
There is no automated install spec (instruction-only). This minimizes install risk. The only dependency is python-pptx, which must be installed in the environment manually; no remote downloads or extract steps are included in the skill bundle.
Credentials
The skill requires no environment variables, credentials, or config paths. This is proportionate to the simple file-processing task the skill performs.
Persistence & Privilege
The skill does not request persistent/always-on presence and does not modify system or other-skill settings. It runs the included script on demand and writes only the specified output file.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-ppt-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-ppt-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ppt-generator skill.
- Automatically creates PowerPoint (.pptx) files from structured Markdown input.
- Supports slide separation using "---" in Markdown.
- Processes user requests for creating or exporting presentations as PPT files.
- Requires python-pptx library and Python 3.7+ environment.
元数据
常见问题
Skill Ppt Generator 是什么?
Generate PowerPoint (.pptx) files from Markdown input. Use when user requests a PPT to be created or exported. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 335 次。
如何安装 Skill Ppt Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-ppt-generator」即可一键安装,无需额外配置。
Skill Ppt Generator 是免费的吗?
是的,Skill Ppt Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Ppt Generator 支持哪些平台?
Skill Ppt Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Ppt Generator?
由 mlnmg2020(@mlnmg2020)开发并维护,当前版本 v1.0.0。
推荐 Skills