academic-research
Academic Research
Search 250M+ academic works via OpenAlex. No API key required.
Built by Topanga — AI Research Consultant
Quick Start
Search papers by topic
python3 scripts/scholar-search.py search "transformer architectures" --limit 10
Search by author
python3 scripts/scholar-search.py author "Yann LeCun" --limit 5
Look up by DOI
python3 scripts/scholar-search.py doi "10.1038/s41586-021-03819-2"
Get citation chain (papers that cite a work)
python3 scripts/scholar-search.py citations "10.1038/s41586-021-03819-2" --direction both
Deep read (fetch abstract + full text when available)
python3 scripts/scholar-search.py deep "10.1038/s-03819-2"
###41586-021 JSON output for programmatic use
python3 scripts/scholar-search.py search "CRISPR" --json
Literature Review Workflow
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
Output Format
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
Tips
- OpenAlex sorts by relevance by default; use
--sort citationsfor most-cited - Combine
search+deepfor 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
More from ljt-520/openclaw-backup
ai-agent-helper
AI Agent 設定同優化助手 - Prompt Engineering、Task Decomposition、Agent Loop設計
18audio-cog
AI audio generation powered by CellCog. Text-to-speech, voice synthesis, voiceovers, podcast audio, narration, music generation, background music, sound design. Professional audio creation with AI.
9agent-self-care
|
9cheapest-image-generation
Possibly the cheapest AI image generation (~$0.0036/image). Text-to-image via the EvoLink API.
9capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
9firecrawl
Web search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable.
9