← Back to Skills Marketplace
Ppt Agent
by
tianchangNorth
· GitHub ↗
· v1.0.1
· MIT-0
188
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install ppt-agent
Description
基于 Bento Grid + SVG 的 PPT 生成 Agent。根据用户主题生成大纲、策划稿和可编辑 SVG 三步流程,最终输出可直接拖入 PowerPoint 的矢量页面。触发场景:用户要求生成 PPT、需要制作演示文稿、制作汇报/方案/课程类 PPT 时使用。
Usage Guidance
This skill appears coherent and safe to inspect/run. Before installing or running: (1) be aware the Python script requires Pillow (PIL) and appropriate CJK fonts — the package does not provide an install step, so install dependencies yourself in a controlled environment; (2) review generated SVG output if you will import into PowerPoint (malformed SVG could cause rendering issues); (3) the skill produces textual content — review for accuracy and policy compliance when generating sensitive topics; (4) if you want zero-risk execution, run the script in an isolated environment (container/VM) and verify local dependencies rather than giving it broader system access.
Capability Analysis
Type: OpenClaw Skill
Name: ppt-agent
Version: 1.0.1
The skill bundle implements a legitimate multi-step workflow for generating SVG-based presentation slides. The Python script (scripts/generate_svg.py) is a standard utility for text wrapping and SVG generation using the Pillow library, with no network calls, shell execution, or obfuscation. The markdown instructions and system prompts (prompts/design.md, prompts/outline.md) are strictly task-oriented and do not contain any malicious instructions or evidence of prompt injection aimed at exfiltrating data or compromising the agent.
Capability Assessment
Purpose & Capability
Name/description (PPT Agent → generate editable SVG pages) match the included prompts and the generate_svg.py script. Required files (prompts, examples, script) are coherent with the stated purpose; there are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to read local prompt files, solicit style confirmations from the user, produce JSON outlines/planning, then output SVG. The instructions only reference files bundled with the skill and user inputs; they do not direct the agent to read arbitrary system files, environment variables, or to transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only) which minimizes risk, but the bundled script depends on Pillow (PIL) and system fonts. The skill does not declare dependencies or provide an installation step, so runtime may fail or require the host to install Python and Pillow manually.
Credentials
The skill requests no environment variables, credentials, or config paths. The code references common system font paths (for measuring text) but these are standard and not sensitive; they do not imply access to unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable only. The skill does not request persistent system changes or global agent configuration access in the manifest or instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ppt-agent - After installation, invoke the skill by name or use
/ppt-agent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 增加了「Step 0 — 确认风格」为流程第一步,生成前必须让用户选择主题色、主次比例、内容深度和受众对象
- 明确规定,未确认风格选项不得进行后续内容生成
- 更新了流程描述,现为4步(确认风格→大纲→策划稿→设计稿)
- 修改了使用方式和用户交互说明,使流程更加清晰
v1.0.0
- Initial release of ppt-agent: a workflow skill for generating PPT outlines, drafts, and editable SVG slides based on user topics.
- Provides a 3-step process: outline creation, planning draft, and Bento Grid SVG design.
- Outputs fully editable SVG files compatible with PowerPoint (2016+).
- Includes clear prompts and example files to guide users through the process.
- Highlights Bento Grid principles for visual clarity and layout flexibility.
Metadata
Frequently Asked Questions
What is Ppt Agent?
基于 Bento Grid + SVG 的 PPT 生成 Agent。根据用户主题生成大纲、策划稿和可编辑 SVG 三步流程,最终输出可直接拖入 PowerPoint 的矢量页面。触发场景:用户要求生成 PPT、需要制作演示文稿、制作汇报/方案/课程类 PPT 时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 188 downloads so far.
How do I install Ppt Agent?
Run "/install ppt-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ppt Agent free?
Yes, Ppt Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ppt Agent support?
Ppt Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ppt Agent?
It is built and maintained by tianchangNorth (@tianchangnorth); the current version is v1.0.1.
More Skills