openclaw
← All products
Intelligence & Research

arxiv-digest

Daily arXiv research digest in your subfield. Summaries + relevance score + novelty tag.

Get startedSource on GitHub

Launch kit

arxiv-digest — launch kit

1-liner

Daily arXiv research digest in your subfield. Summaries + relevance score + novelty tag.

Tweet hook

arXiv ML/CS posts 200-500 papers/day. Reading abstracts takes 2-3 hours.

Built a digest: pulls your subfield, summarizes, scores relevance to YOUR profile.

Researchers + journalists + deep-tech VCs use it 🧵

Reddit

  • r/MachineLearning: "Open arxiv-digest tool"
  • r/researchchemistry, r/biology — niche subfields

Cold-email ICP

  • ML researchers at top labs
  • Tech journalists
  • Deep-tech VCs (Lux, Khosla)

SEO content

  1. "arXiv digest tools 2026 compared"
  2. "Subfield-aware research filtering"

Documentation

arxiv-digest

Daily arXiv + PubMed research digest. Subscriber gets summaries of new papers in their subfield, scored for relevance + novelty. For researchers, journalists, deep-tech VCs.

Pricing

  • $15/mo individual subscriber
  • $99/mo lab / research team
  • $1,499/mo white-label for newsletter publishers

Run

cd C:\openclaw-products\arxiv-digest
python -m venv .venv
.\.venv\Scripts\activate
pip install -e .

arxiv digest \
  --query "cat:cs.AI AND ti:agent" \
  --profile "interested in agentic systems, planning, evaluation" \
  --min-fit 0.5 \
  --out digests/2026-04-29.md

Roadmap

  • PubMed integration (currently arXiv-only)
  • PDF fetch + full-text summarization (vs abstract-only)
  • Citation-graph context (which paper does this build on?)
  • Author tracking (alert when X publishes new work)