What problem does it solve?
This Skill solves the problem of reliably querying OpenAlex for scholarly works and turning API results into readable, actionable discovery outputs.
Core Features & Use Cases
- Query building with guardrails: Compose OpenAlex requests for works, authors, and sources using search, structured filters, sorting, pagination, and field selection.
- Result formatting for human and agent use: Use jq to transform API responses into clean tables or structured JSON objects (not raw blobs).
- PDF availability and downloading: Resolve the best available PDF URL from OpenAlex metadata and download it locally when available.
- Use case: You want a reproducible list of open-access works from 2023 onward, including title, year, citations, DOI, and direct PDF links, without hand-tuning every query each time.
Quick Start
Run the openalex skill to search for recent open-access articles on a topic and output titles, years, citation counts, and DOIs.