---
title: "Process, redact, OCR, and sign documents with Nutrient Agent Skill"
description: "Give coding agents one promptable workflow surface for OCR, extraction, redaction, form filling, conversion, and signing across document-heavy tasks."
verification: "listed"
source: "https://github.com/PSPDFKit-labs/nutrient-agent-skill"
author: "PSPDFKit-labs"
publisher_type: "organization"
category:
  - "Data Extraction & Transformation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "PSPDFKit-labs/nutrient-agent-skill"
  github_stars: 5
---

# Process, redact, OCR, and sign documents with Nutrient Agent Skill

Give coding agents one promptable workflow surface for OCR, extraction, redaction, form filling, conversion, and signing across document-heavy tasks.

## Prerequisites

Python 3.10+, uv, a Nutrient API key, and an agent environment that supports Agent Skills

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install the skill with npx skills add PSPDFKit-labs/nutrient-agent-skill, set NUTRIENT_API_KEY in the environment, ensure Python and uv are available, then invoke the documented OCR, extraction, redaction, conversion, or signing prompts from your agent.
```

## Documentation

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

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/process-redact-ocr-and-sign-documents-with-nutrient-agent-skill/)
