Install
openclaw skills install arxiv-paper-downloaderDownload 47+ essential AI/ML papers from arXiv with pre-curated collections for agent testing, autonomous agents, and large language models
openclaw skills install arxiv-paper-downloaderDownload AI/ML papers from arXiv with pre-curated collections.
| Category | Papers |
|---|---|
agent_testing | 19 |
agents | 12 |
llm | 15 |
# Download by category
download_papers("agent_testing")
download_papers("all")
# Download specific papers
download_by_arxiv_ids(["2310.06129", "2402.01031"])
# List categories
list_categories()
MIT