Daily
Skill marsmike/agentic-toolkit/plugins/readwise/skills/daily
Vault-first toolkit for Claude Code — curated plugins over an Obsidian-compatible knowledge vault, governed by an explicit contract, gated by evals, continuously delivered.
npx -y skills add marsmike/agentic-toolkit --skill dailyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 10 days oldThe repository was created 10 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Digest today's new Readwise captures from 01_Capture/ to stdout, grouped by category. Use for a quick daily catch-up without running the full pipeline.
SKILL.md
1.3 KB, as published. Nobody here has run it
Readwise Daily
Scans 01_Capture/ (flat) for captures created or modified today and prints a grouped
digest — tweets, articles, videos, newsletters, books, other. Read-only: never writes,
never deletes, never calls the Readwise API.
uv run --project "$CLAUDE_PLUGIN_ROOT/scripts" python3 "$CLAUDE_PLUGIN_ROOT/scripts/daily_digest.py" [--date YYYY-MM-DD]
Surface the digest in conversation. This skill deliberately does not write a durable log
entry anywhere — v1 shelled out to the obsidian plugin's log_vault.py directly, which is
a cross-plugin import contract/KNOWLEDGE_API.md rules out. If a durable record is
wanted, the invoking agent writes it itself (e.g. via the obsidian plugin's own tooling,
composed through the vault, not through a direct call into this plugin's script).
A missing 01_Capture/ directory is reported as an error, not an empty digest — a find
over a directory that doesn't exist returns nothing and exit 0, which in the source
project this was ported from hid a broken path for months without anyone noticing.