Image to Editable PPT Slide
/install image-to-editable-ppt-slide
Image to Editable PPT Slide
Convert a reference image into a visually matching editable PowerPoint slide or deck.
Use this skill when
- the user wants an image turned into an editable PPT/PPTX slide
- the source is a flowchart, infographic, dashboard, process diagram, or designed slide
- fidelity matters and the result should closely match the source
- the user wants multiple source images recreated as a multi-slide deck
Core rules
- Rebuild the slide with editable text boxes, shapes, lines, fills, and layout
- Do not default to placing the whole image as a flat background unless the user explicitly asks for that
- Save both the generated
.pptxand the script/spec used to create it - Do at least one refinement pass when visual fidelity matters
- Commit updates in the workspace after edits
Workflow
-
Inspect the image(s)
- Identify aspect ratio, title, sections, cards, arrows, connectors, icons, labels, and palette
- Note alignment, spacing, font weight, repeated motifs, and line thickness
-
Choose structure
- Single image → one editable slide
- Multiple images/pages → multi-slide deck, usually one source image per slide unless the user asks otherwise
-
Build with editable primitives
- Use
python-pptx - Prefer rectangles, rounded rectangles, chevrons, circles, arrows, lines, and text boxes
- Approximate unknown fonts with standard installed fonts
- Use
-
Use helpers
scripts/pptx_rebuilder.pybuilds a deck from a JSON specscripts/generate_spec_template.pygenerates a starter JSON template for one or more slides
-
Refine
- Tighten spacing, font sizes, colors, line widths, corner radii, and proportions
- If needed, do a second pass before presenting the result
-
Deliver
- Tell the user where the
.pptx, generator script, and/or JSON spec were saved - Mention any approximations if the match is not exact
- Tell the user where the
File pattern
For one-off jobs, create:
make_\x3Cname>.py\x3CName>_editable.pptx- optional:
\x3Cname>_spec.json
For repeated use, adapt the reusable scripts in scripts/.
Multi-slide deck guidance
- Keep slide size consistent across the deck
- Usually map one reference image to one slide
- Reuse colors, text styles, and spacing where slides belong to the same presentation
- If slides differ a lot, treat each slide as its own reconstruction while keeping the deck coherent
External Endpoints
This skill itself does not call any external APIs or web services.
| Endpoint | Purpose | Data sent |
|---|---|---|
| None | N/A | Nothing leaves the machine by default |
Security & Privacy
- By default, this skill works locally with
python-pptxand local files only - It reads local image/reference material and writes local
.pptx,.json, and helper script files - It does not require credentials or network access for its built-in helpers
- If a future adaptation adds external APIs, document every endpoint and every environment variable before publishing
Model Invocation Note
OpenClaw may invoke this skill autonomously when the request matches its description. That is normal skill behavior. If the user wants to avoid autonomous invocation, they can ask for a manual or one-off approach instead.
Trust Statement
By using this skill, you are trusting the local helper scripts in this package to read local spec/input files and write local PowerPoint output files. This packaged version does not send data to third-party services. Only install it if you trust the skill contents and your execution environment.
ClawHub-ready note
This skill folder is structured so it can be published with clawhub publish once authenticated. If publishing is requested, verify clawhub whoami first.
Quality bar
Good:
- text and shapes are individually editable
- visual hierarchy matches the source at normal viewing size
- spacing, colors, and proportions are close enough to feel effectively identical
Bad:
- whole image pasted as one picture
- major layout drift or incorrect proportions
- unnecessary conversion of text into non-editable elements
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install image-to-editable-ppt-slide - After installation, invoke the skill by name or use
/image-to-editable-ppt-slide - Provide required inputs per the skill's parameter spec and get structured output
What is Image to Editable PPT Slide?
Rebuild one or more reference images as visually matching editable PowerPoint slides using native shapes, text, fills, and layout instead of a flat screensho... It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install Image to Editable PPT Slide?
Run "/install image-to-editable-ppt-slide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Image to Editable PPT Slide free?
Yes, Image to Editable PPT Slide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Image to Editable PPT Slide support?
Image to Editable PPT Slide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Image to Editable PPT Slide?
It is built and maintained by benjaminlee (@benjaminlee); the current version is v1.0.0.