openalex-database

Query the OpenAlex REST API for scholarly records with filtering and pagination.

Updated May 26, 2026
One-click install
npx skills add https://github.com/XWIlluDelu/agent-share --skill openalex-database-xwilludelu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openalex-database
Source: https://github.com/XWIlluDelu/agent-share/tree/main/lib/openalex-database
Command: npx skills add https://github.com/XWIlluDelu/agent-share --skill openalex-database-xwilludelu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenAlex enables fast discovery and enrichment of scholarly works (papers, authors, institutions, journals, and concepts) so you can avoid manual database searching when building datasets for research and analysis.

Core Features & Use Cases

  • Search and filter across 250M+ works: Retrieve relevant literature by keyword, author, DOI, ORCID, or OpenAlex ID while applying constraints like year, open access, citation counts, and concepts.
  • Lookup and enrich metadata: Fetch a single work by DOI or ID and extract useful fields such as title, publication year, citation counts, abstract (when available), and open-access URLs.
  • Build citation and reference networks: Retrieve referenced works and citing works to support bibliometrics, co-citation exploration, and reference-graph traversal.
  • Use cases: Create systematic literature review corpora, disambiguate authors via ORCID/OpenAlex IDs, enrich DOI lists with citation/venue/abstract metadata, and analyze publication trends by concept, institution, journal, or country.

Quick Start

Use the openalex-database skill to search OpenAlex works for the query "single-cell RNA sequencing" filtered to years 2020-2024 and open-access papers, then return the top results with title, year, citation count, DOI, and open-access URL.

Frequently Asked Questions about openalex-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search OpenAlex for literature by keyword and publication year?

You can search OpenAlex literature by keyword and publication year by querying the OpenAlex REST API with structured filters, retrieving matching scholarly works along with titles, publication years, and citation counts.

What is the best way to get scholarly metadata from a DOI without an API key?

Querying the OpenAlex REST API is the best way to get scholarly metadata from a DOI without an API key, allowing direct lookup of works to extract titles, citation counts, and open-access URLs.

Can I build citation and reference networks using OpenAlex for bibliometric analysis?

Yes, you can build citation and reference networks using OpenAlex for bibliometric analysis by retrieving referencing works and citing works to support co-citation exploration and reference-graph traversal.

How do I disambiguate authors in academic literature datasets?

You can disambiguate authors in academic literature datasets by querying the OpenAlex REST API to retrieve author records using ORCID or OpenAlex IDs, ensuring accurate attribution across scholarly works.

Does OpenAlex support cursor-based pagination for large literature review corpora?

Yes, OpenAlex supports cursor-based pagination for building large systematic literature review corpora, allowing efficient retrieval of over 250 million works with optional field selection to optimize performance.

What limitations exist when reconstructing abstract metadata from OpenAlex?

Reconstructing abstract metadata from OpenAlex depends on abstract availability within the database records, as the API provides structured retrieval and reconstruction only when the original abstract data is present.