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(default3) — 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.