·analytics-engine
{}

analytics-engine

null-shot/cloudflare-skills

Write and query high-cardinality event data at scale with SQL. Load when tracking user events, billing metrics, per-tenant analytics, A/B testing, API usage, or custom telemetry. Use writeDataPoint for non-blocking writes and SQL API for aggregations.

3Installs·0Trend·@null-shot

Installation

$npx skills add https://github.com/null-shot/cloudflare-skills --skill analytics-engine

SKILL.md

Write high-cardinality event data at scale and query it with SQL. Perfect for user events, billing metrics, per-tenant analytics, and custom telemetry.

| User behavior tracking | High-cardinality data (userId, sessionId, etc.) | | Billing/usage metrics | Per-tenant aggregation with doubles | | Custom telemetry | Non-blocking writes, queryable with SQL | | A/B test metrics | Index by experiment ID, query results | | API usage tracking | Count requests per customer/endpoint |

| Write event | env.DATASET.writeDataPoint({ ... }) | Non-blocking, do NOT await | | Metrics | doubles: [value1, value2] | Up to 20 numeric values | | Labels | blobs: [label1, label2] | Up to 20 text values | | Grouping | indexes: [userId] | 1 index per datapoint (max 96 bytes) | | Query data | SQL API via REST | GraphQL also available |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/null-shot/cloudflare-skills --skill analytics-engine
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is analytics-engine?

Write and query high-cardinality event data at scale with SQL. Load when tracking user events, billing metrics, per-tenant analytics, A/B testing, API usage, or custom telemetry. Use writeDataPoint for non-blocking writes and SQL API for aggregations. Source: null-shot/cloudflare-skills.

How do I install analytics-engine?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/null-shot/cloudflare-skills --skill analytics-engine Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/null-shot/cloudflare-skills