daily-arxivlisted
Install: claude install-skill Lambenthan/empiricalwiki
# /daily-arxiv
> Pulls new papers from arXiv RSS daily, automatically assesses relevance based on research directions and concepts in the wiki,
> calls /ingest to fully incorporate highly relevant papers into the wiki, detects SOTA updates, and generates a digest log.
> Supports cron-scheduled automatic execution as well as manual triggering.
## Inputs
- `--hours N`: pull papers from the last N hours (default 24)
- `--max-ingest N`: maximum papers to ingest per run (default 5, prevents wiki overload)
- `--dry-run`: generate digest only, do not execute ingest
- `--categories`: override default arXiv categories (default: cs.LG cs.CV cs.CL cs.AI stat.ML)
## Outputs
- `raw/discovered/{slug}/` or `raw/discovered/{slug}.pdf` — fetched source artifact for each auto-ingested paper
- `wiki/papers/{slug}.md` — highly relevant paper pages (created via /ingest)
- Corresponding `concepts/`, `people/`, `claims/` pages (created via /ingest)
- Updated `wiki/topics/*.md` — SOTA tracker annotations (if SOTA update detected)
- Updated `wiki/graph/` — edges.jsonl, context_brief.md, open_questions.md (maintained via /ingest)
- Updated `wiki/index.md` and `wiki/log.md`
## Wiki Interaction
### Reads
- `wiki/topics/*.md` — extract Overview keywords and SOTA tracker, used for relevance scoring and SOTA detection
- `wiki/concepts/*.md` — extract Definition keywords, assist relevance scoring
- `wiki/index.md` — check whether a paper is already collected (deduplicate by arXiv URL)
- `wiki/papers/