← Back to Skills Marketplace
178
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install pptmagic-ppt-creator
Description
Use Banana Slides / pptmagic-compatible project APIs to create, continue, and export presentation decks from an idea, outline, or page-by-page description. T...
Usage Guidance
This skill will send the user's presentation prompts, page descriptions, and any uploaded template assets to the hard-coded endpoint https://openclaw-nopass.pptmagic.tech/. That is expected for this skill's function but is a privacy risk if the content is sensitive. Before using: (1) avoid sending regulated or confidential material to this public deployment unless you trust the operator and have reviewed their data handling policies; (2) if an operator-provided access code is available, use PPTMAGIC_ACCESS_CODE instead of relying on an unauthenticated endpoint; (3) confirm exported URLs returned by the API are legitimate before sharing; (4) if you need stronger privacy guarantees, run a trusted/self-hosted pptmagic/Banana Slides deployment or request a private endpoint from the operator.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the SKILL.md describes calling a pptmagic/Banana Slides API to create/continue/export projects. The only declared optional credential (PPTMAGIC_ACCESS_CODE) is appropriate for controlling access to that service. There are no unrelated environment variables, binaries, or install steps requested.
Instruction Scope
Instructions are narrowly scoped to creating projects, generating outlines/descriptions/images, polling tasks, inspecting project state, and exporting results from the external API. The skill explicitly states it will send prompts, outlines, and uploaded template assets to the public deployment and cautions about sensitive content—this behavior is expected for the stated purpose.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded during install. This is the lowest-risk install model and is consistent with an API-invocation utility.
Credentials
No required environment variables; a single optional PPTMAGIC_ACCESS_CODE is declared and used solely to populate X-Access-Code when the operator provides it. The number and nature of env vars are proportionate to the skill's needs.
Persistence & Privilege
always:false (default) and no requests to modify system or other skills' configs. The skill can be invoked autonomously by the agent (platform default) but does not request elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pptmagic-ppt-creator - After installation, invoke the skill by name or use
/pptmagic-ppt-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
Remove required credential mismatch and strengthen public-endpoint privacy guidance
v1.0.3
Clarify public endpoint privacy, declare optional access code, and document controlled-access mode
v1.0.2
Use fixed openclaw-nopass endpoint and remove obsolete auth/device parameters
v1.0.1
Declare required PPTMAGIC_* environment variables and clarify access-code scope
v1.0.0
Initial public release for Banana Slides / pptmagic PPT creation workflow
Metadata
Frequently Asked Questions
What is PPTMagic Official PPT Creator?
Use Banana Slides / pptmagic-compatible project APIs to create, continue, and export presentation decks from an idea, outline, or page-by-page description. T... It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install PPTMagic Official PPT Creator?
Run "/install pptmagic-ppt-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PPTMagic Official PPT Creator free?
Yes, PPTMagic Official PPT Creator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PPTMagic Official PPT Creator support?
PPTMagic Official PPT Creator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PPTMagic Official PPT Creator?
It is built and maintained by kevin808 (@kevin808); the current version is v1.0.4.
More Skills