What problem does it solve?
AI agents need to interact with web APIs but often lack documentation, credentials, or understanding of how services work. This skill bridges that gap by capturing real browser traffic and making it searchable, inspectable, and replayable.
Core Features & Use Cases
- Traffic Capture: Records HTTP(S) requests and responses through a local proxy, automatically filtering out analytics, tracking, and static assets.
- Search & Inspection: Search captured exchanges by host, method, status, or path, and inspect full request/response details including headers and bodies.
- Authenticated Replay: Replay captured requests with exact authentication, or mutate them with JSON patches and header overrides to test API behavior and debug failures.
- Endpoint Discovery: Extract API endpoints from captured JavaScript bundles and reconstruct session flows around specific requests.
Quick Start
Use the motim skill to start the local proxy, browse a target website to capture its API traffic, then search for and replay a specific captured request to interact with the service programmatically.