← 返回 Skills 市场
oskarstark

Paperless-ngx

作者 Oskar Stark · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2584
总下载
4
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install paperless-ngx
功能描述
Interact with Paperless-ngx document management system via REST API. Use when users want to search, upload, download, organize documents, manage tags, correspondents, or document types in their Paperless-ngx instance.
安全使用建议
This skill appears to do what it says (talk to a Paperless-ngx REST API), but there are two things to resolve before trusting it: (1) the SKILL.md requires PAPERLESS_URL and PAPERLESS_TOKEN but the registry metadata doesn't declare them — ask the publisher to correct the metadata so you can audit required secrets; (2) the API token grants powerful actions (upload, delete, bulk edits). Only provide a token with the minimum permissions needed, store it securely, and be prepared to revoke/rotate it if something unexpected happens. Because the source/homepage is unknown, prefer installing only if you can verify the publisher or obtain the skill's source/instructions from a trusted location. If possible, test with a read-only or limited account first rather than an admin token.
功能分析
Type: OpenClaw Skill Name: paperless-ngx Version: 1.0.0 The skill bundle is designed to interact with the Paperless-ngx REST API, requiring `PAPERLESS_URL` and `PAPERLESS_TOKEN` environment variables. All `curl` commands demonstrated in `SKILL.md` are directly related to document management operations (search, upload, download, delete, metadata updates, tag/correspondent/document type management) against the user-configured Paperless-ngx instance. While it involves network calls and local file operations (for document upload/download), these are essential for the skill's stated purpose and show no evidence of malicious intent, data exfiltration to unauthorized endpoints, prompt injection against the agent, or other harmful behaviors.
能力评估
Purpose & Capability
SKILL.md describes exactly the Paperless-ngx REST operations you'd expect (search, upload, download, metadata updates, delete, tags, correspondents, bulk operations). However, the skill's registry metadata lists no required environment variables or primary credential while SKILL.md explicitly requires PAPERLESS_URL and PAPERLESS_TOKEN — a metadata mismatch that prevents clear permission/credential auditing.
Instruction Scope
Runtime instructions are narrowly scoped to making HTTP requests to the user-supplied Paperless-ngx instance and to reading two environment variables (PAPERLESS_URL and PAPERLESS_TOKEN). There are no instructions to read unrelated files, other env vars, or to send data to external endpoints beyond the specified base URL.
Install Mechanism
No install spec and no code files (instruction-only). This is low-risk from an install perspective because nothing is written to disk or downloaded by the skill itself.
Credentials
Requesting an API token and base URL is appropriate for this functionality, but the skill does not declare these required env vars in the registry metadata. Also note the PAPERLESS_TOKEN, if provided, can permit sensitive actions (upload, delete, bulk edit). The token's broad privileges are proportional to the operations shown but warrant caution and least-privilege use.
Persistence & Privilege
The skill does not request permanent presence (always: false), has no install actions, and does not modify other skills or system-wide configuration. Normal autonomous invocation is allowed (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paperless-ngx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paperless-ngx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with document management, search, upload, download, tags, correspondents, and document types support.
元数据
Slug paperless-ngx
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

Paperless-ngx 是什么?

Interact with Paperless-ngx document management system via REST API. Use when users want to search, upload, download, organize documents, manage tags, correspondents, or document types in their Paperless-ngx instance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2584 次。

如何安装 Paperless-ngx?

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

Paperless-ngx 是免费的吗?

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

Paperless-ngx 支持哪些平台?

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

谁开发了 Paperless-ngx?

由 Oskar Stark(@oskarstark)开发并维护,当前版本 v1.0.0。

💬 留言讨论