This connects Claude to Dot, an AI data analyst that can query your company's databases. You can ask natural language questions about metrics, KPIs, or reports, and it writes SQL, runs queries, and generates charts. The workflow is smart: run `dot catalog` first to see what tables exist, then ask specific questions. Responses are cached permanently unless you're asking about current data, and you can chain follow-ups using chat IDs. The output includes explanations, SQL queries, CSV data, and PNG charts that Claude can actually read and describe back to you. It takes 15-60 seconds per query since it's running a full analysis pipeline, not just hitting an API.
npx skills add https://github.com/snowboard-software/getdot --skill dot