tech/cloudflare/analytics-engine

Track high-cardinality time-series metrics for Cloudflare applications via SQL.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-analytics-engine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/cloudflare/analytics-engine
Source: https://github.com/2nth-ai/skills/tree/main/tech/cloudflare/analytics-engine
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-analytics-engine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tech/cloudflare/workers, and includes scripts (resource) components.

What problem does it solve?

This Skill provides advanced analytics capabilities for time-series metrics at the edge, addressing high-cardinality metrics tracking and reporting challenges, especially for applications within the Cloudflare ecosystem.

Core Features & Use Cases

  • High-Cardinality Metrics: Built for scaling, handles high-cardinality metrics effectively.
  • Edge Analytics: Provides real-time analytics for token usage, request counts, and latency.
  • Token Economy Dashboard: Facilitates the creation of dashboards without separate analytics DB.
  • Usage Data Reporting: Queries usage data via SQL over the Cloudflare API for detailed reports.

Quick Start

Record and query usage data for Cloudflare services with the analytics-engine skill.

Frequently Asked Questions about tech/cloudflare/analytics-engine

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

FAQPage Schema
How do I track high-cardinality time-series metrics in Cloudflare Workers?

You can track high-cardinality time-series metrics in Cloudflare Workers by utilizing the Cloudflare Analytics Engine. This Skill records token usage, request counts, and latency data at the edge without needing a separate analytics database.

What is the best way to build a usage reporting dashboard for Cloudflare applications?

The best way to build a usage reporting dashboard for Cloudflare applications is querying recorded metrics via SQL over the Cloudflare API. This Skill facilitates creating detailed token economy dashboards directly from edge analytics data.

Do I need a separate analytics database to monitor Cloudflare token usage and latency?

No, you do not need a separate analytics database to monitor Cloudflare token usage and latency. This Skill uses the Cloudflare Analytics Engine to handle high-cardinality metrics tracking and reporting directly at the edge.

Can I query Cloudflare edge analytics data using SQL?

Yes, you can query Cloudflare edge analytics data using SQL through the Cloudflare Analytics API. This Skill enables querying detailed usage reports for time-series metrics like request counts and latency recorded by Workers.

What are the prerequisites for tracking request counts with the Cloudflare Analytics Engine?

Prerequisites for tracking request counts with the Cloudflare Analytics Engine include deploying Cloudflare Workers and having access to the Cloudflare Analytics API. This Skill operates as scripts dependent on the Workers environment to function.