A Claude Code / OpenClaw plugin for daily AI news briefing and paper reading.
daily-briefing — Fetches papers from HuggingFace and news from smol.ai, filters by your topic-of-interest.md, aggregates cross-source duplicates, and outputs a dated markdown brief.
paper-reading — Downloads a paper from a URL (arXiv, OpenReview, HuggingFace, Semantic Scholar), then summarizes it or answers your questions about it.
pip install -e .Claude Code:
claude plugins add /path/to/newspaperOpenClaw:
opencode plugins add /path/to/newspaperCreate topic-of-interest.md in your project root, then ask Claude for a daily brief or to read a paper.
Drop a .py script in scripts/sources/ that outputs JSON to stdout. See scripts/sources/README.md for the interface.