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. 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "nutrient-openclaw" with this command: npx skills add jdrhyne/nutrient-openclaw

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

ToolDescription
nutrient_convert_to_pdfConvert DOCX, XLSX, PPTX, HTML, or images to PDF
nutrient_convert_to_imageRender PDF pages as PNG, JPEG, or WebP
nutrient_convert_to_officeConvert PDF to DOCX, XLSX, or PPTX
nutrient_extract_textExtract text, tables, or key-value pairs
nutrient_ocrApply OCR to scanned PDFs or images
nutrient_watermarkAdd text or image watermarks
nutrient_redactRedact via patterns (SSN, email, phone)
nutrient_ai_redactAI-powered PII detection and redaction
nutrient_signDigitally sign PDF documents
nutrient_check_creditsCheck 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Nutrient Document Processing (Universal Agent Skill)

Universal (non-OpenClaw) Nutrient DWS document-processing skill for Agent Skills-compatible products. Best for Claude Code, Codex CLI, Gemini CLI, Cursor, Wi...

Registry SourceRecently Updated
0270
Profile unavailable
General

Mistral OCR

Extract text, tables, and images from PDFs or images using Mistral OCR API and output in Markdown, JSON, or HTML formats.

Registry SourceRecently Updated
51.3K
Profile unavailable
Security

Privacy Mask

Mask and redact sensitive information (PII) in screenshots and images — phone numbers, emails, IDs, API keys, crypto wallets, credit cards, passwords, and mo...

Registry SourceRecently Updated
1120
Profile unavailable