Add agentify-cli to Development & Code Tools
loading diff…
agentify-cli bridges the gap between traditional APIs and the agent ecosystem. Many products have OpenAPI specs but lack agent-friendly interfaces. Agentify transforms any OpenAPI spec into 9 agent interface formats with a single command:
npx agentify-cli transform <openapi-spec>
Output formats: Skills, CLAUDE.md, MCP servers, AGENTS.md, .cursorrules, llms.txt, GEMINI.md, A2A Card, CLI
# Transform Stripe's API into agent interfaces
npx agentify-cli transform https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json
# Generate only Skills and CLAUDE.md
npx agentify-cli transform ./petstore.yaml -f skills -f claude