← Back to Skills Marketplace
standed

PPT Ultra-wide Relayout

by Standed · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ppt-ultrawide-relayout
Description
把普通比例的 PPT 重新排版成更宽的超宽横版,或参考另一份 PPT 的页面比例与视觉语言进行重排。只要用户提到“改成更宽屏”“参考另一份 PPT 的比例”“不要拉伸文字”“只改字号和版式适配”“按参考稿的宽屏风格重排”,就应该主动使用这个 skill。尤其适用于需要保留原始文案、字体风格、颜色系统与层级关系,但...
Usage Guidance
This skill appears coherent and limited to local PPTX manipulation, but follow these precautions before using it: - Run it on a copy of your presentation (do not run it on originals). - Ensure you have Python 3 and the lxml package installed (the scripts import lxml but the skill metadata does not declare dependencies). - Inspect the scripts yourself or run them in a sandboxed environment if you don't trust the source (they perform local file I/O and modify PPTX XML; no network activity is present in the visible code). - Note: the README contains a personal WeChat contact (external) — the skill itself does not phone home, but be cautious about following external links or contacting unknown authors. - If you want complete assurance, provide or review the full (non-truncated) version of scripts/pptx_ultrawide_relayout.py; the provided file was truncated in the listing and the final packaging step should be confirmed to ensure no unexpected behavior when writing the output PPTX.
Capability Analysis
Type: OpenClaw Skill Name: ppt-ultrawide-relayout Version: 1.0.0 The skill bundle is designed for resizing PowerPoint presentations to ultra-wide aspect ratios. The included Python scripts (scripts/pptx_layout_dump.py and scripts/pptx_ultrawide_relayout.py) use standard libraries and lxml to parse and modify the XML components of PPTX files. The logic is focused entirely on layout calculations, font scaling, and XML manipulation; there is no evidence of network activity, data exfiltration, or malicious command execution. The SKILL.md instructions are strictly task-oriented and do not attempt to subvert the agent's behavior.
Capability Assessment
Purpose & Capability
The name/description (PPT ultra‑wide relayout) match the included scripts and SKILL.md. The two Python scripts inspect PPTX zip/XML and adjust element coordinates/fonts to produce a new .pptx; that is exactly what the skill claims to do.
Instruction Scope
SKILL.md directs the agent to run the provided scripts on local .pptx files and describes only local file analysis and modification. The instructions do not ask for unrelated files, secrets, system configuration, or external endpoints. The scripts read ZIP entries and XML nodes and write a new .pptx—this is within scope for a relayout tool.
Install Mechanism
There is no install spec (instruction-only + bundled scripts). The scripts require Python 3 and the lxml library, but the skill metadata does not declare these dependencies or an install step. This is not malicious but is an operational omission: users/agents must ensure Python3 and lxml are available before running the scripts.
Credentials
The skill requests no environment variables, credentials, or config paths. All behavior is local to files the user supplies. No secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill is not marked always:true, does not modify other skills or system settings, and does not claim to persist credentials or enable itself. It only reads and writes files the user provides.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ppt-ultrawide-relayout
  3. After installation, invoke the skill by name or use /ppt-ultrawide-relayout
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release with centered ultra-wide relayout workflow, PPTX analysis script, and editable first-pass transformation script.
Metadata
Slug ppt-ultrawide-relayout
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is PPT Ultra-wide Relayout?

把普通比例的 PPT 重新排版成更宽的超宽横版,或参考另一份 PPT 的页面比例与视觉语言进行重排。只要用户提到“改成更宽屏”“参考另一份 PPT 的比例”“不要拉伸文字”“只改字号和版式适配”“按参考稿的宽屏风格重排”,就应该主动使用这个 skill。尤其适用于需要保留原始文案、字体风格、颜色系统与层级关系,但... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install PPT Ultra-wide Relayout?

Run "/install ppt-ultrawide-relayout" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PPT Ultra-wide Relayout free?

Yes, PPT Ultra-wide Relayout is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PPT Ultra-wide Relayout support?

PPT Ultra-wide Relayout is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PPT Ultra-wide Relayout?

It is built and maintained by Standed (@standed); the current version is v1.0.0.

💬 Comments