Install
openclaw skills install @ppingzhang/paper-search-and-downloadSearch and download related arXiv papers by topic plus date range, or from a seed paper title/id. Use when user asks to crawl related papers, collect arXiv articles, or bulk download PDFs into an arxiv folder with structured filenames.
openclaw skills install @ppingzhang/paper-search-and-downloadtopic + time range, orseed paper (arXiv id or title)arxiv/.versionDate-title.pdf, where versionDate is vN_YYYYMMDD.Use this skill when the user asks to:
The user must provide one of these modes:
Topic mode
topicstart date (YYYY-MM-DD)end date (YYYY-MM-DD)Seed paper mode
seed arXiv id (preferred) or seed titlestart date / end dateOptional:
max results (default: 20)# Topic mode
python ./arxiv-related-papers/scripts/download_arxiv.py \
--topic "graph neural network" \
--start-date 2024-01-01 \
--end-date 2024-12-31 \
--max-results 20
# Seed mode by arXiv id
python ./arxiv-related-papers/scripts/download_arxiv.py \
--seed-id "2401.12345v1" \
--max-results 20
# Seed mode by title
python ./arxiv-related-papers/scripts/download_arxiv.py \
--seed-title "Attention Is All You Need" \
--start-date 2018-01-01 \
--end-date 2024-12-31 \
--max-results 20
./arxiv/ (auto-created if missing)v1_20240213-Your_Paper_Title.pdfv3_20231105-Your_Paper_Title.pdf