← 返回 Skills 市场
reaperchen

PDF Processor

作者 reaperchen · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
271
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-processor
功能描述
学术PDF处理:提取文字、判断语言、翻译(英文→中文)、生成200字纯中文概述。使用本地Ollama模型,不消耗线上API。适用于学术论文、研究报告等PDF文件的处理。当用户说"处理PDF"、"翻译论文"、"生成论文概述"时,或用户将PDF放入论文处理目录时使用。
安全使用建议
This skill appears to do what it claims: extract text from PDFs, call a local Ollama model to translate and summarize, and organize results under ~/Documents/论文处理. Before running: (1) confirm you have Ollama and the qwen2.5:7b model installed locally and that you're comfortable starting a local Ollama process; (2) inspect scripts/process_pdf.py and scripts/generate_index.py (they are included) and consider running them on non-sensitive PDFs first; (3) note the metadata mismatch (package.json lists python3/pdfplumber/ollama while registry metadata listed none) — ensure you install required Python packages (pdfplumber, requests) in a controlled environment (virtualenv/container) to avoid impacting system Python; (4) back up any sensitive PDFs you don't want moved or deleted, because the script moves PDF files and deletes temporary extraction files; (5) run the tool locally (no external network calls are present other than localhost) and consider limiting its filesystem access by running in a dedicated directory or container if you want extra containment.
功能分析
Type: OpenClaw Skill Name: pdf-processor Version: 2.0.0 The pdf-processor skill bundle is a legitimate tool designed for local academic PDF processing using the Ollama framework. It provides a complete workflow for text extraction, language detection, translation, and summary generation, as evidenced in scripts/process_pdf.py and scripts/generate_index.py. The code utilizes standard libraries (pdfplumber, requests) and performs file management tasks (moving processed files, managing temporary progress JSONs) that are strictly aligned with its stated purpose. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
能力评估
Purpose & Capability
Overall coherent: name/description (PDF extraction, translate, summarize using local Ollama) matches the included scripts which call a local Ollama HTTP API and read/write files under a user Documents directory. Minor inconsistency: the registry metadata at the top lists no required binaries/env, while package.json's openclaw.requires lists 'python3' and 'pdfplumber' and service 'ollama' — carnet: 'pdfplumber' is a Python package (not a system binary) and package.json also includes install steps. This appears to be a packaging/metadata mismatch rather than a functional red flag.
Instruction Scope
SKILL.md and scripts limit activity to PDF text extraction, local model calls (http://localhost:11434), progress files, and moving files within ~/Documents/论文处理; instructions do not attempt to read unrelated system paths or exfiltrate data to remote servers. The scripts do start 'ollama serve' locally and make HTTP requests to localhost only.
Install Mechanism
This is instruction-only in the skill bundle (no remote downloads). package.json documents Python dependency installation and manual instructions to install Ollama from the official site — no suspicious external URLs or automatic archive downloads are present.
Credentials
The skill requests no environment variables or credentials. The scripts operate against a local HTTP service and the user's home Documents directories only, which is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated privileges or attempt to alter other skills or global agent settings. It creates and deletes progress files only within its working directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-processor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-processor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0新功能:实时进度显示、断点续传、索引生成、串行翻译优化
元数据
Slug pdf-processor
版本 2.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

PDF Processor 是什么?

学术PDF处理:提取文字、判断语言、翻译(英文→中文)、生成200字纯中文概述。使用本地Ollama模型,不消耗线上API。适用于学术论文、研究报告等PDF文件的处理。当用户说"处理PDF"、"翻译论文"、"生成论文概述"时,或用户将PDF放入论文处理目录时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 271 次。

如何安装 PDF Processor?

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

PDF Processor 是免费的吗?

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

PDF Processor 支持哪些平台?

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

谁开发了 PDF Processor?

由 reaperchen(@reaperchen)开发并维护,当前版本 v2.0.0。

💬 留言讨论