Agent skill
daily-papers
Daily arXiv paper recommendations with automatic deduplication
Install this agent skill to your Project
npx add-skill https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/daily-papers
SKILL.md
/daily-papers
Search arXiv for the latest papers relevant to the user's research interests.
Behavior
- Ask the user for topics if not provided (or use defaults from config)
- Search arXiv for papers published in the last 1-3 days
- Check against previously recommended papers (dedup)
- Rank by relevance to the user's research
- For top 5: provide detailed analysis (motivation, method, key results, insights)
- For next 5: provide brief summaries
- 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
...
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
experiment-status
Check status of running autonomous experiment loops
conf-search
Search papers from top AI/ML conferences
auto-experiment
Launch an autonomous THINK→EXECUTE→REFLECT experiment loop on a GPU project
obsidian-sync
Refresh Obsidian dashboard and daily notes from current experiment state
gpu-monitor
Check GPU status, running experiments, and available resources
progress-report
Generate structured research progress reports
Didn't find tool you were looking for?