← 返回 Skills 市场
elliottzheng

ppt2fig Export

作者 Elliott Zheng · GitHub ↗ · v1.1.0 · MIT-0
win32 ⚠ suspicious
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt2fig-export
功能描述
Export specific pages from PPT, PPTX, or ODP files to cropped PDF via ppt2fig. Use when the user wants to convert presentation slides into paper-ready PDF fi...
安全使用建议
This skill appears to do what it claims (run ppt2fig to export slides), but review two things before enabling: 1) always:true — avoid forcing the skill into every agent run unless you explicitly need it permanently; prefer enabling it on demand. 2) The metadata may cause OpenClaw to download a Windows executable from the project's GitHub releases into ~/.openclaw/tools — verify the release, author, and (if available) checksums/signatures before allowing automatic download and execution. You can also inspect or run the included scripts locally (scripts/run_ppt2fig.py is brief and only invokes found binaries). If you don't want automatic downloads or permanent inclusion, decline installation or ask the publisher to remove always:true and provide an opt-in install flow.
功能分析
Type: OpenClaw Skill Name: ppt2fig-export Version: 1.1.0 The skill downloads and executes a binary from a GitHub repository (ppt2fig-cli.exe) via the `install` metadata in `SKILL.md`. While this is aligned with the stated purpose of PPT-to-PDF conversion, downloading and running arbitrary binaries is a high-risk behavior. Furthermore, the wrapper script `scripts/run_ppt2fig.py` searches for the executable in several locations, including the current working directory and parent directories, which could lead to the execution of untrusted binaries if they are present in those paths.
能力评估
Purpose & Capability
The name/description (export PPT/PPTX/ODP pages to cropped PDF) aligns with the provided instructions and the small helper script: it locates a ppt2fig CLI in expected locations or falls back to python -m ppt2fig. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md clearly instructs the agent to run ppt2fig/ppt2fig-cli or the provided Python wrapper with user-supplied file paths and page ranges. The instructions do not attempt to read arbitrary files, access unrelated environment variables, or send data to external endpoints beyond running the CLI.
Install Mechanism
Top-level registry says 'instruction-only', but the skill metadata includes an install entry that downloads ppt2fig-cli.exe from a GitHub releases URL into ~/.openclaw/tools/ppt2fig-export. A GitHub Releases URL is a reasonable source, but auto-downloading and executing a binary deserves review (check publisher, release checksum/signature). The included Python helper is small and only invokes discovered binaries.
Credentials
The skill requests no environment variables or credentials. The helper script inspects local paths (home, cwd, repo dist) and uses shutil.which to find binaries — behavior consistent with its purpose and not requesting sensitive config or secrets.
Persistence & Privilege
The skill is flagged always:true, meaning it would be force-included in every agent run. There is no clear justification for permanent inclusion for a platform-specific (win32) tool-runner. Combined with the metadata for auto-downloading an executable and the ability to run local binaries, this increases the blast radius if the binary or skill were abused.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ppt2fig-export
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ppt2fig-export 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Initial ClawHub release.
元数据
Slug ppt2fig-export
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ppt2fig Export 是什么?

Export specific pages from PPT, PPTX, or ODP files to cropped PDF via ppt2fig. Use when the user wants to convert presentation slides into paper-ready PDF fi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。

如何安装 ppt2fig Export?

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

ppt2fig Export 是免费的吗?

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

ppt2fig Export 支持哪些平台?

ppt2fig Export 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32)。

谁开发了 ppt2fig Export?

由 Elliott Zheng(@elliottzheng)开发并维护,当前版本 v1.1.0。

💬 留言讨论