Install
openclaw skills install @itspremkumar/arxiv-searchSearch arXiv papers by keyword, author, category with full-text download and citation export
openclaw skills install @itspremkumar/arxiv-searchSearch arXiv papers by keyword, author, or category with citation export.
Keywords: arxiv, research, papers, academic, cli, search, python, open-source, agent, automation, MIT
Part of the itsPremkumar Hermes / OpenClaw / Paperclip agent stack — 31 free, MIT-licensed, CI-tested agent-native tools.
Keeping up with the arXiv firehose is manual and citation formatting is painful. arXiv Research Search solves this: Search arXiv papers by keyword, author, or category with citation export.
Best for: Researchers, students, and AI/ML engineers tracking papers.
# Requires Python 3.8+. No pip install needed.
curl -O https://raw.githubusercontent.com/itsPremkumar/arxiv-search/main/arxiv_search.py
# Or copy the file anywhere — it's self-contained.
python arxiv_search.py --help # list options
| Alternative | Why this skill is better |
|---|---|
| arXiv website UI | Scriptable search + citation export for pipelines. |
| Manual BibTeX | Citations generated automatically. |
| Reading every new submission | Filtered, category-aware search. |
Q: What can I search by?
A: Keyword, author, and arXiv category (cs.AI, cs.LG, etc.).
Q: Can I export citations?
A: Yes — BibTeX/citation export is built in.
Q: Does it need an API key?
A: No — uses the public arXiv API.
Q: Offline?
A: No — it queries arXiv live.
Built and maintained by @itsPremkumar (Chennai, India · serving developers worldwide). Free for individuals and teams everywhere. Documentation in English; tool output is locale-neutral.
# .github/workflows/verify.yml
name: Verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self-test arxiv-search
run: python arxiv_search.py --help
Free + MIT-0 (free, modifiable, no attribution required). Sponsor if useful:
⭐ Star on GitHub