SKILL.md file with instructions and optional supporting resources. Agents discover skills at startup, load them when relevant, and follow the instructions to complete tasks.
Available skills
The plugin bundles seven skills:| Skill | Description |
|---|---|
/build-api-simulation | Generate a complete mock API for any REST API - OpenAPI spec, Arazzo test workflows, and WireMock stubs, optionally recorded from a live sandbox |
| Create stubs | Create and import WireMock stubs for a mock API |
| Convert to stateful | Convert existing stubs to be stateful using the key-value state store |
| Convert to data-driven | Convert existing stubs to use CSV or database data sources |
| Validate and fix stubs | Validate stubs against the OpenAPI schema and fix any errors |
| Author response templates | Author and debug Handlebars response templates for WireMock stubs |
| Search WireMock Cloud docs | Search cached WireMock Cloud documentation for accurate answers about stubs, request matching, response templating, CLI, Runner, and more |
/build-api-simulation is a user-invocable slash command - type it to kick off a full API simulation workflow. The remaining skills are triggered automatically by context when relevant to the task at hand.
Prerequisites
Before using the skills you need the WireMock CLI installed and authenticated, as several skills interact with the WireMock Cloud API through MCP:Supported agents
The Agent Skills format is supported by a growing number of coding agents. The table below lists agents that can use the WireMock Cloud skills plugin, with installation instructions for each.- Claude Code
- GitHub Copilot
- GitHub Copilot CLI
- VS Code + Copilot
- Cursor
- Cursor CLI
- Other agents
Claude Code has native support for agent skills via its plugin system.Add the marketplace registry containing the WireMock skills, then install the plugin from your terminal:Or within an interactive Claude Code session:This installs all seven skills. You can verify by asking Claude Code:You should see the WireMock Cloud skills listed. You can invoke the main skill directly:
Skills vs MCP
The WireMock Cloud agent skills and the WireMock MCP server are complementary:- MCP gives your agent tools - the ability to call the WireMock Cloud API, search stubs, manage mock APIs, and make HTTP requests.
- Skills give your agent expertise - knowledge of WireMock Cloud concepts, best practices, and multi-step workflows that orchestrate those tools effectively.