Skip to content
Automation
Skill

/daily-papers

Daily arXiv paper recommendations with automatic deduplication

From plugin
auto-deep-researcher-24x7
1.3k8 skills4 agents
Install
$ npx -y skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --skill daily-papers --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/daily-papers

Context preview

The summary Claude sees to decide when to auto-load this skill.

Daily arXiv paper recommendations with automatic deduplication

SKILL.md

daily-papers.SKILL.md
name: daily-papers
description: "Daily arXiv paper recommendations with automatic deduplication"

daily-papers

Search arXiv for the latest papers relevant to the user's research interests.

Invoke as `/daily-papers` in Claude Code or `$daily-papers` in Codex.

Behavior

1. Ask the user for topics if not provided (or use defaults from config) 2. Search arXiv for papers published in the last 1-3 days 3. Check against previously recommended papers (dedup) 4. Rank by relevance to the user's research 5. For top 5: provide detailed analysis (motivation, method, key results, insights) 6. For next 5: provide brief summaries 7. Save recommendations to a dated markdown file

Deduplication

Maintain a list of previously recommended paper IDs. Never recommend the same paper twice.

Output Format

# Daily Paper Recommendations — YYYY-MM-DD

## Top Picks (Detailed)

### 1. [Paper Title](arxiv_url)
**Authors**: ...
**Relevance**: Why this matters for your research
**Motivation**: What problem they solve
**Method**: Key technical approach
**Results**: Main findings
**Insight**: What you can learn from this

### 2. ...

## Also Worth Reading

### 6. [Paper Title](arxiv_url) — One-line summary
...
Ships withauto-deep-researcher-24x7

🔥 An autonomous AI agent that runs your deep learning experiments 24/7 while you sleep. Zero-cost monitoring, Leader-Worker architecture, constant-size memory.

Get the whole plugin
Stats
1,262
Stars
109
Forks
Maintained
Maintenance
Python
Language
Apache-2.0
License
2mo ago
Last commit
4mo ago
Created

Repo: Xiangyue-Zhang/auto-deep-researcher-24x7