paperless

paperless is a skill for Claude Code, Codex from Transmitt0r/mycelium. It costs 36 tokens per session (602 once invoked), scanned A, original, MIT.

A search skill for paperless-ngx, a document archive that stores scanned files and their OCR text. It finds documents using both exact words and meaning-based matching.

In plain words
What is it for?
Searching archived documents, narrowing results by dates, tags, or correspondents, and opening matching documents or relevant text snippets.
Why use it?
It makes it easier to locate items such as insurance policies, receipts, and tax documents without manually browsing the archive.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/transmitt0r/mycelium/paperless
Any agent
npx skills add Transmitt0r/mycelium --skill paperless
Clone the repo
git clone --depth 1 https://github.com/Transmitt0r/mycelium

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for paperless

README.md
[![agentmods](https://agentmods.dev/badge/skills/transmitt0r/mycelium/paperless.svg)](https://agentmods.dev/skills/transmitt0r/mycelium/paperless)
Your own site
<a href="https://agentmods.dev/skills/transmitt0r/mycelium/paperless"><img src="https://agentmods.dev/badge/skills/transmitt0r/mycelium/paperless.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 602 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00602
Opus 5 $0.00018 $0.00301
Sonnet 5 $0.00007 $0.00120
Haiku 4.5 $0.00004 $0.00060

Measured 6d ago against content hash d90de4e18f4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

paperless scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/paperless-ngx/skills/paperless/SKILL.md · 36 lines

How it starts

The opening of the file, as written. The whole thing — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tools: paperless_search_documents, paperless_get_document, paperless_search_document_content, paperless_read_document, paperless_list_taxonomy

Facts:

  • paperless_search_documents: never returns full OCR content — each result gets only a content_snippet.
  • paperless_get_document: never returns raw content either — pass excerpt_search (needs doc id) for a short snippet around one term.
  • search param = hybrid lexical+semantic, matches OCR content.
  • Every result carries a url — always surface it, never omit.

Triggers: search/discovery over the doc archive — "find my car insurance policy", "receipt for that Ikea order", "tax documents from last year", etc.

Procedure

  1. paperless_search_documents + search = core concept. No pre-filtering — usually sufficient alone. Each hit → content_snippet.
  2. Add filters only from constraints the user actually gave:
    • correspondent name → paperless_list_taxonomy(kind: "correspondent") → id (don't guess) → correspondent_id
    • date → created_from / created_to (YYYY-MM-DD)
    • tag → paperless_list_taxonomy(kind: "tag") → id → tag_id (single tag)
  3. Zero results → broaden: synonyms, other likely languages, partial words, drop filters one at a time.
  4. Present compactly: title, correspondent, date, doc id, content_snippet, url (as link, always).
  5. content_snippet_start_line/content_snippet_end_line present (= semantic match) → use with paperless_read_document to jump straight to that section, don't read from the start.
  6. Know the doc id, need one specific detail (amount/policy number/clause/date) → don't call paperless_read_document for the whole thing. Use paperless_search_document_content, pattern-match the term (e.g. pattern: "Gesamtbetrag|Betrag|Summe|Total" for a total); or paperless_get_document's excerpt_search for a single simple term. paperless_read_document only for actually reading a section/whole document, not as a shortcut to extract one fact.
  7. Multiple plausible matches → list for user to pick, never guess.

Read the full file on GitHub · 36 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 36 lines · 36 tokens per session scan A d90de4e18f4a

Subscribe to this mod's changes

paperless is a skill published in the GitHub repository Transmitt0r/mycelium (1 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 602 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

baoyu-youtube-transcript

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…

JimLiu/baoyu-skills · 107 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

Two-way sync between a local paper directory and an Overleaf project, so ARIS audit/edit workflows stay on the local copy while collaborators edit in the Overleaf web UI. Use when user says "同步 overleaf", "overleaf sync", "推送到 overleaf", "connect overleaf", "Overleaf 桥接", "pull overleaf", "push overleaf", or wants to…

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens