skills/43-wentorai-research-plugins/skills/literature/search/openalex-api/SKILL.md
Query the OpenAlex catalog of scholarly works, authors, and institutions
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research openalex-apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
OpenAlex is a free, open catalog of the global research system. It indexes over 250 million scholarly works, 90 million authors, 100,000 institutions, and 65,000 concepts. Created by the nonprofit OurResearch as a replacement for Microsoft Academic Graph, OpenAlex provides comprehensive bibliometric data for academic research analysis.
The API serves as a powerful tool for researchers conducting systematic literature reviews, bibliometric analyses, and research landscape mapping. It covers works across all academic disciplines, linking papers to their authors, institutions, concepts, and citation networks. Each entity in OpenAlex has a persistent identifier (OpenAlex ID) and is enriched with metadata from CrossRef, ORCID, ROR, and other authoritative sources.
OpenAlex is entirely free to use. No API key is required, though providing a contact email in the mailto parameter grants access to the polite pool with faster response times and higher rate limits.
No authentication required. For better rate limits and access to the polite pool, include your email in requests:
https://api.openalex.org/[email protected]
The polite pool provides significantly faster responses and is recommended for all production usage.
GET https://api.openalex.org/workscurl "https://api.openalex.org/works?search=large+language+models&filter=publication_year:2024&sort=cited_by_count:desc&per_page=10&[email protected]"
results array containing id, title, doi, publication_date, cited_by_count, authorships, concepts, open_access status, and abstract_inverted_index.GET https://api.openalex.org/authorscurl "https://api.openalex.org/authors?search=Geoffrey+Hinton&[email protected]"
results array containing id, display_name, orcid, works_count, cited_by_count, h_index, last_known_institution, and x_concepts.GET https://api.openalex.org/institutionscurl "https://api.openalex.org/institutions?search=MIT&[email protected]"
id, display_name, ror, country_code, type, works_count, and cited_by_count.GET https://api.openalex.org/conceptscurl "https://api.openalex.org/concepts?filter=level:0&per_page=50&[email protected]"
works_count, and related concepts.Without the mailto parameter: 10 requests per second, 100,000 requests per day. With the mailto parameter (polite pool): significantly higher throughput. The API uses HTTP 429 responses when limits are exceeded. Implement exponential backoff for production usage.
Retrieve all works that cite a specific paper by its DOI:
curl "https://api.openalex.org/works?filter=cites:W2741809807&sort=cited_by_count:desc&per_page=25&[email protected]"
Analyze publication trends for a specific institution:
curl "https://api.openalex.org/works?filter=institutions.id:I136199984,publication_year:2024&group_by=open_access.is_oa&[email protected]"
Explore how a concept connects to others in the research landscape:
curl "https://api.openalex.org/concepts/[email protected]"
tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.