create-stubs

star 0

Create and import WireMock stubs for a mock API. Use when the user wants to add new stub mappings to a WireMock Cloud mock API.

wiremock-inc By wiremock-inc schedule Updated 3/4/2026

name: create-stubs user-invocable: false description: Create and import WireMock stubs for a mock API. Use when the user wants to add new stub mappings to a WireMock Cloud mock API. argument-hint: "" allowed-tools: - Read(../references/*) - mcp__wiremock__who_am_i - mcp__wiremock__search_my_mock_apis - mcp__wiremock__search_stub_mappings - mcp__wiremock__import_stubs_to_mock_api - mcp__wiremock__search_request_journal - mcp__wiremock__reset_request_journal - mcp__wiremock__make_http_request - mcp__wiremock__look_up_documentation - mcp__wiremock__pull

Prerequisites

This skill requires the WireMock Cloud MCP server to be configured and running. If it is unavailable, stop and inform the user before proceeding.

Reference Documentation

Read these references before creating stubs:

Instructions

The target mock API is: $ARGUMENTS

If $ARGUMENTS is empty, ask the user which mock API to create stubs for.

  1. Identify the target mock API using search_my_mock_apis.
  2. Read the Stub Creation Guidelines.
  3. Gather requirements from the user about what stubs to create (endpoints, methods, response data, scenarios).
  4. If an OpenAPI description is available for the mock API, pull it using pull and use it to ensure responses conform to schemas.
  5. Create the stubs and import them using import_stubs_to_mock_api.
  6. Validate the imported stubs using the process in Validating and Fixing Stubs.
  7. Report the created stubs to the user.
Install via CLI
npx skills add https://github.com/wiremock-inc/skills --skill create-stubs
Repository Details
star Stars 0
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
wiremock-inc
wiremock-inc Explore all skills →