daily-arxiv

Discover arXiv papers and ingest relevant ones into a research wiki.

77|16|Updated May 9, 2026
One-click install
npx skills add https://github.com/Lambenthan/empiricalwiki --skill daily-arxiv-lambenthan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-arxiv
Source: https://github.com/Lambenthan/empiricalwiki/tree/main/.claude/skills/daily-arxiv
Command: npx skills add https://github.com/Lambenthan/empiricalwiki --skill daily-arxiv-lambenthan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically discovers newly published arXiv papers, filters them for relevance to your existing empirical-research wiki, and promotes only high-priority work into full ingestion instead of making you curate everything manually.

Core Features & Use Cases

  • Daily arXiv + trending discovery: Pulls recent papers via arXiv RSS and optionally boosts candidates using DeepXiv trending to focus on likely impactful work.
  • Wiki-aware relevance scoring: Reads your wiki topics and concepts (and gaps) to judge relevance and ranks papers by whether they address open questions and/or may refresh SOTA.
  • Guardrailed auto-ingest with checkpoints: Automatically ingests only highly relevant papers (score 3), limits batch size, supports dry-run, and uses checkpoints to safely resume after partial failures.
  • SOTA tracker updates + digest logging: Detects benchmark improvements against your topic pages, appends a concise digest to your log, and rebuilds derived graph context only when needed.

Quick Start

Run daily-arxiv for the last 24 hours and ingest up to 5 high-priority papers in the current wiki root.

Frequently Asked Questions about daily-arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily arXiv paper discovery and filter results for my research wiki?

To automate arXiv intake, the Skill pulls recent papers via RSS, scores them against your existing wiki topics and concepts, and auto-ingests only high-priority work to keep your research context incrementally updated.

How does wiki-aware relevance scoring work for filtering arXiv papers?

Wiki-aware relevance scoring reads your existing wiki topics, concepts, and open questions to rank arXiv papers by whether they address research gaps or refresh SOTA benchmarks, ensuring only pertinent papers are promoted.

What is the best way to maintain a SOTA tracker using new arXiv publications?

Maintaining a SOTA tracker with arXiv publications requires detecting benchmark improvements against your topic pages, appending concise digests to logs, and rebuilding derived graph context only when needed.

Can I limit how many arXiv papers are ingested at once to avoid overwhelming my research wiki?

Yes, you can limit arXiv paper ingestion by enforcing max batch limits and an ingest score threshold of 3 or higher, supporting dry-runs and checkpoints to safely resume after partial failures without overwhelming your wiki.

How do I deduplicate arXiv papers to prevent duplicate entries in my research wiki?

Deduplicating arXiv papers requires checking each candidate by arXiv URL or ID against existing wiki entries, ensuring only unique papers are scored and ingested into your bibliographic pipeline.