agentsclimarketplace

Daily

Skill marsmike/agentic-toolkit/plugins/readwise/skills/daily

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.From its SKILL.md

Install
npx -y skills add marsmike/agentic-toolkit --skill daily

Assembled 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

1.3 KB, 256 tokens by cl100k_base, 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.