jdrhyne/nutrient-openclaw
>- OpenClaw-native document processing skill for Nutrient DWS. Use when OpenClaw users need to convert files, extract text or tables, OCR scans, redact PII, watermark PDFs, digitally sign documents, or check credit usage from chat attachments or workspace files. Triggers on OpenClaw tool names (`nutrient_convert_to_pdf`, `nutrient_extract_text`, etc.), "OpenClaw plugin", "Nutrient OpenClaw", and document-processing requests in OpenClaw chats. Files are processed by Nutrient DWS over the network, so use it only when third-party document processing is acceptable. For non-OpenClaw environments, use the universal Nutrient document-processing skill instead.
npx skills add https://github.com/jdrhyne/agent-skills --skill nutrient-openclaw
Best for OpenClaw users. Process documents directly in OpenClaw conversations via native nutrient_* tools.
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.
nutrient_* operations send the file or extracted document content to Nutrient DWS for processing.nutrient_convert_to_pdf for Office, HTML, or image to PDF conversion.nutrient_convert_to_image for rendering PDF pages as PNG, JPEG, or WebP.nutrient_convert_to_office for PDF to DOCX, XLSX, or PPTX conversion.nutrient_extract_text for text, tables, and key-value extraction.nutrient_ocr for scanned PDFs or standalone images.nutrient_redact for deterministic preset-based redaction.nutrient_ai_redact for natural-language or contextual PII removal.nutrient_watermark for text or image watermarks.nutrient_sign for digital signing workflows.nutrient_check_credits before batch or AI-heavy runs.-ocr, -redacted, or -signed.nutrient_redact for explicit patterns like SSNs, emails, or phone numbers. Use nutrient_ai_redact only when the request is semantic, broad, or context-dependent.nutrient_sign; do not assume legal signature requirements from a casual request.@nutrient-sdk/nutrient-openclaw first.Take jdrhyne/nutrient-openclaw from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.