What problem does it solve?
This Skill solves the problem of verifying AIM gateway REST routes and WebSocket frame protocols without manually wiring clients for every change, by providing a repeatable Python CLI for functional checks and load testing.
Core Features & Use Cases
- Unified REST + WebSocket clients: A shared REST client with Bearer tokens and a Protobuf-based WebSocket client to exercise gateway behavior end to end.
- Multi-profile, multi-user parallel testing: Tokens are persisted per profile to let you simulate multiple users concurrently and safely repeat scenarios.
- Built-in integration and benchmarking scenarios: Includes quick per-endpoint debugging, an end-to-end run-all flow (register/login/friends/conversations/WS), and a benchmark framework for register/login/friend-chain/message/presence/mixed loads.
Quick Start
Run the benchmark register scenario to quickly validate the gateway APIs with a controlled number of users.