Agent skill

feed-digest

Build a deduped markdown digest from feeds.carmo.io (last N hours) and store links separately.

Stars 469
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/rcarmo/piclaw/tree/main/skel/.pi/skills/feed-digest

SKILL.md

Feed Digest

Build a deduped markdown digest from all feeds on https://feeds.carmo.io, filtered by a time window. The script stores:

  • Markdown digest: /workspace/notes/feeds-digest.md
  • Link index (JSON): /workspace/notes/feeds-digest-links.json

Usage

bash
/workspace/.pi/skills/feed-digest/run [--hours N] [--simhash N] [--out path] [--links-out path]

Defaults:

  • --hours 12
  • --simhash 8
  • --out /workspace/notes/feeds-digest.md
  • --links-out /workspace/notes/feeds-digest-links.json

Notes

  • Deduping uses simhash with a Hamming distance threshold.
  • The markdown digest omits URLs; fetch links from the JSON index when needed.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results