Auto Deep Researcher 24x7 is an autonomous AI agent that runs and monitors deep learning experiments continuously. Researchers use it to automate experiment execution, including hyperparameter tuning and GPU or Slurm-based workloads. The catalogue add-ons provide agents, skills, and instructions for operating the experiment workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Xiangyue-Zhang/auto-deep-researcher-24x7 --skill daily-papersgit clone --depth 1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/daily-papers)<a href="https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/daily-papers"><img src="https://agentmods.dev/badge/skills/xiangyue-zhang/auto-deep-researcher-24x7/daily-papers/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/xiangyue-zhang/auto-deep-researcher-24x7/daily-papers"><img src="https://agentmods.dev/badge/skills/xiangyue-zhang/auto-deep-researcher-24x7/daily-papers.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.00302 |
| Opus 5 | $0.00008 | $0.00151 |
| Sonnet 5 | $0.00003 | $0.00060 |
| Haiku 4.5 | $0.00002 | $0.00030 |
Grade A, and why
daily-papers scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
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
- 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
...
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 48 lines · 15 tokens per session scan A d5aa9c877550
daily-papers is a skill published in the GitHub repository Xiangyue-Zhang/auto-deep-researcher-24x7 (1,291 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 15 tokens to every session and 302 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
proof-checker
A mathematical proof review and repair workflow for LaTeX documents. It checks whether a proof has valid reasoning, addresses identified gaps, reviews the fixes, and produces an audit report.
research-lit
Search and analyze research papers, find related work, summarize key ideas. Use when user says "find papers", "related work", "literature review", "what does this paper say", or needs to understand academic papers.
auto-paper-improvement-loop
An automated editing cycle for a compiled research paper: an external language model reviews it, fixes are applied, and the paper is compiled again.
paper-illustration
A workflow for generating academic illustrations, such as architecture diagrams and method visuals, with image generation and repeated review. Claude plans and checks the figure during the process.
paper-write
A workflow for writing a research paper section by section in LaTeX, a text format used to prepare structured technical documents. It starts from a paper outline and supports several academic venues and citation sources.
experiment-bridge
A workflow that turns an experiment plan into code, reviews the code, runs an initial check, deploys experiments, and collects early results. Deployment means sending the experiment to the environment where it will run, such as a GPU machine.