Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/aut...
Search academic papers and conduct literature reviews using OpenAlex API (free, no key needed). Use when the user needs to find scholarly papers by topic/aut...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search 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: Search for papers across multiple query variations Deduplicate and rank by relevance + citations Identify thematic clusters Generate a structured synthesis in markdown 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 markdown
All search commands return structured data per paper: Title and publication year Authors (up to 5) Abstract (when available) Citation count DOI Open access URL (when available) Source journal/venue
OpenAlex sorts by relevance by default; use --sort citations for most-cited Combine search + deep for quick triage: search first, deep-read promising hits The literature review script caches results in /tmp/litreview_cache/ to avoid re-fetching For full-text PDFs, pipe DOIs to your PDF extraction tool
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.