Use when the user asks to generate daily paper digests on a general topic. This skill supports both arXiv and bioRxiv (or either one), then produces structured Chinese/English summaries for selected papers.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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.jsonNotes:
--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.mdreferences/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).2f7766f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.