openapi-to-skills
Convert OpenAPI specs into structured agent-readable documentation
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install openapi-to-skills?โผ
Run `npx skills add neutree-ai/openapi-to-skills --all -g -y` in your terminal to install it globally.
How to convert an OpenAPI spec into agent skills?โผ
Run the converter with your spec file or URL and an output directory, and it generates a SKILL.md entry point plus organized reference files for resources, operations, and schemas.
Why not feed raw OpenAPI specs to AI agents?โผ
Large specs can exceed context limits and waste tokens. This converter splits them into small focused files so agents load only the sections they need.
Can I filter which API operations get converted?โผ
Yes. You can include or exclude tags, exclude path prefixes, and skip deprecated operations using simple command-line options.
Does it work with Claude Code and other agent frameworks?โผ
Yes. The output follows the universal SKILL.md standard, so any agent framework that reads files can navigate the generated documentation.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core