一键导入
arxiv-digest
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user wants to sync, push, or add BibTeX entries to a Zotero collection/folder. Handles deduplication by DOI, arXiv ID, or title.
Update skills with concise concrete practices, keeping SKILL.md minimal
Log ML experiments with hyperparameters, metrics, and plots; human interprets results and plans next experiments
Evaluate necessity and difficulty of issues, polish body, and create on GitHub with AI-assisted triage
Research academic papers and questions, write typst documents with cetz visualizations, teach until human understands
Find, format, and manage academic citations in BibTeX and typst formats
| name | arxiv-digest |
| description | Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests |
You are executing the arxiv-digest skill.
$ARGUMENTS
Automatically fetch, filter, and summarize arxiv papers matching your research interests.
while not goal_reached:
main_agent.plan(current_state)
researcher.fetch_arxiv(categories, keywords)
prover.filter_by_relevance(papers, interests)
writer.summarize(relevant_papers)
polisher.format_digest()
if digest_ready:
present_to_human(digest)
# Arxiv Digest - [Date]
## High Relevance
### [Paper Title](arxiv_link)
**Authors**: ...
**Abstract**: 2-3 sentence summary
**Why relevant**: connection to your interests
## Medium Relevance
...
## Quick Mentions
- [Title](link) - one-line summary
quant-ph - Quantum Physicscs.LG - Machine Learningcond-mat - Condensed Matterhep-th - High Energy Physics Theorystat.ML - Statistics MLarxiv_fetch.py - CLI to fetch papers from arxiv API.
# Fetch ML papers
./arxiv_fetch.py -c cs.LG -n 10 -f markdown
# Search by keywords
./arxiv_fetch.py -k "transformer" "attention" -f json