← 返回 Skills 市场
Nudocs
作者
Jonathan Rhyne
· GitHub ↗
· v1.2.0
2078
总下载
1
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install nudocs
功能描述
Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents".
安全使用建议
This skill looks internally consistent, but take these practical precautions before installing: 1) Verify the npm package and GitHub repo (publisher, recent commits, issues) match the official Nudocs/PSPDFKit sources and pin a specific version. 2) Treat NUDOCS_API_KEY like any API secret—provide the minimum-privilege key, store it in your secrets manager, and rotate if needed. 3) Remember global npm installs can run arbitrary code at install time—review package install scripts if you will run npm install -g. 4) Consider installing and testing the CLI in an isolated environment (container or VM) first. 5) The agent can invoke this skill autonomously (platform default); if you want to limit that, control agent invocation settings in your platform rather than relying on the skill. If you need higher assurance, ask the skill author for a checksum or signed release or review the CLI source before installing.
功能分析
Type: OpenClaw Skill
Name: nudocs
Version: 1.2.0
The skill bundle is designed to interact with the Nudocs.ai document management service via its CLI. It instructs the OpenClaw agent to install the `@nutrient-sdk/nudocs-cli` npm package and use `nudocs` commands for uploading, downloading, and managing documents. All requested permissions (shell execution, file system access, network calls) are consistent with the stated purpose. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized command execution, or explicit prompt injection instructions designed to harm the agent or user. The use of `gimme` in `references/formats.md` is a minor inconsistency but not malicious, as the primary `SKILL.md` clearly specifies `nudocs` commands for the agent.
能力评估
Purpose & Capability
Name/description (upload/edit/export via Nudocs.ai) match the declared dependencies: a 'nudocs' CLI binary, an NUDOCS_API_KEY environment variable, and a Nudocs config file path. The npm package cited (@nutrient-sdk/nudocs-cli) and GitHub repo correspond to the CLI.
Instruction Scope
SKILL.md instructs only CLI actions (upload, list, link, pull, delete, config) and how to supply an API key. It does not ask for unrelated files, system credentials, or hidden network endpoints; it only reads/writes the expected document files and the configured Nudocs API key.
Install Mechanism
Installation uses a public npm package (@nutrient-sdk/nudocs-cli) which is a reasonable delivery for a CLI. npm packages can run install-time scripts, so verify the package source/maintainer and prefer installing from a reviewed publisher or pinned version. The provided GitHub repo points to PSPDFKit/nudocs-cli, which aligns with the package metadata.
Credentials
The single required secret (NUDOCS_API_KEY) and a single user config file (~/.config/nudocs/api_key) are proportional to a service-integration skill. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistent presence. It installs a CLI binary (nudocs) into the environment when the npm package is installed, which is expected for a CLI-based integration and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nudocs - 安装完成后,直接呼叫该 Skill 的名称或使用
/nudocs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Fix scanner flags: declare ~/.config/nudocs/api_key config path, link npm package to GitHub repo for provenance
v1.1.0
Fix: migrate metadata key to openclaw, declare NUDOCS_API_KEY env requirement
v1.0.0
Initial release - Upload, edit, and export documents via Nudocs.ai
元数据
常见问题
Nudocs 是什么?
Upload, edit, and export documents via Nudocs.ai. Use when creating shareable document links for collaborative editing, uploading markdown/docs to Nudocs for rich editing, or pulling back edited content. Triggers on "send to nudocs", "upload to nudocs", "edit in nudocs", "pull from nudocs", "get the nudocs link", "show my nudocs documents". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2078 次。
如何安装 Nudocs?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nudocs」即可一键安装,无需额外配置。
Nudocs 是免费的吗?
是的,Nudocs 完全免费(开源免费),可自由下载、安装和使用。
Nudocs 支持哪些平台?
Nudocs 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nudocs?
由 Jonathan Rhyne(@jdrhyne)开发并维护,当前版本 v1.2.0。
推荐 Skills