Install
openclaw skills install arxiv-scholar-searchUse the arXiv API for academic paper discovery, relevance screening, and structured output. Suitable for topic-based search, latest-paper discovery, fixed-te...
openclaw skills install arxiv-scholar-searchThis skill only uses arXiv as the data source. The workflow is fixed:
arxiv_search).| File Path | Purpose | When to Check |
|---|---|---|
SKILL.md | Main entry: task parsing, query syntax, calling conventions, quality control | Check first at the beginning of every task |
Extract the following constraints first:
Keyword strategy:
https://export.arxiv.org/api/querysearch_query: query expressionid_list: comma-separated list of arXiv IDsstart: pagination offset (0-based)max_results: number of returned entriessortBy: relevance / lastUpdatedDate / submittedDatesortOrder: ascending / descendingsearch_query SyntaxCommon field prefixes:
ti (title)au (author)abs (abstract)cat (category)all (all fields)Boolean operators:
ANDORANDNOTTime syntax (submittedDate):
submittedDate:[200701*+TO+200712*]submittedDate:20101225https://export.arxiv.org/api/query?search_query=all:electronhttps://export.arxiv.org/api/query?search_query=au:del_maestro+AND+ti:checkerboardhttps://export.arxiv.org/api/query?search_query=all:electron&start=0&max_results=10https://export.arxiv.org/api/query?search_query=ti:%22electron+thermal+conductivity%22&sortBy=lastUpdatedDate&sortOrder=descendingStandard call example:
curl -s "https://export.arxiv.org/api/query?search_query=all:multimodal+AND+cat:cs.CL&start=0&max_results=10&sortBy=submittedDate&sortOrder=descending"
Parameter notes:
search_query: arXiv query expression (supports field prefixes and boolean operators).start: pagination offset (0-based).max_results: number of returned entries; recommend 5-20.sortBy: recommend submittedDate or lastUpdatedDate.sortOrder: recommend descending.Run one more search round if any condition below is met:
< 3).Stop searching when:
Each paper must use the following structure:
-----------
# {Index}. **{Paper Title}**
**Paper Info**: **Venue/Source**: {journal, conference, or source} | **Publication Date**: {yyyy-mm-dd or unknown} | **Source**: [{source name}]({entry link or paper link}) | **PDF**: [PDF link]({pdf link})
### Research Content
{1-2 objective sentences based on the paper content}
### Main Contributions
- {Contribution 1}
- {Contribution 2}
- {Contribution 3}
Must follow:
----------- before every paper title.|.PDF field:
PDF field.