Che cos'è paperless-search?
Cerca documenti in Paperless-ngx tramite API REST. Ricerca nel testo completo, filtro tag/corrispondente e collegamenti diretti ai documenti. Fonte: nicolaischmid/agent-skills.
Cerca documenti in Paperless-ngx tramite API REST. Ricerca nel testo completo, filtro tag/corrispondente e collegamenti diretti ai documenti.
Installa rapidamente la skill AI paperless-search nel tuo ambiente di sviluppo tramite riga di comando
Fonte: nicolaischmid/agent-skills.
| /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 |
Cerca documenti in Paperless-ngx tramite API REST. Ricerca nel testo completo, filtro tag/corrispondente e collegamenti diretti ai documenti. Fonte: nicolaischmid/agent-skills.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/nicolaischmid/agent-skills --skill paperless-searchCerca documenti in Paperless-ngx tramite API REST. Ricerca nel testo completo, filtro tag/corrispondente e collegamenti diretti ai documenti. Fonte: nicolaischmid/agent-skills.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/nicolaischmid/agent-skills --skill paperless-search Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/nicolaischmid/agent-skills