| name | openalex_work |
| description | 从 api.openalex.org 抽取学术作品:标题、URL、出版年份、DOI、类型 |
| layer | access |
| invocation | agent_called |
| entity_type | openalex_work |
| template | public_api |
| status | mined |
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
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.