Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -4% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 36% | 0% |
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|biorxiv|both | | 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:
bashpython 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:
textdaily 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).Other measured skills in the registry, with their headline benchmark lift.