observable-framework-telemetry

Explain Observable Framework telemetry collection and disable it via environment variables.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-telemetry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: observable-framework-telemetry
Source: https://github.com/spqw/skill-observable-framework/tree/main/skills/observable-framework-telemetry
Command: npx skills add https://github.com/spqw/skill-observable-framework --skill observable-framework-telemetry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses concerns about data privacy by clearly explaining what telemetry data Observable Framework collects, what it does not collect, and how users can disable or inspect this data collection.

Core Features & Use Cases

  • Transparency: Details the types of usage data collected (commands, versions, OS, build stats).
  • Privacy Assurance: Explicitly states that sensitive information (env vars, file contents) is NOT collected.
  • Control: Provides clear instructions on how to disable telemetry collection via environment variables (OBSERVABLE_TELEMETRY_DISABLE) and how to debug/inspect data (OBSERVABLE_TELEMETRY_DEBUG).
  • Use Case: A developer wants to ensure their usage data isn't being collected or wants to inspect what is being sent. They can use this skill to understand the telemetry policy and take action.

Quick Start

Disable telemetry collection for Observable Framework by setting the OBSERVABLE_TELEMETRY_DISABLE environment variable to true.

Frequently Asked Questions about observable-framework-telemetry

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

FAQPage Schema
What telemetry data does Observable Framework collect?

Observable Framework telemetry collects usage data including executed commands, framework versions, operating system details, and build statistics. It explicitly does not collect sensitive information such as environment variables or your project's file contents.

How do I disable telemetry collection in Observable Framework?

To disable Observable Framework telemetry collection, set the OBSERVABLE_TELEMETRY_DISABLE environment variable to true. This immediately stops the framework from gathering and transmitting any usage data from your local development environment.

Can I inspect or debug the telemetry data sent by Observable Framework?

Yes, you can inspect and debug the telemetry data sent by Observable Framework by setting the OBSERVABLE_TELEMETRY_DEBUG environment variable. This allows you to review the exact usage information being transmitted.

Does Observable Framework telemetry collect environment variables or file contents?

No, Observable Framework telemetry does not collect environment variables or file contents. The telemetry is strictly limited to usage metrics like commands, versions, OS details, and build statistics to ensure user data privacy.

Why is Observable Framework collecting usage data and how does it impact privacy?

Observable Framework collects usage data to understand command execution, versions, and build statistics for product improvement. It protects privacy by strictly excluding sensitive environment variables and file contents from its telemetry collection process.