Help us improve
Share bugs, ideas, or general feedback.
From readitlater-digest
Show the current status of ReadItLater bookmarks and digests. Use this skill when the user runs /readitlater-digest:status or asks about bookmark counts, digest history, unprocessed bookmarks, reading backlog, or "how many bookmarks do I have".
npx claudepluginhub kjgarza/marketplace-claude --plugin readitlater-digestHow this skill is triggered — by the user, by Claude, or both
Slash command
/readitlater-digest:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a quick status report of bookmarks and digests.
Fetches unseen RSS feed items from Readwise Reader, filters for unopened, picks top 5 based on persona or quality, and renders markdown overview table. Useful for quick personalized feed catch-ups.
List, search, save, update, and delete Readwise Reader documents via CLI. Manages document library with filtering, tagging, and bulk operations.
Generates a grouped digest of recent feed entries with source suggestions. Support for time windows, topic queries, project scoping, and optional knowledge structure analysis.
Share bugs, ideas, or general feedback.
Show a quick status report of bookmarks and digests.
Read settings from .claude/readitlater-digest.local.md to get vault_path. If the file doesn't exist, ask the user for their vault path.
Derive: db_path = <vault_path>/.readitlater-digest.db
If the database doesn't exist, report "No database found — run /readitlater-digest:digest first to initialize."
Run:
bun run ${CLAUDE_PLUGIN_ROOT}/scripts/cleanup.ts status --db-path "<db_path>"
Format the JSON output as a readable summary:
ReadItLater Status
──────────────────
Total bookmarks: <N>
Unprocessed: <N>
Processed: <N>
Archived: <N>
Duplicates: <N>
Digests generated: <N>
Last digest: <week> (<bookmark_count> bookmarks)
Top domains:
1. <domain> (<count>)
2. <domain> (<count>)
...
If there are unprocessed bookmarks, suggest running /readitlater-digest:digest.