search_works_openalex
Installation
SKILL.md
search-works-openalex
Purpose
scripts/cli.py is a self-contained CLI (runs with uv run) that wraps the
OpenAlex REST API. It exposes four subcommands and
emits strict JSON on stdout, making it easy to pipe into further processing.
uv run scripts/cli.py <subcommand> [flags]
Path note: adjust the path to
cli.pyto wherever it lives in your project (e.g.skills/search-works-openalex/scripts/cli.py).
This skill exposes four logical operations, each addressable independently:
Related skills