← Back to Skills Marketplace
rishabhdugar

PDF to CSV

by Rishabh Dugar · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
78
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install pdf-to-csv
Description
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...
README (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" }'
Usage Guidance
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-to-csv
  3. After installation, invoke the skill by name or use /pdf-to-csv
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pdf-to-csv
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install PDF to CSV?

Run "/install pdf-to-csv" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PDF to CSV free?

Yes, PDF to CSV is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PDF to CSV support?

PDF to CSV is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PDF to CSV?

It is built and maintained by Rishabh Dugar (@rishabhdugar); the current version is v1.0.2.

💬 Comments