← 返回 Skills 市场
Nutrient Document Processing (Universal Agent Skill)
作者
Jonathan Rhyne
· GitHub ↗
· v1.1.2
· MIT-0
615
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install nutrient-document-processing-universal
功能描述
Universal (non-OpenClaw) Nutrient DWS document-processing skill for Agent Skills-compatible products. Best for Claude Code, Codex CLI, Gemini CLI, Cursor, Wi...
安全使用建议
This skill appears to do what it says (document processing via Nutrient) and requires the Nutrient API keys and either curl or npx. Before installing: (1) review the @nutrient-sdk/dws-mcp-server package source on npm/GitHub if you plan to use MCP mode (npx will download and run it), (2) avoid pasting API keys into shared/persistent config files unless you trust the environment — prefer scoped/limited keys or temporary credentials, (3) set SANDBOX_PATH to a restricted directory to limit filesystem exposure, and (4) if you only need direct calls, prefer curl mode to avoid executing remote npm code. If you need higher assurance, ask the publisher for a signed release or include a local vetted binary instead of npx.
功能分析
Type: OpenClaw Skill
Name: nutrient-document-processing-universal
Version: 1.1.2
The skill is a legitimate integration for the Nutrient (formerly PSPDFKit) Document Processing API. It provides instructions for document conversion, OCR, and redaction using either a standard MCP server (@nutrient-sdk/dws-mcp-server) or direct curl commands to api.nutrient.io. The documentation is transparent about data being sent to the external API and follows standard security practices for agent skills.
能力评估
Purpose & Capability
Name, description, and operations (convert, OCR, redact, extract, sign, etc.) align with the declared requirements: it needs API keys for Nutrient and either curl or npx for direct API or MCP server mode. Requesting an npm package for an MCP server and showing curl examples is coherent with a document-processing integration.
Instruction Scope
SKILL.md stays on-topic (shows curl API calls and MCP server setup). Two practical caveats: (1) the MCP config example embeds NUTRIENT_DWS_API_KEY in a JSON config, which would persist the key in a config file if users paste it there, contradicting the doc's claim that keys aren't stored beyond the session; (2) MCP server uses a SANDBOX_PATH and may read/write files in that directory (expected for processing, but worth noting).
Install Mechanism
Install uses npx to fetch/run @nutrient-sdk/dws-mcp-server from npm at runtime. This is an expected mechanism for an optional MCP server, but npx downloads and executes code from the public npm registry each time — moderate operational risk if you haven't reviewed the package source or don't trust the publisher.
Credentials
Requires two env vars (NUTRIENT_API_KEY for direct API calls and NUTRIENT_DWS_API_KEY for MCP server). Both are plausible for supporting both modes. The SKILL.md's guidance to put keys into persistent MCP config or environment files can cause long-lived storage of secrets — consider using short-lived or scoped keys and avoid pasting secrets into shared config files.
Persistence & Privilege
always:false and standard autonomous invocation behavior are appropriate. The skill does not request system-wide privileges. The only notable persistence vector is the user-populated MCP config (which is outside the skill itself) and the fact that npx will fetch and run code from npm.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nutrient-document-processing-universal - 安装完成后,直接呼叫该 Skill 的名称或使用
/nutrient-document-processing-universal触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
Clarify full DWS capability coverage in listing summary (convert PDF/Office/images, OCR, extraction, PII redaction, watermark, signing, merge/split/reorder, form fill, usage checks).
v1.1.1
Fix scanner metadata mismatch: add top-level homepage/repository and explicit openclaw requires env/bins/install metadata; keep safety boundaries
v1.1.0
Fix suspicious flag: declare required env vars (NUTRIENT_API_KEY, NUTRIENT_DWS_API_KEY), add Safety Boundaries section documenting data handling
v1.0.1
SEO/positioning refresh: explicit non-OpenClaw targeting + MCP/API keyword coverage for document workflows.
v1.0.0
Initial ClawHub release for non-OpenClaw environments (MCP/API mode).
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 615 次。
如何安装 Nutrient Document Processing (Universal Agent Skill)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nutrient-document-processing-universal」即可一键安装,无需额外配置。
Nutrient Document Processing (Universal Agent Skill) 是免费的吗?
是的,Nutrient Document Processing (Universal Agent Skill) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nutrient Document Processing (Universal Agent Skill) 支持哪些平台?
Nutrient Document Processing (Universal Agent Skill) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nutrient Document Processing (Universal Agent Skill)?
由 Jonathan Rhyne(@jdrhyne)开发并维护,当前版本 v1.1.2。
推荐 Skills