nutrient-agent-skill
Universal Agent Skill for document processing with Nutrient DWS API
GraphCanon updated 1w · GitHub synced 1w
Decision brief
The nutrient-agent-skill is an AI-driven tool for document processing tasks via the Nutrient DWS API.
Good fit when
- - When you need to integrate document-processing abilities into any of over 40 different agents.
- - If your project involves extensive use of Claude Code, Codex, Gemini CLI, Cursor, or other supported AI agents.
Avoid when
- - In environments where Python 3.10 is not available or not suitable.
- - When working with a specific set of non-supported agents that do not integrate with the Nutrient DWS API.
- Requirements:
- - Requires Python 3.10+ and the 'uv' library installation.; - Necessary to have a valid Nutrient API key to utilize the tool's full functionality.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Slowing (135d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install nutrient-agent-skill PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
The PSPDFKit-labs/nutrient-agent-skill provides universal agent support for document processing tasks using the Nutrient Data Web Services (DWS) API.
Capability facts
- Languages
- python
Source: github.language · Aug 6, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 6, 2026)
npx skills add PSPDFKit-labs/nutrient-agent-skillSource link
Source: README excerpt (regex_v1, Aug 6, 2026)
npx skills add PSPDFKit-labs/nutrient-agent-skill -a claude-code -a codex -a cursorSource link
Source: README excerpt (regex_v1, Aug 6, 2026)
| **Windsurf** | `.windsurf/skills/` | `~/.codeium/windsurf/skills/` |Source link
Tags
README
Install the skill (works with 40+ agents)
npx skills add PSPDFKit-labs/nutrient-agent-skill
Requirements
- Python 3.10+
uvinstalled: https://docs.astral.sh/uv/- Nutrient API key
Install to all detected agents
npx skills add PSPDFKit-labs/nutrient-agent-skill
Install to specific agents only
npx skills add PSPDFKit-labs/nutrient-agent-skill -a claude-code -a codex -a cursor
Install globally (available across all projects)
npx skills add PSPDFKit-labs/nutrient-agent-skill -g
---
### Manual Installation
Copy the `nutrient-document-processing/` folder to your agent's skills directory:
| Agent | Project Path | Global Path |
|-------|-------------|-------------|
| **Claude Code** | `.claude/skills/` | `~/.claude/skills/` |
| **Codex CLI** | `.codex/skills/` | `~/.codex/skills/` |
| **Gemini CLI** | `.gemini/skills/` | `~/.gemini/skills/` |
| **Cursor** | `.cursor/skills/` | `~/.cursor/skills/` |
| **GitHub Copilot** | `.github/skills/` | `~/.copilot/skills/` |
| **OpenCode** | `.opencode/skills/` | `~/.config/opencode/skills/` |
| **Windsurf** | `.windsurf/skills/` | `~/.codeium/windsurf/skills/` |
| **Amp** | `.agents/skills/` | `~/.config/agents/skills/` |
| **OpenClaw** | `skills/` | `~/.moltbot/skills/` |
| **Roo Code** | `.roo/skills/` | `~/.roo/skills/` |
Example for Claude Code:
```bash
git clone https://github.com/PSPDFKit-labs/nutrient-agent-skill.git
cp -r nutrient-agent-skill/nutrient-document-processing ~/.claude/skills/
License
Apache-2.0
For agents
This page has a .md twin and JSON over the API.