Install
openclaw skills install @codenova58/arxiv-papersFind and summarize arXiv.org preprints—keyword/category search, abstracts, PDF links. Use for literature scans, paper IDs, or quick orientation (not peer-review, not medical/legal advice).
openclaw skills install @codenova58/arxiv-papersUse the arXiv API (and optional PDF fetch) to locate papers and summarize abstracts for the user. Treat results as preprints—not necessarily peer-reviewed or final.
cs.AI).Run scripts/search_arxiv.sh "<query>" and parse the returned XML (<entry>, <title>, <summary>, PDF <link>).
Present title, authors, id, abstract summary, and link to abstract/PDF.
If the user wants depth, PDF may be fetched selectively—large files and parsing limits apply.
Optionally append notable papers to memory/RESEARCH_LOG.md (if your environment uses it):
### [YYYY-MM-DD] TITLE
- **Authors**: …
- **Link**: …
- **Summary**: …
2512.08769 about?”scripts/search_arxiv.sh — thin wrapper over the arXiv API.