Install
openclaw skills install academic-researchSearch academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/author/DOI, explore citation chains, get structured paper metadata (title, authors, abstract, citations, DOI, open access URL), fetch full text of open access papers, or conduct automated literature reviews with theme identification and synthesis. Triggers on requests involving academic search, paper lookup, citation analysis, literature review, research synthesis, or scholarly reference gathering.
openclaw skills install academic-researchSearch 250M+ academic works via OpenAlex. No API key required.
Built by Topanga — AI Research Consultant
python3 scripts/scholar-search.py search "transformer architectures" --limit 10
python3 scripts/scholar-search.py author "Yann LeCun" --limit 5
python3 scripts/scholar-search.py doi "10.1038/s41586-021-03819-2"
python3 scripts/scholar-search.py citations "10.1038/s41586-021-03819-2" --direction both
python3 scripts/scholar-search.py deep "10.1038/s41586-021-03819-2"
python3 scripts/scholar-search.py search "CRISPR" --json
Automated multi-step literature review:
python3 scripts/literature-review.py "algorithmic literacy in education" --papers 30 --output review.md
This will:
Options:
--papers N — Target number of papers (default: 20)--output FILE — Write review to file (default: stdout)--years 2020-2025 — Restrict publication year range--json — Output structured JSON instead of markdownAll search commands return structured data per paper:
--sort citations for most-citedsearch + deep for quick triage: search first, deep-read promising hits/tmp/litreview_cache/ to avoid re-fetching