Install
openclaw skills install api-generatorAPI code generator. Generate RESTful endpoints, GraphQL schemas, OpenAPI/Swagger docs, API clients, mock servers, authentication, rate limiting.
openclaw skills install api-generatorGenerate production-ready API code scaffolds from zero. REST, GraphQL, auth, tests — all in one tool.
bash scripts/apigen.sh <command> <resource_name> [options]
<name> — RESTful CRUD endpoints (Express.js)<name> — GraphQL Type + Query + Mutation schema<name> — OpenAPI 3.0 specification document<name> — Python API client class<name> — Mock API server with in-memory store<type> — Auth code (jwt / oauth / apikey)<type> — Rate limiter (token-bucket / sliding-window)<name> — Jest + Supertest API test suitebash scripts/apigen.sh rest user # RESTful user endpoints
bash scripts/apigen.sh graphql product # GraphQL product schema
bash scripts/apigen.sh auth jwt # JWT authentication
bash scripts/apigen.sh test order # Order API tests
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com