Help us improve
Share bugs, ideas, or general feedback.
From paperless
Show the extracted text content of a Paperless-ngx document by ID. Use when the user wants to read, view, or display the text of a document.
npx claudepluginhub cameri/claude-skills --plugin paperlessHow this skill is triggered — by the user, by Claude, or both
Slash command
/paperless:view-contentThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
<quick_start>
/paperless:view-content <document id>
Example: /paperless:view-content 774
</quick_start>
<argument_parsing>
Parse $ARGUMENTS for a document ID (integer). If none provided:
Usage: /paperless:view-content <document id>
Example: /paperless:view-content 774
</argument_parsing>
```bash http --ignore-stdin -b \ GET "${PAPERLESS_URL%/}/api/documents//" \ "Authorization:Token $TOKEN" \ "Accept:application/json; version=6" ```Read <base_dir>/../../references/document-display.md for the header format and not-found handling.
After the header, show the full content field (OCR text) — do not truncate.
If content is empty or null: "No text content available for document <id>. The file may not have been OCR-processed yet."
<success_criteria>