Install
openclaw skills install skylv-mock-server-generatorGenerate mock HTTP servers with custom endpoints, dynamic fake data, delay and error simulation, and OpenAPI import for API testing and development.
openclaw skills install skylv-mock-server-generatorCreate mock HTTP servers for API testing and development. Generate fake data, define endpoints, and simulate responses without a real backend.
A skill that helps developers create mock APIs quickly for testing frontend applications, prototyping, or decoupling microservices development.
start mock server on port 3000
add GET /api/users returning [{"id": 1, "name": "John"}]
add POST /api/posts with delay 500ms
generate mock from https://api.example.com/openapi.json