What problem does it solve?
It solves the problem of not knowing how a web service’s APIs behave—endpoints, request/response patterns, and authentication—so you can’t build reliable integrations without guesswork.
Core Features & Use Cases
- Record real API traffic: Captures API calls by browsing automatically or by recording while the user drives a Chrome session, then outputs a structured JSON summary of discovered endpoints.
- Analyze authentication and request patterns: Identifies common auth mechanisms (cookies, Bearer tokens, API keys), pagination behavior, rate-limiting headers, CRUD routes, and streaming endpoints like WebSockets.
- Guide integration next steps: Recommends concrete follow-ups such as generating TypeScript types from observed payloads or creating CLI wrappers around the discovered endpoints.
Quick Start
Ask the skill to map a domain using the recording mode that fits your workflow and return the results in JSON so you can review endpoints and auth requirements.