PSPDFKit-labs/nutrient-agent-skill
FreeDocument processing: convert, OCR, and redact PII
FreeFree tier
Outputs: text
About PSPDFKit-labs/nutrient-agent-skill
Nutrient Agent Skill is an open-source skill that gives AI coding agents comprehensive document processing capabilities via the Nutrient DWS API. It works with 40+ agents including Claude Code, Codex, Gemini CLI, and Cursor. With a single command, agents can generate PDFs from HTML, convert between PDF and Office formats, assemble (merge/split/reorder) documents, extract text and tables, OCR scanned documents, redact PII using pattern matching or AI, apply watermarks, and digitally sign documents. Quick setup requires a free API key and the 'npx skills add' command.
Key Features
Generate PDFs from HTML templates, uploaded assets, or remote URLs
Convert between PDF and DOCX, XLSX, PPTX, HTML, and images
Assemble documents: merge, split, reorder, rotate, and flatten PDFs
Extract text, tables, and key-value pairs from PDFs
Multi-language OCR for scanned documents
Pattern-based and AI-powered PII redaction
Add text or image watermarks
Digitally sign documents with CMS signatures
Fill PDF forms with field data
Works with 40+ AI coding agents supporting the Agent Skills standard
Pros & Cons
Pros
- One-command installation via npx skills add
- Works out of the box with 40+ popular AI coding agents
- Comprehensive feature set covering generation, conversion, OCR, redaction, and more
- Supports both pattern-based and AI-powered redaction for smarter PII removal
- Free API key available with quick signup
- Open source skill, transparent and extensible
Cons
- Requires a Nutrient API key and internet connection to function
- Only works with agents that support the Agent Skills standard
- API usage may have rate limits or costs beyond the free tier
- Dependent on external API availability and latency
Best For
OCR scanned documents and extract text to a fileFill PDF forms and digitally sign themRedact PII (SSN, email, credit card) from documents before sharingGenerate PDF proposals from HTML templatesConvert Office documents to PDF and vice versaMerge and split PDFs for deliveryExtract tables from invoices as Excel files
FAQ
What agents are supported?
Nutrient Agent Skill works with any AI coding agent that supports the Agent Skills standard, including Claude Code, Codex, Gemini CLI, Cursor, and 35+ more, totaling over 40 agents.
How do I install the skill?
Run 'npx skills add PSPDFKit-labs/nutrient-agent-skill' to install. Then set your Nutrient API key as the environment variable NUTRIENT_API_KEY. Python 3.10+ and uv are required.
What document processing capabilities does it provide?
It can generate PDFs from HTML, convert between PDF and Office formats (DOCX, XLSX, PPTX), assemble (merge/split/reorder) PDFs, extract text and tables, OCR scanned documents, redact PII using pattern matching or AI, apply watermarks, and digitally sign documents.
Is there a free API key?
Yes, you can sign up for a free API key at https://dashboard.nutrient.io/sign_up/?product=processor.
What is the difference between pattern-based and AI-powered redaction?
Pattern-based redaction uses predefined patterns (e.g., regex for SSN, email) to find and redact information. AI-powered redaction uses contextual analysis to identify personally identifiable information, providing smarter and more comprehensive redaction.