Automate document processing workflows with Nutrient DWS API via Python client and uv CLI scripts. Convert, merge, split PDFs; run OCR; extract text, tables, key-value pairs; apply watermarks, redactions, signatures; optimize, protect, reorder pages; chain into custom multi-step pipelines.
AI agent skills for Nutrient APIs and SDKs. Works with Claude Code, Codex, Pi, Cursor, Gemini CLI, and other agents.
| Plugin | Skill | Description |
|---|---|---|
nutrient-dws | document-processor-api | Convert, extract, transform, and secure documents via the Nutrient Document Web Services API |
pdf-to-markdown | pdf-to-markdown | Extract text from PDFs as structured, semantic Markdown |
Install using the Skills CLI:
npx skills add pspdfkit-labs/nutrient-skills --skill document-processor-api
npx skills add pspdfkit-labs/nutrient-skills --skill pdf-to-markdown
This works with Claude Code, Codex, Cursor, Gemini CLI, and many other agents.
To list all available skills in this repo:
npx skills add pspdfkit-labs/nutrient-skills --list
Both Claude Code and Codex support the /plugin command:
/plugin marketplace add pspdfkit-labs/nutrient-skills
/plugin install nutrient-dws@nutrient-skills
After installation, the plugin's skills will automatically load in all future sessions.
You can install the Nutrient skills with:
pi install git:github.com/PSPDFKit-labs/nutrient-skills
Pi will load all skills from the packaged plugins/*/skills directories. If you only want to try the package without installing it, use:
pi -e git:github.com/PSPDFKit-labs/nutrient-skills
You can still point Pi at a specific plugin's skills/ directory or at the repo-wide plugins/ directory in ~/.pi/agent/settings.json or a project-local .pi/settings.json if you prefer manual control.
Clone the repository and point your agent at the skill directory:
git clone https://github.com/pspdfkit-labs/nutrient-skills.git
# Skills live under plugins/<plugin>/skills/<skill>/SKILL.md
Reference SKILL.md directly in your agent's context, or symlink the skill directory into wherever your agent resolves skills.
.claude-plugin/
marketplace.json Marketplace catalog
AGENTS.md Agent instructions (Codex, generic)
CLAUDE.md Agent instructions (Claude Code)
plugins/
<plugin-name>/ One directory per plugin
.claude-plugin/
plugin.json Plugin manifest (Claude Code)
.codex-plugin/
plugin.json Plugin manifest (Codex)
skills/
<skill-name>/ One or more skills per plugin
SKILL.md Skill definition
scripts/ Optional: task scripts
assets/ Optional: templates, static files
references/ Optional: API docs, guides
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub pspdfkit-labs/nutrient-skills --plugin nutrient-dwsSDK Usability Benchmark — generate, execute, judge, and analyze AI agent benchmark suites
Extract text as structured, semantic Markdown from a PDF.
Extract text as structured, semantic Markdown from a PDF.
Anthropic's production PDF skill — extract text and tables, fill forms and generate PDFs. Essential for financial statements, contracts and scanned invoices.
Official Anthropic skills for PDF, Word, PowerPoint, and Excel document processing.
Parse PDF / Office / image files into clean Markdown via MinerU — zero-dependency, AI-Native, auto-routing between the free Agent API and the token-gated Standard API, with 15 content-tool delivery sinks.
Professional document processing suite: 3 comprehensive skills for Word (.docx), Excel (.xlsx), and PDF files - create, edit, analyse, and process documents with advanced features like tracked changes, forms, tables, OCR, and formulas
Ingest documentation sites and generate Claude Code skills