readwise-docs

Installation
SKILL.md

Readwise Reader Document Management

CRUD operations on the Reader document library via official CLI (readwise) and custom CLI (readwise-custom).

Commands — Official CLI (readwise)

List Documents

readwise reader-list-documents                                    # All documents (limit 10)
readwise reader-list-documents --limit 20                         # First 20
readwise reader-list-documents --tag "proxy advisors"             # By tag (up to 5 for AND logic)
readwise reader-list-documents --category pdf --location archive  # By category + location
readwise reader-list-documents --updated-after 2026-01-01T00:00:00Z
readwise reader-list-documents --seen false                       # Unseen only
readwise reader-list-documents --response-fields title,author,summary  # Reduce token usage
readwise reader-list-documents --id <id>                          # Specific document
Installs
6
GitHub Stars
17
First Seen
Mar 17, 2026
readwise-docs — edwinhu/workflows