Nutrient Agent Skill banner
PSPDFKit-labs PSPDFKit-labs

Nutrient Agent Skill

AI community intermediate

Description

<a href="https://www.nutrient.io/api/"></a> <a href="https://www.npmjs.com/package/@nutrient-sdk/dws-mcp-server"></a> <a href="nutrient-document-processing/LICENSE.txt"></a> <a href="https://agentskills.io"></a>

Installation

Terminal
claude install-skill https://github.com/PSPDFKit-labs/nutrient-agent-skill

README

Nutrient Document Processing — Agent Skill

Give your AI agent PDF superpowers — in one command.

Generate, convert, extract, OCR, redact, sign, archive, and optimize documents from any coding agent.

QuickstartWorkflowsFeatures40+ Agents


30-Second Quickstart

**1. Get a free API key** → ****

**2. Install & configure:**

# Install the skill (works with 40+ agents)
npx skills add PSPDFKit-labs/nutrient-agent-skill

# Set your API key
export NUTRIENT_API_KEY="pdf_live_..."

**3. Ask your agent:**

*"Extract the text from invoice.pdf"*

That's it. Your agent now has full document processing capabilities.


Requirements

    undefined

Supported Agents

Works out of the box with **40+ AI coding agents**:

Any agent that supports the [Agent Skills](https://agentskills.io) standard works automatically.


Real-World Workflows

🔍 Workflow 1: OCR a scanned document and extract text

You have a scanned PDF — no selectable text. Ask your agent:

*"OCR scanned-contract.pdf in English and extract the text to a file"*

**What happens:**

scanned-contract.pdf (image-only)
  → OCR (English) → searchable-contract.pdf (selectable text)
  → Extract text → contract-text.txt

📋 Workflow 2: Fill a PDF form and sign it

You have an onboarding form to complete. Ask your agent:

*"Fill employee-onboarding.pdf with name 'Jane Smith', start date '2026-03-01', and department 'Engineering', then digitally sign it"*

...