What problem does it solve? Teams shipping LLM-powered code have no visibility into what each request costs. This Skill integrates a repository with the Caveman Cloud gateway so every LLM request is measured and priced, without changing any model-visible behavior. ## Core Features & Use Cases - Callsite Discovery: Scans dependency files and source code for LLM SDKs (OpenAI, Anthropic, Vercel AI SDK, LangChain, LiteLLM) and raw provider HTTP calls before changing anything. - Gateway Wiring: Rewrites each callsite's base URL to the gateway path with an app slug and adds the x-cave-api-key auth header, supporting both stored and byok provider-key modes. - Verified Integration: Sends one real verification request and reports the actual HTTP status and token usage, with verbatim failure templates for unreachable gateways, invalid keys, and routing errors. - Use Case: A developer with a Python support-bot using the OpenAI SDK asks to set up Caveman; the Skill rewires the client base URL, stores the key in the repo's env file, verifies with one ping request, and reports the measured tokens. ## Quick Start Ask the AI to set up Caveman in this repository using the gateway URL, API key, provider-key mode, and dashboard URL from your setup prompt.