원클릭으로
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