A CLI wrapper around WireMock's admin API that lets you manage HTTP mocks from the command line or agent tool calls. You get full control over stub creation, request inspection, stateful scenarios, and traffic recording. The `--json` flag makes every command return structured output, which is perfect for test verification workflows where you need to programmatically confirm your service made the right HTTP calls. The `stub quick` shorthand is nice for simple cases, but you can also pass full JSON for complex request matching. Most useful when you're running integration tests and need to both configure mock backends and verify interactions after the fact.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-wiremock