← 返回 Skills 市场
jingqiu2180

PPT Reader

作者 jingqiu2180 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
184
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install ppt-reader
功能描述
Use when user sends a PPT/PPTX file or asks to read PowerPoint content. 适用于:读取PPT文件、解析演示文稿内容、提取幻灯片文本。
安全使用建议
This skill is coherent for extracting text from .pptx files and doesn't ask for secrets or external installs. Before enabling, confirm you are comfortable with the agent reading files from /root/.openclaw/media/inbound/ (it will process any PPTX placed there). Ensure only intended/uploaded PPTX files are stored in that directory, and verify the host has standard utilities (unzip, sed, grep, tr). If you want stricter control, avoid allowing autonomous runs or require manual invocation when processing sensitive documents.
功能分析
Type: OpenClaw Skill Name: ppt-reader Version: 1.0.0 The skill uses shell commands (unzip, sed, grep, and bash loops) to parse PowerPoint files by extracting XML content from the .pptx archive. While this behavior is directly aligned with the stated purpose of reading slide content, the reliance on shell execution for file processing is a risky capability that could be vulnerable to command injection if filenames or parameters are not properly sanitized by the agent (SKILL.md).
能力评估
Purpose & Capability
Name and description (reading PPT/PPTX content) align with the provided commands and workflow: unzip + sed/grep/tr to extract slide XML text. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Instructions explicitly instruct reading files from /root/.openclaw/media/inbound/ and running shell commands (unzip, sed, grep, tr). This is coherent for processing uploaded PPTX files, but it does assume the agent can read that system path and will operate on any file placed there.
Install Mechanism
Instruction-only skill with no install spec and no code files. No packages or remote downloads are required, lowering risk.
Credentials
No environment variables, credentials, or external config paths are requested beyond the single inbound path used to find uploaded files—proportionate to the task.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation. It does not request persistent system changes or modify other skills' configurations.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ppt-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ppt-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Extract text from PPTX files
元数据
Slug ppt-reader
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

PPT Reader 是什么?

Use when user sends a PPT/PPTX file or asks to read PowerPoint content. 适用于:读取PPT文件、解析演示文稿内容、提取幻灯片文本。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 PPT Reader?

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

PPT Reader 是免费的吗?

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

PPT Reader 支持哪些平台?

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

谁开发了 PPT Reader?

由 jingqiu2180(@jingqiu2180)开发并维护,当前版本 v1.0.0。

💬 留言讨论