← Back to Skills Marketplace
PPT Reader
by
jingqiu2180
· GitHub ↗
· v1.0.0
· MIT-0
184
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ppt-reader
Description
Use when user sends a PPT/PPTX file or asks to read PowerPoint content. 适用于:读取PPT文件、解析演示文稿内容、提取幻灯片文本。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ppt-reader - After installation, invoke the skill by name or use
/ppt-reader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Extract text from PPTX files
Metadata
Frequently Asked Questions
What is PPT Reader?
Use when user sends a PPT/PPTX file or asks to read PowerPoint content. 适用于:读取PPT文件、解析演示文稿内容、提取幻灯片文本。 It is an AI Agent Skill for Claude Code / OpenClaw, with 184 downloads so far.
How do I install PPT Reader?
Run "/install ppt-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PPT Reader free?
Yes, PPT Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PPT Reader support?
PPT Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PPT Reader?
It is built and maintained by jingqiu2180 (@jingqiu2180); the current version is v1.0.0.
More Skills