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· 44·0 current·0 all-time
byxuyongliang@xuyongliang-eccom
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments