SI

simulator-management

An operational guide for managing and resolving issues in the API Simulator backend.

Install

mkdir -p .claude/skills/simulator-management && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9864" && unzip -o skill.zip -d .claude/skills/simulator-management && rm skill.zip

Installs to .claude/skills/simulator-management

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

description: Capabilities for managing and troubleshooting the API Simulator.
77 chars · catalog descriptionno explicit “when” trigger
Intermediate

Key capabilities

  • OpenAPI/Swagger import
  • Schema validation
  • Simulator troubleshooting
  • Port conflict resolution

How it works

It provides tools to import, validate, and troubleshoot API specifications within the simulator environment.

Inputs & outputs

You give it
API specification
You get back
Simulator configuration

When to use simulator-management

  • Importing API specifications
  • Validating simulator schemas
  • Troubleshooting port conflicts
  • Managing API simulator logs

About this skill

Skill: Simulator Management

description: Capabilities for managing and troubleshooting the API Simulator.

Instructions

This skill provides guidance on how to interact with the Apicentric Simulator backend and handle common configuration issues.

Importing Specifications

  • Prefer OpenAPI 3.0 for best compatibility.
  • Swagger 2.0 is supported for legacy specs (e.g., Kubernetes).
  • Use cargo test --test import_export to verify parser changes.

Validating Definitions

  • Run cargo run -- simulator validate <file> to check for schema errors.
  • Ensure all paths start with /.
  • Ensure at least one response (200 OK) is defined per endpoint.

Common Troubleshooting

  • Conflict (409): Occurs when a service with the same name is already registered.
  • Internal Error (500): Often points to a panic in the parser or a resource issue. Check backend logs for backtraces.
  • Port Conflict: The simulator automatically assigns ports in the 8000-8999 range. Ensure this range is available.

When not to use it

  • Non-API simulator tasks

Limitations

  • Requires valid API specification

How it compares

It focuses on simulator-specific configuration and error resolution.

Compared to similar skills

simulator-management side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
simulator-management (this skill)06moNo flagsIntermediate
domain-cloud-native16moNo flagsAdvanced
MTProto Proxy Architecture04moNo flagsAdvanced
splunk-servicenow-ta-setup01moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry