← 返回 Skills 市场
rishabhdugar

PDF to Text

作者 Rishabh Dugar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-to-txt
功能描述
Extract plain text from all or selected pages of a PDF.
使用说明 (SKILL.md)

PDF to Text

What It Does

Extracts plain text from all or selected pages of a PDF.

When to Use

  • Extract readable text from a PDF for processing or analysis
  • Get raw text content from PDF documents

Required Inputs

Provide one of:

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

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

  • Full-Text Search Indexing — Extract text from PDFs to build searchable indexes
  • AI/LLM Processing — Extract PDF text for feeding into language models or chatbots
  • Content Migration — Pull text from legacy PDF documents for migration to new systems
  • Plagiarism Detection — Extract text for comparison and duplicate detection
  • Accessibility — Extract text from PDFs for screen readers or text-to-speech

Aliases

  • /v1/convert/pdf/text is an alias

Example Usage

curl -X POST https://pdfapihub.com/api/v1/convert/pdf/txt \
  -H "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "url": "https://pdfapihub.com/sample-pdfapi-intro.pdf", "output": "url" }'
安全使用建议
This skill simply sends PDFs (or PDF URLs) to pdfapihub.com to obtain extracted text and requires you to provide an API key in the CLIENT-API-KEY header. Before installing or using: 1) Verify the reputation and privacy policy of pdfapihub.com (no homepage/publisher info is provided in the package). 2) Do not send sensitive or confidential PDFs to this service unless you trust its data-handling and retention policies. 3) Provide the API key securely (avoid pasting it into public chat history or code repositories). 4) If you need offline/local processing for sensitive documents, use a local PDF-to-text tool instead. 5) Confirm billing, rate limits, and where converted outputs are hosted (the example shows a CDN URL) so you understand where your data may reside.
功能分析
Type: OpenClaw Skill Name: pdf-to-txt Version: 1.0.0 The skill bundle is a standard API wrapper for a PDF-to-text conversion service hosted at pdfapihub.com. All files (SKILL.md, skill.json, example.json) consistently describe legitimate functionality for extracting text from PDFs via an external API, with no evidence of malicious intent, data exfiltration beyond the stated purpose, or prompt injection attacks.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name, description, SKILL.md, example.json, and skill.json all align: the skill calls an external PDF-to-text API (pdfapihub.com) and accepts a URL, base64 file, or multipart upload. Required inputs and output options match the stated purpose.
Instruction Scope
Instructions are narrow and consistent with conversion: POST to https://pdfapihub.com/api/v1/convert/pdf/txt with CLIENT-API-KEY and payload. However, using the skill will transmit full PDF contents (or a public PDF URL) to a third-party service — this is expected for a cloud conversion API but is a privacy/exfiltration risk for sensitive documents and should be considered before use.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk or downloaded by the skill itself. Low install risk.
Credentials
The skill does not declare or require environment variables, but it requires an API key supplied in the CLIENT-API-KEY header. That is proportionate for a third-party API, but the skill provides no mechanism for securely storing or retrieving that key; the user must manage it outside the skill.
Persistence & Privilege
always is false, the skill is user-invocable and not forced into every agent run. It does not request system config paths or modify other skills. Autonomous invocation is allowed (platform default) and is not by itself a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-txt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-txt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Extract plain text from all or selected pages of a PDF. Useful for full-text search indexing, AI/LLM processing, content migration, and accessibility workflows.
元数据
Slug pdf-to-txt
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

PDF to Text 是什么?

Extract plain text from all or selected pages of a PDF. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 PDF to Text?

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

PDF to Text 是免费的吗?

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

PDF to Text 支持哪些平台?

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

谁开发了 PDF to Text?

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

💬 留言讨论