redash

Query Mozilla's Redash telemetry data via SQL and retrieve JSON or CSV results.

3|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/jwmossmoz/agent-skills --skill redash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: redash
Source: https://github.com/jwmossmoz/agent-skills/tree/main/skills/redash
Command: npx skills add https://github.com/jwmossmoz/agent-skills --skill redash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides a convenient, API-driven bridge to Mozilla's Redash service, enabling users to run SQL against telemetry data stored in BigQuery via saved Redash queries or ad-hoc SQL, and to fetch results for sharing or visualization without writing direct BigQuery code.

Core Features & Use Cases

  • Run ad-hoc SQL against the telemetry data via Redash and retrieve results in JSON, CSV, or table formats.
  • Load cached results from existing Redash queries by ID for quick sharing and dashboarding.
  • Use the Redash API to fetch results, export to artifacts, or power dashboard integrations.

Quick Start

Use Redash to execute a SQL query or fetch a cached result and export the data to JSON or CSV.

Frequently Asked Questions about redash

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

FAQPage Schema
How do I run ad-hoc SQL queries against Mozilla telemetry data in BigQuery?

You can execute ad-hoc SQL against Mozilla telemetry data in BigQuery by routing queries through the Redash API. This skill submits your SQL to Redash, which queries the underlying BigQuery telemetry datasets and returns the results for analysis.

How do I fetch cached Redash query results for dashboard sharing?

Fetch cached Redash query results for dashboard sharing by providing the saved query ID to the Redash API. This retrieves previously executed telemetry data outputs instantly without rerunning the SQL, enabling quick dashboard integration and data sharing.

Do I need an API key to query telemetry data via Redash?

Yes, querying telemetry data via Redash requires an API key. You must set the REDASH_API_KEY environment variable before executing SQL queries or fetching saved query results through the Redash API integration.

Can I export Redash query results to CSV or JSON formats?

Yes, you can export Redash query results to CSV or JSON formats. The skill outputs telemetry data in JSON, CSV, or table formats and includes options to save these exported files locally for downstream analysis and reporting.

What is the best way to retrieve telemetry data from BigQuery without writing direct BigQuery code?

The best way to retrieve telemetry data without direct BigQuery code is using the Redash API as an intermediary bridge. This skill submits SQL through Redash to query BigQuery telemetry datasets, handling API communication and output formatting.