# Openalex Work

> 从 api.openalex.org 抽取学术作品：标题、URL、出版年份、DOI、类型

- Skill: `antins-labs/openalex-work` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add antins-labs/openalex-work`
- Raw SKILL.md: https://api.skillmd.com/api/skills/antins-labs/openalex-work/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: antins-labs (https://skillmd.com/u/antins-labs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/antins-labs/openalex-work

---


# openalex_work

Search api.openalex.org — openalex_work. Returns raw JSON data instead of HTML; standard CSS selectors are invalid.

Agent-called skill — sub-agents invoke it as the typed tool `skill_openalex_work(...)`. The dispatcher does not auto-route; the agent decides.

## Parameters

- `query` (required) — The search query string (e.g., 'graph neural networks')
- `per_page` (default `3`) — Number of results to return per page

## Example target URLs

- https://api.openalex.org/works?search=graph+neural+networks&per-page=3
- https://api.openalex.org/works?search=climate+change&per-page=3

## Notes

Auto-generated by the access-skill baker (template: `public_api`). Hand-edit freely; the runtime only executes `executor.py` and reads `params_schema` from `manifest.yaml`.

