Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问clear审计通过

pdf-processing-proPDF processing 专业版

Agent Skill

pdf-processing-pro 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,297

周安装

69

GitHub Stars

52

下载量

1,003
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pdf-processing-pro(PDF processing 专业版)
来源仓库:https://github.com/henkisdabro/wookstar-claude-code-plugins
仓库路径:skills/pdf-processing-pro
安装命令:
npx skills add https://github.com/henkisdabro/wookstar-claude-code-plugins --skill 'PDF Processing Pro'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/henkisdabro/wookstar-claude-code-plugins --skill 'PDF Processing Pro'

简介

pdf-processing-pro 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于需要围绕仓库状态、代码变更或协作事项进行整理的场景。
  • 可通过 npx skills add 命令安装,具体功能以原始 README 为准。
  • 使用前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

PDF Processing Pro

Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows.

Quick start

Extract text from PDF

import pdfplumber

with pdfplumber.open("document.pdf") as pdf:
    text = pdf.pages[0].extract_text()
    print(text)

Analyse PDF form (using included script)

python scripts/analyze_form.py input.pdf --output fields.json
# Returns: JSON with all form fields, types, and positions

Fill PDF form with validation

python scripts/fill_form.py input.pdf data.json output.pdf
# Validates all fields before filling, includes error reporting

Extract tables from PDF

python scripts/extract_tables.py report.pdf --output tables.csv
# Extracts all tables with automatic column detection

Features

Production-ready scripts

  • Error handling with detailed messages and proper exit codes
  • Input validation, type checking, and configurable logging
  • Full type annotations and CLI interface (--help on all scripts)

Comprehensive workflows

  • PDF forms, table extraction, OCR processing
  • Batch operations, pre/post-processing validation

Advanced topics

PDF form processing

Complete form workflows including field analysis, dynamic filling, validation rules, multi-page forms, and checkbox/radio handling. See references/forms.md.

Table extraction

Complex table extraction including multi-page tables, merged cells, nested tables, custom detection, and CSV/Excel export. See references/tables.md.

OCR processing

Scanned PDFs and image-based documents including Tesseract integration, language support, image preprocessing, and confidence scoring. See references/ocr.md.

Included scripts

ScriptPurposeUsage
analyze_form.pyExtract form field infopython scripts/analyze_form.py input.pdf [--output fields.json] [--verbose]
fill_form.pyFill PDF forms with datapython scripts/fill_form.py input.pdf data.json output.pdf [--validate]
validate_form.pyValidate form data before fillingpython scripts/validate_form.py data.json schema.json
extract_tables.pyExtract tables to CSV/Excel`python scripts/extract_tables.py input.pdf [--output tables.csv] [--format csv\excel]`
extract_text.pyExtract text with formattingpython scripts/extract_text.py input.pdf [--output text.txt] [--preserve-formatting]
merge_pdfs.pyMerge multiple PDFspython scripts/merge_pdfs.py file1.pdf file2.pdf --output merged.pdf
split_pdf.pySplit PDF into pagespython scripts/split_pdf.py input.pdf --output-dir pages/
validate_pdf.pyValidate PDF integritypython scripts/validate_pdf.py input.pdf

Dependencies

All scripts require:

pip install pdfplumber pypdf pillow pytesseract pandas

Optional for OCR:

# macOS: brew install tesseract
# Ubuntu: apt-get install tesseract-ocr
# Windows: Download from GitHub releases

References

FileContents
references/forms.mdComplete form processing guide
references/tables.mdAdvanced table extraction
references/ocr.mdScanned PDF processing
references/workflows.mdCommon workflows, error handling, performance tips, best practices
references/troubleshooting.mdTroubleshooting common issues and getting help

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

41.56%
按下载量换算417

Cursor

30.11%
按下载量换算302

Codex

15.78%
按下载量换算158

Claude Code

8.13%
按下载量换算82

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源字段存在多来源差异,先按来源优先级自动处理,无法消解时进入异常复核队列。

来源信息

继续浏览同类 Skills