analytics

Fetch data-driven metrics from Supabase/Postgres databases with read-only SQL queries.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill analytics-bulbulogludemir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analytics
Source: https://github.com/bulbulogludemir/claude-code-plugins/tree/main/plugins/claude-backend/skills/analytics
Command: npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill analytics-bulbulogludemir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieves and analyzes data from Supabase/Postgres to answer operational and business questions, enabling rapid metrics generation and reporting without manual SQL crafting.

Core Features & Use Cases

  • Ad-hoc metrics queries: fetch key indicators (DAU/WAU/MAU, revenue, funnels, cohorts) from your database.
  • Safe execution workflow: provides query previews, strict read-only rules, and validation before running mutations.
  • Workflow integration: supports common data-analytics tasks like event tracking, cohort analysis, and funnel reporting for dashboards and analyses.

Quick Start

Connect to your Supabase project and run a sample DAU query to verify metrics extraction.

Frequently Asked Questions about analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract user metrics like DAU and WAU from a Supabase database?

To extract user metrics like DAU and WAU from a Supabase database, you can use vetted SQL templates to fetch key indicators. This process involves connection validation and safe query previews to ensure read-only access before execution.

What is the safest way to run ad-hoc analytics queries on Postgres?

The safest way to run ad-hoc analytics queries on Postgres involves using a workflow with strict read-only rules and query previews. This approach validates the connection and prevents mutations by reviewing the SQL before execution.

Can I generate cohort and funnel reports without writing manual SQL queries?

Yes, you can generate cohort and funnel reports without manual SQL by applying automated data extraction workflows. These workflows identify and fetch data-driven metrics directly from your Supabase database to answer business questions.

Does the analytics query workflow support event tracking for dashboards?

Yes, the analytics query workflow supports event tracking for dashboards. It integrates with common data-analytics tasks like event tracking, cohort analysis, and funnel reporting to provide actionable metrics from your database.

What are the limitations when fetching revenue metrics from a Postgres database?

When fetching revenue metrics from a Postgres database, limitations include strict read-only access and the requirement to use vetted SQL templates. Mutations are blocked, and all queries must pass validation and safe previews before running.