Skip to content
Site Opslocal/daily-scoutLive

daily-scout: five-source daily discovery, four-dimension triage, human gate

Our takeTriage is explicitly forbidden from downloading media or deep-reading papers. Saving tokens is the secondary benefit; the primary one is refusing to let a machine decide what is worth collecting. The other idea worth more is a redefinition: since 2026-09-04, published means collected plus social assets complete, because a 404 og:image makes crawlers give up permanently and never retry. Stage 2.6 mines the back catalogue — we measured 291 published deep-read papers against a single social rewrite row.

robotworld-daily-cron v3.2.0 is the site's content engine: it sweeps Twitter, GitHub, HuggingFace, official blog RSS and arXiv, scores each candidate on novelty, freshness, relevance and impact into P0/P1/P2, and writes it into the content_queue_items confirmation queue (pending, confirmed, done or rejected, idempotently deduplicated by URL).

Codex
Agientry
daily-scout: five-source daily discovery, four-dimension triage, human gate
Site Opslocal/paper-searchLive

paper-search: the deliberately thin first leg of a three-leg paper relay

Our takeThe deliverable is four lines you can decide on in thirty seconds: arXiv ID and title, a one-line summary the agent wrote itself, a relevance call with reasons, and a link — the reasons column matters more than the title. The transferable idea is asymmetric throttling: search may list twenty candidates at once, ingestion is confirmed one at a time, deep reading happens one paper at a time, and auto-batch ingest followed by batch-generated detail pages is forbidden.

Search, ingest, then deep-read one paper at a time — this skill owns only the first leg and deliberately makes no judgement; it lays the candidates out so a human can. Three routes: search_papers.py for the daily path, the arXiv API directly, and defuddle parse for a known ID. Eleven preset topics and two layers of relevance filtering: an arXiv category allowlist plus hard exclusion keywords, then one more pass by the agent against the site's editorial scope.

Codex
Agientry
paper-search: the deliberately thin first leg of a three-leg paper relay