Prepare local documents for OpenClaw review without losing source anchors, redaction notes, or validation checkpoints.
Documents
Nutrient OpenClaw
Try itConvert, OCR, extract, redact, watermark, and sign PDF and Office documents inside OpenClaw via the Nutrient DWS plugin.
What it does
The Nutrient OpenClaw plugin exposes native `nutrient_*` tools for document work in OpenClaw conversations: PDF and Office conversion, text/table extraction, OCR, pattern- and AI-based redaction, watermarking, digital signing, and credit-balance checks. Each operation sends the file or extracted content to Nutrient's hosted Document Web Service (DWS) over HTTPS; Nutrient documents that input and output are not persistently stored after processing. Configure a Nutrient DWS API key in your OpenClaw plugin entry, then call the tool that matches the task.
When to use it
- Converting a DOCX, XLSX, PPTX, HTML, or image file to PDF inside an OpenClaw chat
- Running OCR on a scanned receipt or PDF and pulling tables or key-value pairs
- Redacting PII such as SSNs, emails, or phone numbers from a contract
- Adding a CONFIDENTIAL watermark or digital signature to a PDF
The skill document
Nutrient Document Processing (OpenClaw Native)
Best for OpenClaw users. Process documents directly in OpenClaw conversations — PDF conversion, text/table extraction, OCR, PII redaction, digital signatures, and watermarking via native nutrient_* tools.
Installation
Preferred install flow inside OpenClaw:
openclaw plugins install @nutrient-sdk/nutrient-openclaw
Configure your API key:
plugins:
entries:
nutrient-openclaw:
config:
apiKey: "your-api-key-here"
Get an API key at nutrient.io/api
Data Handling
nutrient_*operations send the file or extracted document content to Nutrient DWS for processing.- Review Nutrient's Processor API security and privacy details before using production or sensitive documents.
- Nutrient documents its hosted Processor API as using HTTPS for data in transit and as not persistently storing input or output files after processing; confirm that matches your organization's requirements before uploading sensitive material.
- Start with non-sensitive sample files and a least-privilege API key.
Available Tools
| Tool | Description |
|---|---|
nutrient_convert_to_pdf | Convert DOCX, XLSX, PPTX, HTML, or images to PDF |
nutrient_convert_to_image | Render PDF pages as PNG, JPEG, or WebP |
nutrient_convert_to_office | Convert PDF to DOCX, XLSX, or PPTX |
nutrient_extract_text | Extract text, tables, or key-value pairs |
nutrient_ocr | Apply OCR to scanned PDFs or images |
nutrient_watermark | Add text or image watermarks |
nutrient_redact | Redact via patterns (SSN, email, phone) |
nutrient_ai_redact | AI-powered PII detection and redaction |
nutrient_sign | Digitally sign PDF documents |
nutrient_check_credits | Check API credit balance and usage |
Example Prompts
Convert: "Convert this Word doc to PDF"
Extract: "Extract all text from this scanned receipt" / "Pull tables from this PDF"
Redact: "Redact all PII from this document" / "Remove email addresses and phone numbers"
Watermark: "Add a CONFIDENTIAL watermark to this PDF"
Sign: "Sign this contract as Jonathan Rhyne"
Links
Related skills
Parse complex PDFs and document images with MinerU through either the hosted MinerU API or the local open-source MinerU runtime. Use when Codex, OpenClaw, Cl...
Send client agreements for signature by detecting signature blocks with NanoPDF and placing DocuSign tabs automatically. Use when a user needs an OpenClaw wo...
Audit an OpenClaw agent workspace and generate standardized evaluation reports, scores, and patches. Use when asked to review memory quality, retrieval effic...
Advanced PDF tool: text/table extraction, creation, merge/split, forms, OCR — PLUS unique feature: PDF-to-Markdown conversion, batch folder processing and automatic AI document summaries.
Set up an OpenClaw personal AI assistant by generating tailored configuration files through guided Q&A.