Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计未展示

paperlesspaperless 搜索

Agent Skill

paperless 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

17,027

周安装

718

GitHub Stars

177

下载量

9,562
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paperless(paperless 搜索)
来源仓库:https://github.com/moltbot/skills
仓库路径:skills/paperless
安装命令:
npx skills add moltbot/skills --skill "paperless"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add moltbot/skills --skill "paperless"

简介

通过 ppls CLI 与 Paperless-NGX 文档管理系统交互。搜索、检索、上传和组织文档。

SKILL.md

name
paperless
description
Interact with Paperless-NGX document management system via ppls CLI. Search, retrieve, upload, and organize documents.
emoji
📄
metadata
{"clawdbot":{"requires":{"bins":["ppls"]},"install":[{"id":"node","kind":"node","package":"@nickchristensen/ppls","bins":["ppls"],"label":"Install ppls CLI (npm/bun)"}]}}

Paperless-NGX CLI

Search and manage documents in your Paperless-NGX installation using the ppls CLI.

What is Paperless-NGX?

Paperless-NGX is a document management system that scans, OCRs, and organizes your documents. The ppls CLI provides command-line access to search, download, upload, and manage your paperless library.

Setup

Install via npm/bun:

npm install -g @nickchristensen/ppls
# or
bun add -g @nickchristensen/ppls

Configure connection:

ppls config set hostname http://your-paperless-host
ppls config set token your-api-token

Or use environment variables:

export PPLS_HOSTNAME=http://your-paperless-host
export PPLS_TOKEN=your-api-token

Common Commands

Search Documents

# Search by name/title
ppls documents list --name-contains "invoice" --json

# Search by specific IDs
ppls documents list --id-in 1234,5678 --json

# Paginate results
ppls documents list --page 2 --page-size 50 --json

# Sort results
ppls documents list --sort created --json

Get Document Details

# Show full document metadata (including OCR'd content)
ppls documents show 1234 --json

# Get just the basics
ppls documents show 1234 --plain

Download Documents

# Download single file
ppls documents download 1234

# Download to path
ppls documents download 1234 --output /tmp/document.pdf

# Download multiple documents
ppls documents download 1234,5678

# Download multiple documents to path
ppls documents download 1234,5678 --output-dir ~/tmp

Upload Documents

# Upload with metadata
ppls documents add receipt.pdf \
  --title "Store Receipt" \
  --correspondent 5 \
  --document-type 2 \
  --tag 10

# Upload without metadata (will be processed by Paperless)
ppls documents add scan.pdf

Manage Tags

# List all tags
ppls tags list --json

# Create a new tag
ppls tags add "Tax Documents" --color "#ff0000"

# Search tags by name
ppls tags list --name-contains "tax" --json

Manage Correspondents

# List all correspondents
ppls correspondents list --json

# Create new correspondent
ppls correspondents add "New Vendor"

Common Use Cases

"Find documents with 'tax' in the name"

ppls documents list --name-contains "tax" --json

"Show me all invoices"

ppls documents list --name-contains "invoice" --json

"Download a specific document"

ppls documents show 1234 --json  # Get details first
ppls documents download 1234 --output doc.pdf

"Add a scanned receipt with metadata"

ppls documents add receipt.pdf --title "Grocery Receipt" --tag 25 --correspondent 5

"Search for specific text in OCR'd content"

# Get all docs, then search the content field
ppls documents list --json | jq '.[] | select(.content | contains("warranty"))'

Output Formats

ppls supports multiple output formats:

  • --json - Machine-readable JSON (best for scripts/AI)
  • --plain - Plain text (simple, parseable)
  • --table - Formatted table (human-readable)

For AI/automation, always use --json

Tips

  • JSON output: Parse with jq for complex queries
  • Date format: Customize with --date-format (uses date-fns tokens)
  • Pagination: Use --page-size and --page for large result sets
  • IDs: Most commands accept numeric IDs (tags, correspondents, documents)

Links

  • ppls GitHub: https://github.com/NickChristensen/ppls
  • Paperless-NGX Docs: https://docs.paperless-ngx.com/

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

66.61%
按下载量换算6,369

Cursor

28.74%
按下载量换算2,748

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills