Agent skill
paperless
Search and manage documents in Paperless-ngx document management system. Use when the user asks about documents, invoices, receipts, tax forms, bills, or wants to search their document library.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/paperless
SKILL.md
Paperless-ngx
Interact with Paperless-ngx document management system via CLI.
Setup
Environment: ~/.secrets.env (PAPERLESS_URL, PAPERLESS_TOKEN) - loaded by
wrapper.
CLI Discovery
Run paperless-cli --help to see available commands. Run
paperless-cli <command> --help for detailed usage of any command.
Capabilities
The CLI supports:
- Search: Full-text search with filters (date ranges, tags, correspondents)
- Browse: List recent documents, inbox items
- Read: Get document details and extracted text content
- Organize: Add/remove tags, edit metadata (title, correspondent, type)
- Find related: Discover similar documents
- Download: Save original files locally
- Metadata: List tags, correspondents, document types, stats
Workflow
- Search or list to find documents
- Get document by ID to read full content
- Add/remove tags to organize
- Find similar documents for related items
- Download originals when needed
Notes
- Flags must come BEFORE positional arguments
- Document IDs are integers returned from search/list results
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?