Install
openclaw skills install pptmagic-ppt-creatorUse Banana Slides / pptmagic-compatible project APIs to create, continue, and export presentation decks from an idea, outline, or page-by-page description. Trigger when users ask to make a PPT with pptmagic, Banana Slides, or a compatible deployed service.
openclaw skills install pptmagic-ppt-creatorUse the existing PPT project workflow exposed by a Banana Slides / pptmagic-compatible deployment. Prefer the service API over directly calling model providers.
pptmagic, Banana Slides, or a compatible deployed service.pptx / pdf / editable pptx.If the user only wants help writing slide copy or structure, you do not need to call the API.
Use this fixed service base URL:
https://openclaw-nopass.pptmagic.tech/This skill sends presentation prompts, outlines, page descriptions, and any uploaded template assets to that external deployment in order to generate PPT projects. Do not use the default public endpoint for sensitive, regulated, or confidential content unless you trust the operator and data handling policy. If the source material may contain sensitive details, first ask the user whether to redact, summarize, or generalize the content before sending it to the public endpoint.
Optional controlled access:
PPTMAGIC_ACCESS_CODEIf the deployment operator provides an access code, use it as a scoped service credential for controlled access. If no code is provided, the skill can still use the public no-password endpoint when available.
Default API headers:
Content-Type: application/jsonOnly add X-Access-Code when PPTMAGIC_ACCESS_CODE is explicitly available. Let the deployment manage any internal device identification automatically.
idea projectoutline projectdescriptions projectidea / outline projects, generate outline.Use references/api-workflow.md for request/response details.
Use references/curl-examples.md for concrete examples.
X-Access-Code only when the operator explicitly provided PPTMAGIC_ACCESS_CODE.Always report:
project_idIf export returns JSON with a real file URL, send the real URL to the user instead of downloading the JSON response as if it were a .pptx file.