ワンクリックで
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