Prepare local documents for OpenClaw review without losing source anchors, redaction notes, or validation checkpoints.
文档
Nutrient OpenClaw
试用在 OpenClaw 中通过 Nutrient DWS 插件完成 PDF 与 Office 文档的转换、OCR、抽取、加水印、签名与脱敏。
它能做什么
Nutrient OpenClaw 插件在 OpenClaw 会话中暴露一组 `nutrient_*` 原生工具,可用于 PDF 与 Office 文档的转换、文本与表格抽取、OCR、基于规则与 AI 的脱敏、加水印、数字签名,以及查询 API 额度。每次调用都会把文件或抽取后的内容通过 HTTPS 发送至 Nutrient 托管的 Document Web Service(DWS)进行处理,官方文档说明处理完成后不会持久化存储输入与输出文件。在 OpenClaw 插件条目中配置好 Nutrient D
技能文档
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
相关技能
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.
通过多轮引导式问答,生成完整的 OpenClaw 个人 AI 助手配置文件。