daily-arxiv

Pulls new arXiv papers, scores relevance, and auto-ingests high-priority papers into a research wiki.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill daily-arxiv-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-arxiv
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/daily-arxiv
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill daily-arxiv-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a research wiki current with the daily flood of new arXiv papers requires manual monitoring, relevance judgment, and repetitive ingestion work. This Skill automates the daily pipeline of fetching new papers, filtering them against your research directions, and incorporating only the most relevant ones. ## Core Features & Use Cases - Automated arXiv Monitoring: Pulls new papers from arXiv RSS feeds and DeepXiv trending lists on a configurable schedule or on demand. - Relevance Scoring & Auto-Ingest: Scores papers in a single batch LLM call against your wiki's topics, concepts, and open questions, then fully ingests only highly relevant papers (up to a configurable cap). - SOTA Tracking & Digest: Detects benchmark results that beat current SOTA records in topic pages and appends a concise digest to the wiki log. - Use Case: A researcher maintaining a machine learning knowledge wiki schedules this Skill to run every morning, so new relevant papers are automatically downloaded, ingested with full cross-references, and summarized in the daily log. ## Quick Start Run the daily-arxiv skill to fetch the last 24 hours of arXiv papers, score their relevance to my wiki, and ingest the top matches. ## Quick Start Ask the assistant to run /daily-arxiv with default options to scan today's arXiv feed and update the wiki.

Frequently Asked Questions about daily-arxiv

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

FAQPage Schema
How do I automatically track new arXiv papers for my research area?

Run the daily-arxiv skill, which pulls new papers from arXiv RSS feeds for categories like cs.LG, cs.CV, and cs.CL, scores their relevance against your wiki's research directions, and ingests the most relevant ones. It can be scheduled daily via cron.

How does arXiv paper relevance scoring work against my research topics?

The skill extracts keywords from your wiki's topic overviews, concept definitions, and open questions, then scores each paper's title and abstract in a single batch LLM call. Papers scoring 3 are auto-ingested; lower scores appear only in the digest.

Can I limit how many papers get ingested per run?

Yes, use the --max-ingest flag to cap ingestions per run (default 5), preventing wiki overload. The --dry-run flag generates the digest only without downloading or ingesting any papers.

What happens if the DeepXiv API is unavailable during a run?

The skill falls back to pure RSS mode, scoring papers using only the original arXiv titles and abstracts. The trending section is omitted from the digest and the unavailability is noted in the report.

Does the skill avoid ingesting duplicate arXiv papers?

Yes, deduplication is strict: it checks both the arXiv URL in wiki/index.md and existing arXiv IDs in the wiki/papers directory before scoring. Already-collected papers are skipped entirely.

What happens if a paper ingestion fails partway through the run?

The skill uses checkpoint files to track completed and failed papers, so interrupted runs can resume without repeating work. Failed papers are marked in the report with a suggestion to manually ingest them.