/daily-arxiv

Fetches recent arXiv papers and produces LLM-judged recommendation digests.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill daily-arxiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /daily-arxiv
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/daily-arxiv
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill daily-arxiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of keeping up with new arXiv papers relevant to your research interests without manually scanning feeds and deciding what to incorporate.

Core Features & Use Cases

  • Timed recommendations & digests: Runs a configurable pipeline to fetch recent arXiv papers, dedupe against your wiki, and produce a digest with LLM rationales.
  • Evidence-driven relevance judgments: Uses wiki signals plus Semantic Scholar and DeepXiv enrichment when configured, then applies a confidence gate to choose between recommend/skip/auto-ingest actions.
  • Operational control for GitHub Actions: Supports scheduled unattended runs via GitHub Actions plus interactive commands to set up, inspect status, and disable the schedule.

Quick Start

Run a one-off recommendation pass now with: /daily-arxiv

Frequently Asked Questions about /daily-arxiv

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

FAQPage Schema
How do I get daily arXiv paper recommendations without manually scanning feeds?

Daily arXiv recommendations are generated by fetching recent papers, deduping against your wiki, and applying LLM relevance judgments to produce a digest. You can trigger this pipeline manually or schedule it via GitHub Actions for automated unattended runs.

How does the LLM decide which arXiv papers to recommend or skip?

The LLM judges relevance by combining wiki signals with Semantic Scholar and DeepXIV enrichment data. It applies a confidence gate to choose between recommend, skip, or auto-ingest actions for each paper.

Can I automatically ingest arXiv papers into my wiki when confidence is high?

Yes, auto-ingest is explicitly available but only when you opt in. The Skill enforces ingest guardrails, ensuring /ingest remains the sole path for incorporating papers, even when high-confidence auto-ingest is enabled.

Do I need GitHub Actions to use the arXiv digest pipeline?

No, GitHub Actions is optional and supports scheduled unattended runs. You can also perform a one-off recommendation pass manually to generate email or notification-ready summaries without any scheduling setup.

What enrichment signals are used to evaluate arXiv paper relevance?

Relevance evaluation uses wiki signals alongside Semantic Scholar and DeepXIV enrichment. These combined data sources feed into the LLM decisioning process to apply a confidence gate for final paper recommendations.