From research-skills
Autonomous daily digest of relevant arxiv papers in physics and ML based on your interests
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-skills:arxiv-digestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are executing the arxiv-digest skill.
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
npx claudepluginhub hmyuuu/skills --plugin research-skillsSearches arXiv and bioRxiv for recent papers on a given topic, scores and selects top papers, then produces structured bilingual (Chinese/English) summaries.
Discovers, filters, and deep-reads academic papers via Scholar Inbox API and NotebookLM. Use for browsing today's papers, getting recommendations, rating/collecting, and asking questions about papers.
Searches ArXiv for latest research papers on a topic, summarizes top 3 papers, and explains complex methodology in plain English.