nutrient-document-processing
Universal (non-OpenClaw) Nutrient document processing skill for Agent Skills-compatible products. Best for Claude Code, Codex CLI, Gemini CLI, Cursor, Windsurf, OpenCode, and Copilot environments that do not expose OpenClaw `nutrient_*` tools. Supports PDF conversion, OCR, text/table extraction, PII redaction, watermarking, digital signatures, form fill, merge/split/reorder pages, and API usage checks. Prefers MCP server mode, with direct API/curl fallback. Activates on keywords: PDF, document, convert, extract, OCR, redact, watermark, sign, merge, split, compress, form fill, document processing, MCP.
Why use this skill?
Enhance your AI agent with Nutrient document processing. Easily convert, OCR, redact, merge, and extract data from PDFs and office docs using this universal skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jdrhyne/nutrient-document-processing-universalWhat This Skill Does
The Nutrient Document Processing skill serves as a high-performance, universal bridge between AI coding agents and the robust Nutrient DWS (Document Workflow Service) API. While native tools are often locked behind proprietary ecosystems, this skill provides a standardized, vendor-neutral interface for professional-grade document manipulation. Whether you are working in Cursor, Windsurf, or a CLI-based environment like Claude Code, this skill enables you to programmatically convert, edit, and extract data from a massive variety of file formats including PDF, DOCX, XLSX, and images. It handles the heavy lifting of document orchestration—from OCR and PII redaction to complex page merging and digital signature verification.
Installation
Installation is streamlined for OpenClaw-compatible environments. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/jdrhyne/nutrient-document-processing-universal
For best performance and to leverage native tool calling, configure the MCP (Model Context Protocol) server. In your agent configuration file (e.g., claude_desktop_config.json), add the nutrient-dws server block pointing to the @nutrient-sdk/dws-mcp-server npm package. Ensure you have set the NUTRIENT_DWS_API_KEY environment variable to authenticate your requests.
Use Cases
This skill is indispensable for workflows requiring structured data extraction or document transformation. Common use cases include:
- Automated Data Entry: Converting scanned invoices or receipts into structured Excel/CSV files.
- Content Sanitization: Automatically redacting PII (Personally Identifiable Information) from documents before pushing them to public repositories.
- Technical Documentation: Merging multiple markdown-converted PDFs into a single, watermarked, and signed professional document.
- Accessibility: OCR-processing image-heavy PDFs to make them text-searchable for indexing.
Example Prompts
- "Process the file
invoice.jpgand extract all table data into a clean CSV file using the Nutrient processor." - "Redact all social security numbers and names from
client_contract.pdfand watermark the remaining pages with 'CONFIDENTIAL'." - "Merge
part1.pdfandpart2.pdf, then convert the result to a docx document for final review."
Tips & Limitations
- Safety First: Always ensure your documents do not contain sensitive information you are not authorized to send to the Nutrient DWS API. While secure, data is processed externally by the Nutrient cloud service.
- API Limits: Keep an eye on your Nutrient usage dashboard, as high-volume OCR tasks can consume API quotas rapidly.
- Fallback Mechanism: If you are not in an MCP-capable environment, the skill gracefully defaults to standard cURL commands, ensuring you remain productive regardless of the tool support provided by your IDE or CLI agent.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jdrhyne-nutrient-document-processing-universal": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api
Related Skills
nutrient-openclaw
OpenClaw-native PDF/document processing skill for Nutrient DWS. Best for OpenClaw users who need PDF conversion, OCR, text/table extraction, PII redaction, watermarking, digital signatures, and API credit checks via built-in `nutrient_*` tools. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. For non-OpenClaw environments, use the Universal Nutrient Document Processing skill instead.
todo-tracker
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
sysadmin-toolbox
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
munger-observer
Daily wisdom review applying Charlie Munger's mental models to your work and thinking. Use when asked to review decisions, analyze thinking patterns, detect biases, apply mental models, do a "Munger review", or run the Munger Observer. Triggers on scheduled daily reviews or manual requests like "run munger observer", "review my thinking", "check for blind spots", or "apply mental models".
jira
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.