← 返回 Skills 市场
lnj22

pptx

作者 lnj22 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install organize-messy-files-pptx
功能描述
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying o...
安全使用建议
This skill appears to do exactly what it says: convert, inspect, edit, and validate .pptx files using included Python/JS scripts. Before using it: 1) Review and be comfortable with the license (restrictive, proprietary terms in LICENSE.txt). 2) Understand it will read/write the files you point it at and may run local programs (soffice, git) and Node tools (sharp, playwright, pptxgenjs) — install those only from trusted sources. 3) Avoid pointing it at sensitive system directories; run on copies of documents to avoid accidental corruption (pack.py has a --force that skips validation). 4) If you need to audit for exfiltration, note there are no network calls in the provided code, but the scripts invoke subprocesses and write files locally — confirm your environment's PATH/binaries are trusted. 5) If you want higher assurance, inspect the remaining omitted files (the SKILL.md referenced 'remaining files truncated') for any unexpected network or credential usage.
功能分析
Type: OpenClaw Skill Name: organize-messy-files-pptx Version: 0.1.0 The skill bundle provides a comprehensive and well-structured toolkit for PowerPoint manipulation, including OOXML unpacking/repacking, text inventory extraction, and an HTML-to-PPTX conversion workflow using Playwright and PptxGenJS. The Python scripts (e.g., pack.py, inventory.py, replace.py) utilize security best practices such as 'defusedxml' to prevent XXE attacks and perform rigorous validation to prevent file corruption. The instructions in SKILL.md and html2pptx.md are detailed operational guidelines designed to ensure the AI agent handles complex XML structures correctly, and they contain no evidence of malicious prompt injection, data exfiltration, or unauthorized execution.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the included scripts and documentation: unpack/pack/validate tools, html2pptx converter, and OOXML validators. Required artifacts (XML parsing, ZIP handling, rasterizing icons) are appropriate for PPTX manipulation.
Instruction Scope
SKILL.md keeps scope to PPTX tasks (unpack, inspect XML, convert HTML → PPTX). However, runtime instructions and included scripts perform arbitrary local file reads/writes, run shell commands (e.g., 'soffice' via pack.py, 'git' via redlining validator), and expect Node tools (sharp, playwright) to be installed. These behaviors are expected for the purpose but are important operational and privacy considerations.
Install Mechanism
No install spec; this is instruction-only with bundled scripts. Nothing is downloaded at install time. Code is included in the skill archive rather than fetched from remote URLs.
Credentials
The skill requests no environment variables or credentials. Some scripts honor TMPDIR/process.env.TMPDIR and assume globally installed Node packages; those are reasonable for local processing and documented in SKILL.md.
Persistence & Privilege
Skill is not forced-always; it does not request system-wide persistence or modify other skills. It runs locally on request and operates on files the agent is given or pointed to.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install organize-messy-files-pptx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /organize-messy-files-pptx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Bulk publish from all-task-skills-dedup
元数据
Slug organize-messy-files-pptx
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

pptx 是什么?

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 pptx?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install organize-messy-files-pptx」即可一键安装,无需额外配置。

pptx 是免费的吗?

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

pptx 支持哪些平台?

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

谁开发了 pptx?

由 lnj22(@lnj22)开发并维护,当前版本 v0.1.0。

💬 留言讨论