← 返回 Skills 市场
PDF to Excel
作者
Rishabh Dugar
· GitHub ↗
· v1.0.0
· MIT-0
74
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-to-xlsx
功能描述
Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet.
使用说明 (SKILL.md)
PDF to Excel
What It Does
Extracts tables and text from a PDF into an Excel workbook. Each page becomes a separate sheet. Uses PyMuPDF table detection with fallback to line-by-line text extraction.
When to Use
- Extract tabular data from PDF invoices or reports
- Convert PDF financial statements to Excel
- Pull structured data from PDF tables
Required Inputs
Provide one of:
url— public URL to a PDFfile— base64-encoded PDF- Multipart upload with
filefield
Authentication
Send your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
Use Cases
- Invoice Data Extraction — Pull line items and totals from PDF invoices into Excel for accounting
- Financial Statement Analysis — Convert PDF bank statements to Excel for analysis and reconciliation
- Report Data Mining — Extract tabular data from PDF reports for further processing
- Procurement — Convert PDF purchase orders into spreadsheets for tracking
- Tax Preparation — Extract financial data from PDF tax documents into Excel
Aliases
/v1/convert/pdf/excelis an alias
Example Usage
curl -X POST https://pdfapihub.com/api/v1/convert/pdf/xlsx \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "output": "url" }'
安全使用建议
This skill delegates conversion to an external service (https://pdfapihub.com) and requires you to provide an API key. Before using it: (1) Do not upload confidential or regulated documents unless you trust the provider and have checked their privacy/retention policy; (2) Verify the provider's reputation and pricing (the skill's source/homepage is unknown); (3) Be aware the SKILL.md mentions PyMuPDF (likely describing the provider's implementation) but the agent will send your PDF to the remote API for processing; (4) If you need on‑device processing for privacy reasons, consider local tools that avoid sending files off your machine.
功能分析
Type: OpenClaw Skill
Name: pdf-to-xlsx
Version: 1.0.0
The skill is a standard API wrapper for a third-party service (pdfapihub.com) designed to convert PDF files to Excel workbooks. The documentation in SKILL.md and the technical definitions in skill.json and example.json are consistent with the stated purpose, and there is no evidence of malicious execution, data exfiltration beyond the intended PDF processing, or prompt-injection attacks.
能力标签
能力评估
Purpose & Capability
The name/description (convert PDF tables/text to XLSX) matches the instructions and the skill.json (POST to pdfapihub API). The only minor inconsistency is a claim in SKILL.md that it "Uses PyMuPDF table detection" — the skill is instruction-only and actually calls an external API, so that line appears to describe the remote service implementation (or is misleading) rather than local behavior.
Instruction Scope
Runtime instructions are limited and explicit: supply a PDF (URL/base64/multipart) and an API key via the CLIENT-API-KEY header, POST to the documented endpoint, and receive XLSX output. This will send the full PDF contents to a third‑party endpoint (pdfapihub.com), which is expected for a hosted conversion service but is a privacy consideration and should be understood before uploading sensitive documents.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk and no external packages are pulled in by the skill itself.
Credentials
The skill does not request environment variables or local credentials. It requires an API key in the CLIENT-API-KEY header (declared in skill.json), which is proportional to calling an external API. There are no unrelated credentials or config paths requested.
Persistence & Privilege
The skill does not request always:true, does not install or modify agent configuration, and has no persistent/system privileges. Autonomous invocation is allowed by platform default but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-to-xlsx - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-to-xlsx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Extract tables and text from PDF into Excel workbook (XLSX). Each page becomes a separate sheet. Uses PyMuPDF table detection with fallback to line-by-line extraction. Great for invoices, financial statements, and reports.
元数据
常见问题
PDF to Excel 是什么?
Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 PDF to Excel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-to-xlsx」即可一键安装,无需额外配置。
PDF to Excel 是免费的吗?
是的,PDF to Excel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PDF to Excel 支持哪些平台?
PDF to Excel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PDF to Excel?
由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.0。
推荐 Skills