Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计通过

pdf-toolsPDF tools 文档

Agent Skill

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

总安装

1,048

周安装

45

GitHub Stars

10

下载量

367
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oakoss/agent-skills --skill pdf-tools

简介

pdf-tools 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于前端设计与文档处理相关 Agent 工作流。
  • pdf-tools 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

PDF Tools

Full-lifecycle PDF engineering covering extraction, generation, modification, form filling, and security. Prioritizes JavaScript-first solutions (pdf-lib, unpdf, Puppeteer) with Python/CLI utilities for advanced scenarios.

When to use: Extracting structured data from PDFs, generating pixel-perfect PDFs from HTML/React, modifying existing PDFs, filling forms (fillable or non-fillable), or securing documents with encryption.

When NOT to use: Simple text file processing, image-only manipulation without PDF context, or tasks better handled by a word processor.

Quick Reference

TaskToolKey Point
Generate PDF from HTMLPuppeteer / Playwrightpage.pdf(); use networkidle0 (Puppeteer) or networkidle (Playwright)
Extract text (lightweight)unpdfEdge/serverless compatible
Extract tables (AI)Vision model + Zod schemaMulti-column and merged cell support
Extract tables (non-AI)pdfplumber (Python)Precise cell boundary detection
Modify, merge, splitpdf-lib (or @pdfme/pdf-lib)Byte-level PDF manipulation in JS
Fill fillable formspdf-lib (or @pdfme/pdf-lib)Inspect AcroForm fields before writing
Fill non-fillable formsPython annotation scriptsVisual analysis + bounding box annotations
Encrypt PDFqpdfAES-256: qpdf --encrypt user owner 256 --
Repair corrupted PDFqpdfqpdf input.pdf --replace-input
Fast text extraction (CLI)poppler-utilspdftotext -layout input.pdf -
Merge thousands of filespypdf (Python)Lighter than headless browser
Batch queue processingBullMQ + unpdfRedis-backed with retry, concurrency, progress tracking
PDF/A archival complianceghostscript + verapdfgs -dPDFA=2 for conversion; verapdf for validation
Tagged PDF (accessibility)Puppeteertagged: true maps HTML semantics to PDF structure tags
Digital signatures@signpdf/*PKCS#7 signing with P12 certificates
PDF comparisonunpdf + diff / pixelmatchText diff or pixel-level visual diff between versions
Secure redactionpymupdf (fitz)apply_redactions() removes content bytes, not just visual overlay

Common Mistakes

MistakeCorrect Pattern
Using canvas drawing commands for PDF generationUse Puppeteer/Playwright with HTML/CSS templates
Running Puppeteer in edge/serverless environmentsUse unpdf for edge; Puppeteer requires full Node.js
Extracting complex layouts with basic text parsersUse AI-assisted OCR or pdfplumber for multi-column text
Storing unencrypted PDFs with PII in public storageApply AES-256 encryption via qpdf before storage
Relying on window.print() for server-side generationUse headless browser APIs (page.pdf()) for deterministic output
Using pypdf for complex layout extractionUse pdfplumber or AI OCR for multi-column or overlapping text
Skipping font embedding in containerized environmentsEmbed Google Fonts or WOFF2 files with Puppeteer
Writing to flattened PDF form fieldsInspect AcroForm fields with pdf-lib before writing
Using unmaintained pdf-lib for encrypted PDFsUse @cantoo/pdf-lib fork which adds encrypted PDF support

Delegation

  • Inspect PDF structure and diagnose extraction issues: Use Explore agent to examine AcroForm fields, encoding, and metadata
  • Build end-to-end document processing pipelines: Use Task agent to implement extraction, transformation, and generation workflows
  • Design PDF architecture for a new system: Use Plan agent to select tools and plan extraction, generation, or modification strategies

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.41%
按下载量换算130

Claude

27.84%
按下载量换算102

Cursor

18.75%
按下载量换算69

Gemini CLI

8.34%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills