← 返回 Skills 市场
2059
总下载
3
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install paperless-docs
功能描述
Manage documents in Paperless-ngx - search, upload, tag, and retrieve.
安全使用建议
This skill appears to do exactly what it says: it runs small Node scripts that call your Paperless-ngx API. Before installing, ensure you: (1) only provide a PAPERLESS_TOKEN for an account you trust because it can read/upload/delete documents; (2) have Node.js available to run the scripts; (3) review the included scripts (they are provided) and confirm PAPERLESS_URL points to your intended host (not a public or attacker-controlled URL); and (4) be cautious about file paths you pass to upload/download (they read/write user-specified files). If you want to limit risk, create a Paperless user with scoped permissions for automation rather than reusing a full-admin token.
功能分析
Type: OpenClaw Skill
Name: paperless-docs
Version: 1.0.0
The skill bundle provides a set of Node.js scripts for managing documents in Paperless-ngx via its REST API. All scripts correctly utilize `PAPERLESS_URL` and `PAPERLESS_TOKEN` environment variables for authentication and API interaction. File system access is limited to reading user-specified files for upload (`scripts/upload.mjs`) and writing downloaded documents to user-specified or current directory paths (`scripts/download.mjs`), which are legitimate functions for a document management skill. The `SKILL.md` and `references/api.md` files serve as documentation and do not contain any prompt injection attempts or instructions for malicious actions. There is no evidence of data exfiltration, unauthorized execution, persistence, or obfuscation.
能力评估
Purpose & Capability
Name/description match the included Node scripts and API reference. The requested env vars (PAPERLESS_URL, PAPERLESS_TOKEN) are exactly what a Paperless-ngx client needs; no unrelated services or binaries are requested.
Instruction Scope
SKILL.md and scripts confine actions to the Paperless API and user-specified filesystem paths (upload reads a given file; download writes to a chosen path). There are no instructions to read unrelated system files, other credentials, or to exfiltrate data to third-party domains; all network calls target ${PAPERLESS_URL}/api/.
Install Mechanism
No install spec is present (instruction + scripts only). Scripts require a Node.js environment to run, which is expected for .mjs files; nothing is downloaded from untrusted URLs or written to system locations by an installer.
Credentials
Only PAPERLESS_URL and PAPERLESS_TOKEN are required and the primary credential is the API token — appropriate for this integration. Note: the token grants access to documents and metadata on the Paperless instance, so treat it as sensitive.
Persistence & Privilege
always:false and there is no request to modify other skills or global agent configuration. The skill can be invoked autonomously by the agent (platform default), but it does not request elevated or persistent system privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paperless-docs - 安装完成后,直接呼叫该 Skill 的名称或使用
/paperless-docs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, upload, download, tag, and manage documents via Paperless-ngx REST API
元数据
常见问题
Paperless-ngx Document Manager 是什么?
Manage documents in Paperless-ngx - search, upload, tag, and retrieve. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2059 次。
如何安装 Paperless-ngx Document Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paperless-docs」即可一键安装,无需额外配置。
Paperless-ngx Document Manager 是免费的吗?
是的,Paperless-ngx Document Manager 完全免费(开源免费),可自由下载、安装和使用。
Paperless-ngx Document Manager 支持哪些平台?
Paperless-ngx Document Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paperless-ngx Document Manager?
由 madmantim(@madmantim)开发并维护,当前版本 v1.0.0。
推荐 Skills