From claude-scholar
Searches arXiv and bioRxiv for recent papers on a given topic, scores and selects top papers, then produces structured bilingual (Chinese/English) summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-scholar:daily-paper-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Discover, screen, and summarize recent papers for any research topic.
Discover, screen, and summarize recent papers for any research topic.
Supported sources:
--source both)Core workflow:
daily paper/Use this skill when:
Each summary should contain:
| Task | Method |
|---|---|
| Search papers | Use scripts/arxiv_search.py with `--source arxiv |
| Topic selection | Use general-topic queries from references/keywords.md |
| Evaluate quality | Use references/quality-criteria.md |
| Write Chinese review | Use references/writing-style.md |
| Write English review | Follow scientific writing best practices |
Choose a concrete topic query. Examples:
test-time adaptation for medical imagingmultimodal foundation model for healthcareprotein language model interpretabilityUse helper script:
python skills/daily-paper-generator/scripts/arxiv_search.py \
--query "test-time adaptation for medical imaging" \
--source both \
--months 1 \
--max-results 80 \
--output /tmp/papers.json
Notes:
--source arxiv: arXiv only--source biorxiv: bioRxiv only--source both: merge both sources and sort by dateFor each candidate paper:
Minimum rule:
For the Top 10 pool:
references/quality-criteria.mdFor the Top 3 shortlist:
Required output trace:
For each selected paper, generate:
Recommended directory and naming:
daily paper/
YYYY-MM-DD-HHMM-paper-1.md
YYYY-MM-DD-HHMM-paper-2.md
YYYY-MM-DD-HHMM-paper-3.md
references/keywords.md: general-topic query templatesreferences/quality-criteria.md: scoring rubricreferences/writing-style.md: review writing styleexample/daily paper example.md: output examplescripts/arxiv_search.py: arXiv + bioRxiv search helper--months N).arxiv vs biorxiv).npx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarDiscovers, 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.
Scans Python ML experiment repos to generate hierarchical paper outlines (H1/H2/H3) with user approval checkpoints at each level, then body text with evidence annotations, citations, and bilingual output.