名称: nutrient-openclaw
描述: 专为 OpenClaw 设计的原生 PDF/文档处理技能,适用于 Nutrient DWS。最适合需要在 OpenClaw 中进行 PDF 转换、OCR、文本/表格提取、PII 脱敏、水印添加、数字签名以及通过内置 nutrient_* 工具进行 API 额度检查的 OpenClaw 用户。触发条件包括 OpenClaw 工具名称(如 nutrient_convert_to_pdf、nutrient_extract_text 等)、“OpenClaw 插件”、“Nutrient OpenClaw”以及在 OpenClaw 聊天中的文档处理请求。对于非 OpenClaw 环境,请使用通用 Nutrient 文档处理技能。
主页: https://www.nutrient.io/api/
元数据:
{
"openclaw":
{
"emoji": "📄",
"requires":
{
"config":
["plugins.entries.nutrient-openclaw.config.apiKey"],
},
"install":
[
{
"id": "nutrient-openclaw",
"kind": "plugin",
"package": "@nutrient-sdk/nutrient-openclaw",
"label": "安装 Nutrient OpenClaw 插件",
},
],
},
}
最适合 OpenClaw 用户。直接在 OpenClaw 对话中处理文档——通过原生 nutrient_* 工具实现 PDF 转换、文本/表格提取、OCR、PII 脱敏、数字签名和水印添加。
openclaw plugins install @nutrient-sdk/nutrient-openclaw
配置您的 API 密钥:
plugins:
entries:
nutrient-openclaw:
config:
apiKey: "your-api-key-here"
在 nutrient.io/api 获取 API 密钥。
nutrient_extract_text.language 参数应作为字符串传递。english,german)。| 工具 | 描述 |
|---|---|
nutrient_convert_to_pdf |
将 DOCX、XLSX、PPTX、HTML 或图像转换为 PDF |
nutrient_convert_to_image |
将 PDF 页面渲染为 PNG、JPEG 或 WebP |
nutrient_convert_to_office |
将 PDF 转换为 DOCX、XLSX 或 PPTX |
nutrient_extract_text |
提取文本、表格或键值对 |
nutrient_ocr |
对扫描的 PDF 或图像应用 OCR |
nutrient_watermark |
添加文本或图像水印 |
nutrient_redact |
通过模式匹配脱敏(如 SSN、邮箱、电话) |
nutrient_ai_redact |
基于 AI 的 PII 检测与脱敏 |
nutrient_sign |
为 PDF 文档添加数字签名 |
nutrient_check_credits |
检查 API 额度余额及使用情况 |
转换: “将此 Word 文档转换为 PDF”
提取: “从此扫描收据中提取所有文本” / “从此 PDF 中提取表格”
脱敏: “从此文档中脱敏所有 PII” / “移除邮箱地址和电话号码”
水印: “为此 PDF 添加‘机密’水印”
签名: “以 Jonathan Rhyne 的身份签署此合同”