← 返回 Skills 市场
madmantim

paperless-ngx-tools

作者 madmantim · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
2225
总下载
3
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install paperless-ngx-tools
功能描述
Manage documents in Paperless-ngx - search, upload, tag, and retrieve.
安全使用建议
This skill appears to do what it claims: run the included Node scripts to manage Paperless-ngx via its API. Before installing: 1) Ensure you have Node.js available locally (SKILL.md uses `node` but the registry entry didn't list it). 2) Only set PAPERLESS_URL to a trusted Paperless host and store PAPERLESS_TOKEN securely (the token gives API access to your documents). 3) Review the uploaded/download paths you use (the scripts will read local files for upload and write files for download). 4) Because the skill can be invoked by the agent, consider whether you want autonomous runs using that token; revoke/regenerate the token in Paperless if you later stop using the skill. If you need higher assurance, inspect the bundled scripts yourself (they are included) before running.
功能分析
Type: OpenClaw Skill Name: paperless-ngx-tools Version: 1.0.2 The skill bundle is designed to interact with the Paperless-ngx API for document management. All Node.js scripts (`.mjs`) correctly utilize `PAPERLESS_URL` and `PAPERLESS_TOKEN` from environment variables to make authenticated API calls to the specified Paperless-ngx instance. File system operations (reading for upload, writing for download) are directly related to the skill's stated purpose and do not target sensitive system paths or execute arbitrary commands. The `SKILL.md` documentation provides clear instructions for using the skill and does not contain any prompt injection attempts or instructions for malicious behavior. No external dependencies, obfuscation, or unauthorized network/system access were identified.
能力评估
Purpose & Capability
Name/description, API reference, and scripts all align with managing Paperless-ngx documents. One mismatch: the package includes NodeJS scripts and the SKILL.md shows commands like `node {baseDir}/scripts/...`, but the registry metadata lists no required binaries — it should declare `node` (or `nodejs`) as a required binary.
Instruction Scope
SKILL.md instructs the agent to call local scripts and document the two env vars. The scripts only access PAPERLESS_URL/PAPERLESS_TOKEN and the Paperless API, read/write local files for upload/download, and fetch metadata — all within the expected scope.
Install Mechanism
No install spec is provided (instruction + bundled scripts). No remote downloads or archive extraction are performed by the skill. This lowers installation risk.
Credentials
Only PAPERLESS_URL and PAPERLESS_TOKEN are required and the primary credential is PAPERLESS_TOKEN — appropriate and proportional for talking to a Paperless-ngx instance.
Persistence & Privilege
always: false and no special persistence or cross-skill/system configuration changes. The skill does perform file I/O (upload/download) as expected, but it does not request elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paperless-ngx-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paperless-ngx-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix display name to match slug
v1.0.1
Fix display name to match slug
v1.0.0
Initial release - Node.js scripts for search, upload, download, tags, types, and correspondents
元数据
Slug paperless-ngx-tools
版本 1.0.2
许可证
累计安装 4
当前安装数 3
历史版本数 3
常见问题

paperless-ngx-tools 是什么?

Manage documents in Paperless-ngx - search, upload, tag, and retrieve. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2225 次。

如何安装 paperless-ngx-tools?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paperless-ngx-tools」即可一键安装,无需额外配置。

paperless-ngx-tools 是免费的吗?

是的,paperless-ngx-tools 完全免费(开源免费),可自由下载、安装和使用。

paperless-ngx-tools 支持哪些平台?

paperless-ngx-tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 paperless-ngx-tools?

由 madmantim(@madmantim)开发并维护,当前版本 v1.0.2。

💬 留言讨论