Imported from renefichtmueller/PaperCortex (
src/skill/SKILL.md). Install upstream withnpx skills add renefichtmueller/PaperCortex --skill skill. Copyright stays with the author.
PaperCortex -- Document Intelligence Skill
A Claude Code skill for interacting with your Paperless-ngx document archive through AI-powered semantic search, classification, receipt extraction, and accounting export.
Prerequisites
- PaperCortex MCP Server running (see project README)
- Paperless-ngx instance with API access
- Ollama with
qwen2.5:14bandnomic-embed-textmodels
Available Tools
papercortex_search
Search documents by meaning, not just keywords.
Search for: "office lease agreements from last year"
Search for: "tax-relevant receipts over 500 EUR"
Search for: "correspondence with insurance companies"
papercortex_classify
Auto-classify a document with AI-suggested tags, type, and correspondent.
Classify document #1234
Classify document #1234 and apply suggested tags
papercortex_receipt
Extract structured data from receipt documents.
Extract receipt from document #5678
Returns: vendor, date, amounts, tax breakdown, line items, category.
papercortex_query
Ask natural language questions about your document archive.
"How much did I spend on office supplies in Q1 2024?"
"Which invoices are still unpaid?"
"Summarize all contracts expiring this year"
papercortex_export
Export receipt data for accounting software.
Export documents #100, #101, #102 as DATEV CSV
Export documents #200, #201 as generic CSV
Workflow Examples
Monthly Bookkeeping
- Search for all receipts from the current month
- Extract data from each receipt
- Export as DATEV CSV
- Import into accounting software
Document Organization
- Find unclassified documents (no tags)
- Auto-classify each document
- Review and approve suggested tags
Expense Analysis
- Query: "What were my top 5 expense categories last quarter?"
- Drill into specific categories with follow-up queries
- Export relevant receipts for documentation