·paperless-search
</>

paperless-search

nicolaischmid/agent-skills

Search documents in Paperless-ngx via REST API. Full-text search, tag/correspondent filtering, and direct links to documents.

8Installs·0Trend·@nicolaischmid

Installation

$npx skills add https://github.com/nicolaischmid/agent-skills --skill paperless-search

SKILL.md

| /api/documents/ | List/search documents | | /api/documents/{id}/ | Get single document with full content | | /api/tags/ | List all tags | | /api/correspondents/ | List all correspondents | | /api/documenttypes/ | List all document types |

| query | query=contract+2022 | Full-text search | | correspondentid | correspondentid=5 | Filter by correspondent | | tagsidall | tagsidall=1,2 | Must have all tags | | documenttypeid | documenttypeid=3 | Filter by type | | createddategte| createddategte=2024-01-01 | Created after | | createddatelte| createddatelte=2024-12-31 | Created before |

| ordering | ordering=-created | Sort order | | pagesize | pagesize=50 | Results per page |

Search documents in Paperless-ngx via REST API. Full-text search, tag/correspondent filtering, and direct links to documents. Source: nicolaischmid/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nicolaischmid/agent-skills --skill paperless-search
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is paperless-search?

Search documents in Paperless-ngx via REST API. Full-text search, tag/correspondent filtering, and direct links to documents. Source: nicolaischmid/agent-skills.

How do I install paperless-search?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nicolaischmid/agent-skills --skill paperless-search Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/nicolaischmid/agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01