Status
Skill marsmike/agentic-toolkit/plugins/readwise/skills/status
Show Readwise pipeline health — last sync, last processed, captures awaiting distillation, DLQ count. Use to check state before deciding whether to run ingest.From its SKILL.md
npx -y skills add marsmike/agentic-toolkit --skill statusAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.9 KB, 179 tokens by cl100k_base, as published. Nobody here has run it
Readwise Status
Read-only summary of pipeline state, sourced from 00_Memory/readwise-state.md (never
distilled into, never enriched from — contract/VAULT_SCHEMA.md) and a scan of
01_Capture/.
uv run --project "$CLAUDE_PLUGIN_ROOT/scripts" python3 "$CLAUDE_PLUGIN_ROOT/scripts/status.py" --json
Present:
Readwise Pipeline Status:
Last sync: YYYY-MM-DD HH:MM UTC
Last processed: YYYY-MM-DD HH:MM UTC
Awaiting distillation: N captures in 01_Capture/
DLQ entries: N
No state note yet means this vault has never been synced — say so plainly and suggest
/readwise-process rather than reporting zeroes that look like "nothing to do."
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.