Extract text, search inside PDFs, and produce summaries.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install iyeque-pdf-reader或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install iyeque-pdf-reader⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/iyeque-pdf-reader/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pdf-reader description: Extract text, search inside PDFs, and produce summaries. homepage: "https://pymupdf.readthedocs.io" metadata: { "openclaw": { "emoji": "📄", "requires": { "bins": ["python3"], "pip": ["PyMuPDF"] }, "install": [ { "id": "pymupdf", "kind": "pip", "package": "PyMuPDF", "label": "Install PyMuPDF", }, ], "version": "1.1.0", }, } ---
The pdf-reader skill provides functionality to extract text and retrieve metadata from PDF files using PyMuPDF (fitz).
The skill provides two commands:
Extracts plain text from the specified PDF file.
- file_path (string, required): Path to the PDF file to extract text from. - --max_pages (integer, optional): Maximum number of pages to extract.
Usage:
python3 skills/pdf-reader/reader.py extract /path/to/document.pdf
python3 skills/pdf-reader/reader.py extract /path/to/document.pdf --max_pages 5
Output: Plain text content from the PDF.
Retrieve metadata about the document.
- file_path (string, required): Path to the PDF file.
Usage:
python3 skills/pdf-reader/reader.py metadata /path/to/document.pdf
Output: JSON object with PDF metadata including:
title: Document titleauthor: Document authorsubject: Document subjectcreator: Application that created the PDFproducer: PDF producercreationDate: Creation datemodDate: Modification dateformat: PDF format versionencryption: Encryption info (if any)pymupdf) for fast, reliable PDF processingmax_pages option# Extract text from first 3 pages
python3 skills/pdf-reader/reader.py extract report.pdf --max_pages 3
# Get document metadata
python3 skills/pdf-reader/reader.py metadata report.pdf
# Output:
# {
# "title": "Annual Report 2024",
# "author": "John Doe",
# "creationDate": "D:20240115120000",
# ...
# }
安装 PDF Reader (Iyeque) 后,可以对 AI 说这些话来触发它
Help me get started with PDF Reader (Iyeque)
Explains what PDF Reader (Iyeque) does, walks through the setup, and runs a quick demo based on your current project
Use PDF Reader (Iyeque) to extract text, search inside PDFs, and produce summaries
Invokes PDF Reader (Iyeque) with the right parameters and returns the result directly in the conversation
What can I do with PDF Reader (Iyeque) in my documents & notes workflow?
Lists the top use cases for PDF Reader (Iyeque), with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/iyeque-pdf-reader/ 目录(个人级,所有项目可用),或 .claude/skills/iyeque-pdf-reader/(项目级)。重启 AI 客户端后,用 /iyeque-pdf-reader 主动调用,或让 AI 根据上下文自动发现并使用。
PDF Reader (Iyeque) 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PDF Reader (Iyeque) 可免费安装使用。请查阅仓库了解许可证信息。
Extract text, search inside PDFs, and produce summaries.
PDF Reader (Iyeque) 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using PDF Reader (Iyeque)
Identifies repetitive steps in your workflow and sets up PDF Reader (Iyeque) to handle them automatically