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.
Why use this skill?
Learn to use the Nutrient OpenClaw skill for PDF conversion, OCR, text extraction, PII redaction, and digital signing in your OpenClaw workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jdrhyne/nutrient-openclawWhat This Skill Does
The nutrient-openclaw skill is a specialized, native integration designed to bring powerful document processing capabilities directly into your OpenClaw workflow. It serves as a bridge between the OpenClaw agent and the Nutrient Document Web SDK (DWS), enabling users to perform sophisticated document operations without leaving their chat interface. Whether you are dealing with document conversion, data extraction, or security-critical tasks like redaction and digital signatures, this skill leverages built-in nutrient_* tools to handle complex tasks reliably.
Installation
To integrate this skill into your environment, use the OpenClaw package manager. Execute the following command in your terminal:
openclaw plugins install @nutrient-sdk/nutrient-openclaw
After installation, you must provide your authentication credentials in the OpenClaw configuration file. Add your API key under the plugin settings as shown below:
plugins:
entries:
nutrient-openclaw:
config:
apiKey: "your-api-key-here"
You can acquire a valid API key at nutrient.io/api. Always ensure your environment variables or configuration files are secured.
Use Cases
This skill is highly versatile and supports a variety of document-centric workflows. Primary use cases include:
- Document Conversion: Quickly transforming Office files (DOCX, XLSX, PPTX) into standardized, cross-platform PDF files, or converting PDF pages into high-resolution images for previews.
- Data Extraction: Automating the retrieval of text and tabular data from scanned documents or digital receipts, including support for multi-language OCR.
- Security and Compliance: Enforcing data privacy by automating PII redaction (using both pattern-based and AI-powered detection) and ensuring document authenticity through digital signatures.
- Branding: Applying consistent watermarks to documents to mark them as draft, confidential, or proprietary.
- Administrative Oversight: Monitoring your current usage and credit balance directly through the CLI.
Example Prompts
- "Please convert the attached proposal.docx into a PDF file so I can review it."
- "Extract all the table data from this invoice PDF and give me a summary in Markdown."
- "Redact all PII including social security numbers and email addresses from the document I just uploaded."
Tips & Limitations
When using nutrient_extract_text, ensure you define the language parameter accurately to maximize accuracy. For multi-language documents, use a comma-separated string (e.g., 'english,french'). Note that the effectiveness of AI redaction depends on the complexity of the document layout. Always verify redacted files before sharing them publicly. Remember that for non-OpenClaw environments, you should use the standard Universal Nutrient Document Processing skill instead of this specific version.
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-openclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api
Related Skills
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".
google-ads
Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operations with google-ads Python SDK, (2) Browser automation mode for users without API access - just attach a browser tab to ads.google.com. Use when asked to check ad performance, pause campaigns/keywords, find wasted spend, audit conversion tracking, or optimize Google Ads accounts.
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.