Home/AI Agents/nutrient-agent-skill
nutrient-agent-skill logo

nutrient-agent-skill

Enrichment pending
PSPDFKit-labs/nutrient-agent-skill

Universal Agent Skill for document processing with Nutrient DWS API — works with Claude Code, Codex, Gemini CLI, Cursor, and 35+ more agents

GraphCanon updated today · GitHub synced today

12
Stars
0
Forks
0
Open issues
0
Watchers
3mo
Last push
PythonCreated Feb 6, 2026

Trust & integrity

Full report
Maintenance
Slowing (110d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No MCP manifest
As of today · Source: mcp_manifest

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Universal Agent Skill for document processing with Nutrient DWS API — works with Claude Code, Codex, Gemini CLI, Cursor, and 35+ more agents

Capability facts

Languages
python

Source: github.language · Jul 12, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 12, 2026)

npx skills add PSPDFKit-labs/nutrient-agent-skill
Source link
Python runtimePython

Source: README excerpt (regex_v1, Jul 12, 2026)

- Python 3.10+
Source link
Works with CursorCursor

Source: README excerpt (regex_v1, Jul 12, 2026)

npx skills add PSPDFKit-labs/nutrient-agent-skill -a claude-code -a codex -a cursor
Source link
Works with WindsurfWindsurf

Source: README excerpt (regex_v1, Jul 12, 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



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