scholar-search

Search scholarly works via OpenAlex and return structured metadata.

10|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/dsebastien/ai-skill-scholar --skill scholar-search-dsebastien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scholar-search
Source: https://github.com/dsebastien/ai-skill-scholar/tree/main/skills/scholar-search
Command: npx skills add https://github.com/dsebastien/ai-skill-scholar --skill scholar-search-dsebastien

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

OpenAlex-powered search for scholarly works across arXiv, conferences, journals, and books, returning structured metadata including citation counts, reconstructed abstracts, venues, and external IDs (arXiv/DOI/PMID) without requiring an API key.

Core Features & Use Cases

  • Discover papers across disciplines via OpenAlex, including conference proceedings and journals, with options to filter by year, venue, concepts, and open access.
  • Retrieve comprehensive metadata for each result: title, authors, year, venue, citation_count, abstract, and external IDs (arXiv/DOI/PMID).
  • Use in literature reviews, topic exploration, or rapid screening to build shortlists for deeper analysis.

Quick Start

Use scholar-search to fetch papers matching your query and inspect structured results.

Frequently Asked Questions about scholar-search

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

FAQPage Schema
How do I search scholarly papers across multiple journals and conferences without an API key?

Search scholarly papers across journals and conferences using OpenAlex without an API key. This Skill queries api.openalex.org to return structured metadata including citations, abstracts, venues, and external IDs like arXiv or DOI.

Can I filter OpenAlex literature reviews by year, venue, and open access status?

Yes, you can filter OpenAlex literature reviews by year, venue, concepts, and open-access status. This allows targeted topic discovery and rapid screening across disciplines to build shortlists for deeper analysis.

What scholarly metadata can I retrieve for literature reviews using OpenAlex?

OpenAlex literature reviews retrieve comprehensive metadata for each result, including title, authors, year, venue, citation count, reconstructed abstracts, and external IDs such as arXiv, DOI, and PMID.

Does this OpenAlex paper search require any external Python libraries or API keys?

No, this OpenAlex paper search requires only Python 3.11+ and the standard library. It needs internet access to api.openalex.org but requires no external dependencies or API key to fetch structured scholarly works.

What's the best way to find open access papers and conference proceedings for cross-disciplinary inquiries?

The best way to find open access papers and conference proceedings for cross-disciplinary inquiries is searching via OpenAlex. It covers journals, books, and arXiv, returning structured results with citation counts and reconstructed abstracts.

Why does my OpenAlex scholarly search return reconstructed abstracts instead of full text?

OpenAlex scholarly search returns reconstructed abstracts because the API provides abstracts in an inverted index format. The Skill reconstructs this data to provide readable text alongside titles, authors, venues, and external IDs.