PPT Polish

v1.0.0

Rebuild, beautify, and optimize editable PowerPoint flowcharts, topology diagrams, architecture diagrams, and process visuals from existing PPT/PPTX files or...

0· 111·0 current·0 all-time
byxuyongliang@xuyongliang-eccom

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xuyongliang-eccom/ppt-polish.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "PPT Polish" (xuyongliang-eccom/ppt-polish) from ClawHub.
Skill page: https://clawhub.ai/xuyongliang-eccom/ppt-polish
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ppt-polish

ClawHub CLI

Package manager switcher

npx clawhub@latest install ppt-polish
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (rebuild/beautify PPT diagrams) matches the provided SKILL.md, references, and a single Python script that extracts text and reconstructs a topology slide. Required capabilities (reading a PPTX and writing a rebuilt PPTX) are consistent with the skill's purpose.
Instruction Scope
SKILL.md describes only PPT/diagram processing workflows and points to bundled reference SOPs. The runtime behavior (the included script) reads the provided PPTX and writes a new PPTX; it does not access external endpoints, environment variables, or unrelated files. It operates on content the user supplies, which is expected for this skill.
Install Mechanism
The skill is instruction-only (no install spec), but the included script depends on python-pptx (and a Python runtime). The package metadata does not declare this dependency; the environment must provide Python and the python-pptx library for the script to run. No remote downloads or unusual install behavior are present.
Credentials
No environment variables, credentials, or config paths are requested. The script only reads the user-supplied PPTX file and writes an output PPTX; this is proportionate to the declared purpose.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It is a user-invocable tool that operates on input files and writes outputs—normal, limited persistence.
Assessment
This skill appears coherent and focused on rebuilding diagram slides. Before installing or running it, ensure your agent/environment has Python and the python-pptx package available (the script uses pptx). Note the script: (1) extracts text from the first slide's XML via regex (may miss some text encodings or complex shapes), (2) classifies items using Chinese keyword heuristics (may misclassify non-Chinese content), and (3) writes a single rebuilt slide with hard-coded layout/font choices (it uses 'Microsoft YaHei' which may not exist on all systems). The skill does not contact external servers or ask for secrets, but you should still test it on non-sensitive presentations first to confirm behavior and output formatting in your environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dbf4exqsma0xq6d2mrg1v01845dtw
111downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

PPT Polish

Optimize diagram-heavy PPT pages so they become clearer, more editable, and more presentation-ready.

Prefer rebuilding structure over cosmetic tweaks when the original slide is messy. The goal is not just “make it prettier”, but “make it readable, editable, and reusable”.

Core workflow

  1. Identify the source form

    • Existing editable PPT/PPTX slide
    • Screenshot/image of a diagram
    • Mixed case: image already placed inside a PPT
  2. Classify the diagram

    • Flowchart / process map
    • System topology / architecture diagram
    • Org / hierarchy diagram
    • Dense infographic-like technical diagram
  3. Preserve the information structure

    • Extract layers, groups, nodes, and major relationships first
    • Decide what is primary path vs supporting path
    • Do not start from colors or decoration
  4. Rebuild or polish in PowerPoint

    • If the slide is already editable and structurally decent, adjust layout/style directly
    • If the slide is messy or image-based, reconstruct shapes/text/connectors instead of polishing the pasted image
  5. Final quality pass

    • Improve readability for presentation
    • Ensure all important items remain editable
    • Reduce visual noise and accidental line crossings

Decision rules

When polishing an existing PPT

Prefer direct editing when:

  • Text is already editable
  • Shapes are mostly separable
  • Layout is salvageable

Prefer rebuilding on a new slide when:

  • The current slide is essentially a screenshot
  • Elements are badly misaligned or inconsistent
  • Connectors are too chaotic to repair efficiently
  • The user wants a more premium/client-facing result

When starting from an image

Use the image only as reference.

Do not treat “insert image into PPT” as completion. A valid result should have editable:

  • titles
  • containers
  • nodes
  • text
  • connectors

Layout heuristics

Flowcharts

  • Keep a clear main direction: left→right or top→bottom
  • Put decision nodes at branch points
  • Keep similar node types same size and style
  • Reduce crossing lines, even if that means slightly changing spacing

Topology / architecture diagrams

  • Group by layer or domain first
  • Put gateways / hubs / central schedulers near the center
  • Put external actors at the edge
  • Put data/storage below or on a dedicated side band
  • Put ops/monitoring in a side rail or bottom band

Dense technical diagrams

  • Keep the density if that is part of the original style
  • Still enforce consistent spacing, headers, and color logic
  • Use container regions so the eye can parse clusters quickly

Styling heuristics

  • Use 1 visual language per slide, not several mixed styles
  • Keep a consistent color family by layer/category
  • Use emphasis only for core nodes and main paths
  • Use lighter visual weight for supporting lines and less important modules
  • Prefer subtle rounded rectangles and clean borders over excessive effects
  • Avoid overusing gradients, shadows, and icons unless they help meaningfully

Read bundled references when needed

  • Read references/image-to-ppt-flowchart-sop.md for image→editable-flowchart reconstruction workflow
  • Read references/ppt-topology-from-image.md for topology-specific decomposition and layer mapping

Expected outputs

Depending on the request, produce one or more of:

  • optimized .pptx file
  • rebuilt single-slide diagram page
  • alternate visual versions (e.g. dark, clean, infographic)
  • structure draft in Markdown / Mermaid before rebuilding

Quality checklist

Before finishing, verify:

  • The main information structure is preserved
  • Important text is editable
  • Shapes are editable rather than flattened into an image
  • Layers/groups are obvious at a glance
  • Alignment and spacing are consistent
  • Connector hierarchy is readable
  • The page is suitable for presentation, not just archival

Notes

When multiple output versions exist, keep filenames explicit, such as:

  • *-refined.pptx
  • *-infographic.pptx
  • *-dark.pptx
  • *-polished.pptx

Prefer descriptive naming over generic names like final-final2.pptx.

Comments

Loading comments...