← Back to Skills Marketplace
Office Reader
by
yuyonghao-123
· GitHub ↗
· v0.1.0
· MIT-0
194
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install yuyonghao-office-reader
Description
读取本地 Word、Excel、PowerPoint、PDF 及多种文本格式文件,支持内容解析和摘要输出。
Usage Guidance
Do not install or enable this skill yet. The runtime script (office-reader.ps1) and/or Python code are missing from the package, so you cannot verify what will execute. Ask the author to provide the actual script(s) and a clear install procedure (how Python deps are installed, whether any network calls are made). Before using, review the script for any network/upload calls or code that reads files outside intended paths. If you need a file-reader, prefer a package that includes its runtime files or from a trusted source and explicitly documents installation and privacy (no external uploads).
Capability Assessment
Purpose & Capability
The description and SKILL.md claim a local Office/PDF reader (expected to need python-docx, python-pptx, pandas, openpyxl, pypdf). However the package only includes package.json/README/SKILL.md and no actual runtime script or Python code. package.json's main points to office-reader.ps1 (not present). The declared capabilities broadly match the task, but the absent script and mixed packaging signals are incoherent.
Instruction Scope
SKILL.md instructs invoking a PowerShell script (\.\skills\office-reader\office-reader.ps1) and gives examples of reading arbitrary local paths (C:\...). That local-file access is expected for this purpose, but the instructions assume a script will be run automatically — the script is not present, so it's unclear what code would run. The docs also reference calling another 'summarize' skill for PDFs. There is no instruction-level detail about network behavior; the SKILL.md claims 'not uploaded externally' but without code that cannot be verified.
Install Mechanism
No install spec is provided (instruction-only), but README and SKILL.md list Python dependencies and give a pip install line. There is no packaged installer, no explicit install steps for the agent, and no script files shipped. This mismatch (declared Python libs vs. no runtime files) is suspicious because it leaves unclear how dependencies would be installed or how the skill executes.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, it requires reading arbitrary local file paths when invoked — that is inherent to its purpose but is sensitive. The SKILL.md states files are not uploaded, but absence of code prevents verifying that claim.
Persistence & Privilege
Flags show always=false and normal model invocation is allowed. There is no evidence the skill requests elevated or persistent privileges or modifies other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yuyonghao-office-reader - After installation, invoke the skill by name or use
/yuyonghao-office-reader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- 首个版本发布,提供统一的 Office 文档和本地文件读取功能
- 支持多种格式:Word、Excel、PowerPoint、PDF、Markdown、纯文本、CSV、JSON、YAML、HTML
- 提供 PowerShell 脚本与自然语言两种调用方式
- 可输出文本、JSON 或 markdown,支持最大输出行数参数
- 内置详细示例、依赖说明及常见问题排查
- 自动限制输出大小,保障安全与性能
Metadata
Frequently Asked Questions
What is Office Reader?
读取本地 Word、Excel、PowerPoint、PDF 及多种文本格式文件,支持内容解析和摘要输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 194 downloads so far.
How do I install Office Reader?
Run "/install yuyonghao-office-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Office Reader free?
Yes, Office Reader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Office Reader support?
Office Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Office Reader?
It is built and maintained by yuyonghao-123 (@yuyonghao-123); the current version is v0.1.0.
More Skills