← 返回 Skills 市场
benjaminlee

Image to Editable PPT Slide

作者 benjaminlee · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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 .pptx and 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

  1. 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
  2. Choose structure

    • Single image → one editable slide
    • Multiple images/pages → multi-slide deck, usually one source image per slide unless the user asks otherwise
  3. 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
  4. Use helpers

    • scripts/pptx_rebuilder.py builds a deck from a JSON spec
    • scripts/generate_spec_template.py generates a starter JSON template for one or more slides
  5. Refine

    • Tighten spacing, font sizes, colors, line widths, corner radii, and proportions
    • If needed, do a second pass before presenting the result
  6. Deliver

    • Tell the user where the .pptx, generator script, and/or JSON spec were saved
    • Mention any approximations if the match is not exact

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-pptx and 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
安全使用建议
This skill appears coherent and local-only, but do the following before running it: (1) inspect the two Python scripts yourself (they are short and readable) to confirm they match what's described; (2) install python-pptx in a controlled environment (virtualenv) before use; (3) run the scripts on non-sensitive images first to verify output; (4) note that the skill reads local images and writes PPTX/JSON files—do not use it on images containing secrets you cannot expose; and (5) if you plan to publish via ClawHub, verify your ClawHub authentication separately. If you want stronger assurance, run the scripts in an isolated container or VM.
功能分析
Type: OpenClaw Skill Name: image-to-editable-ppt-slide Version: 1.0.0 The skill bundle provides a legitimate utility for converting images into editable PowerPoint presentations using the python-pptx library. The Python scripts (scripts/pptx_rebuilder.py and scripts/generate_spec_template.py) perform local file operations consistent with their stated purpose and do not exhibit any signs of data exfiltration, malicious execution, or obfuscation. The instructions in SKILL.md are well-defined and align with the intended functionality.
能力评估
Purpose & Capability
Name/description match the included scripts and SKILL.md. The package contains a JSON spec generator and a python-pptx-based builder which are exactly what you'd expect for converting images into editable PPTX slides; no unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs only local operations: inspect images, create JSON specs, run the included Python scripts, refine, and save output. It does not direct reading unrelated system files, calling external endpoints, or exfiltrating data. It does mention committing updates as a workflow suggestion but doesn't include any scripts that perform git or network operations.
Install Mechanism
There is no install spec (instruction-only runtime with shipped scripts), so nothing is automatically downloaded or executed. The scripts rely on the python-pptx library but the skill does not declare or install that dependency; the user should install python-pptx in their environment before running. Overall installation risk is low since no external archives/URLs are fetched by the skill.
Credentials
No environment variables, credentials, or config paths are required or referenced. The two scripts explicitly document they access only local input/output files and no external endpoints.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install image-to-editable-ppt-slide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /image-to-editable-ppt-slide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release with editable single-slide and multi-slide reconstruction workflows, a reusable JSON-to-PPTX builder, and a starter spec generator for turning reference images into matching editable PowerPoint decks.
元数据
Slug image-to-editable-ppt-slide
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Image to Editable PPT Slide?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install image-to-editable-ppt-slide」即可一键安装,无需额外配置。

Image to Editable PPT Slide 是免费的吗?

是的,Image to Editable PPT Slide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Image to Editable PPT Slide 支持哪些平台?

Image to Editable PPT Slide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Image to Editable PPT Slide?

由 benjaminlee(@benjaminlee)开发并维护,当前版本 v1.0.0。

💬 留言讨论