← 返回 Skills 市场
rishabhdugar

PDF to CSV

作者 Rishabh Dugar · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
78
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install pdf-to-csv
功能描述
Extract tables and text from a PDF into CSV format via the PDFAPIHub cloud API. PDFs are uploaded to pdfapihub.com for processing. Requires a CLIENT-API-KEY...
使用说明 (SKILL.md)

PDF to CSV

What It Does

Extracts tables and text from a PDF into CSV format via the PDFAPIHub hosted API. Your PDF is uploaded to PDFAPIHub servers for processing and the extracted CSV is returned. Uses structured table detection when available.

When to Use

  • Extract tabular data from a PDF as CSV for data processing
  • Pull invoice line items or report data into CSV

Required Inputs

Provide one of:

  • url — public URL to a PDF
  • file — base64-encoded PDF
  • Multipart upload with file field

Authentication

This skill calls the PDFAPIHub hosted API at https://pdfapihub.com/api. Your PDF is sent to PDFAPIHub servers for table extraction.

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.

Privacy note: PDFs you process are uploaded to PDFAPIHub's cloud service. Do not send confidential documents unless you trust the service. Files are auto-deleted after 30 days.

Use Cases

  • Data Pipeline Ingestion — Extract PDF table data as CSV for import into databases or BI tools
  • CRM Import — Pull contact lists from PDF exports into CSV for CRM import
  • Inventory Management — Convert PDF inventory reports to CSV for spreadsheet tracking
  • Research Data — Extract experimental data from PDF papers into CSV for analysis
  • Automated ETL — Feed PDF-extracted CSV data into automated data processing pipelines

Example Usage

curl -X POST https://pdfapihub.com/api/v1/convert/pdf/csv \
  -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 appears to do what it says: it uploads PDFs to pdfapihub.com and returns CSVs. Before installing: (1) do not send sensitive or confidential documents unless you trust PDFAPIHub—files are uploaded to a third party and auto-deleted after 30 days per the docs; (2) store the PDFAPIHUB_API_KEY securely (least-privilege key if possible) and be ready to revoke it if you suspect misuse; (3) test with non-sensitive PDFs first to validate behavior and outputs; (4) review PDFAPIHub’s privacy, retention, and billing policies; (5) confirm your agent’s network/output handling so converted CSVs aren’t forwarded to other destinations you don’t expect.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description say the skill uses PDFAPIHub to convert PDFs to CSV and the only required credential is PDFAPIHUB_API_KEY, which is exactly what you'd expect for a hosted API integration. skill.json and SKILL.md point at pdfapihub.com endpoints consistent with the described capability.
Instruction Scope
Runtime instructions explicitly POST PDFs (via URL, base64, or multipart) to https://pdfapihub.com/api/v1/convert/pdf/csv and require sending the API key in the CLIENT-API-KEY header. There are no instructions to read unrelated files, other env vars, or to exfiltrate data elsewhere, but the skill does upload user PDFs to a third-party service — a privacy risk noted in the docs. This behavior is expected for the stated purpose but worth highlighting.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes filesystem persistence and supply-chain risk.
Credentials
Only a single API key (PDFAPIHUB_API_KEY) is required and declared as the primary credential. The key is proportionate to calling the PDFAPIHub hosted API; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modifications to other skills. The skill can be invoked autonomously (platform default), which is normal for skills and not by itself a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-csv
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-csv 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Declare required credential in SKILL.md metadata (primaryEnv + requires.env). Fixes registry showing no required env vars.
v1.0.1
Clarify hosted API, add credential and privacy notice. PDFs are uploaded to PDFAPIHub cloud for processing.
v1.0.0
Extract tables and text from PDF into CSV format for data pipeline ingestion. Uses structured table detection. Ideal for importing PDF data into databases, BI tools, or spreadsheets.
元数据
Slug pdf-to-csv
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

PDF to CSV 是什么?

Extract tables and text from a PDF into CSV format via the PDFAPIHub cloud API. PDFs are uploaded to pdfapihub.com for processing. Requires a CLIENT-API-KEY... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。

如何安装 PDF to CSV?

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

PDF to CSV 是免费的吗?

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

PDF to CSV 支持哪些平台?

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

谁开发了 PDF to CSV?

由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.2。

💬 留言讨论