egregore: Skill for Claude Code

.claude/skills/telemetry/SKILL.md

telemetry is a skill for Claude Code from egregore-labs/egregore. It costs 42 tokens per session (499 once invoked), scanned A, original, MIT.

A command for checking, changing, viewing, or clearing the coding agent's locally buffered telemetry, meaning usage data collected about the tool.

In plain words
What is it for?
Checking telemetry status, turning collection on or off, reviewing recent buffered events, and deleting the local buffer.
Why use it?
It gives the user direct control over whether telemetry is enabled and what events are waiting locally.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is egregore-labs/egregore's own configuration. It tells Claude Code how to work on egregore itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything egregore configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash bin/telemetry.sh status.

Reuse

Borrowing it

Nothing to install: this file belongs to egregore-labs/egregore. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/egregore-labs/egregore/main/.claude/skills/telemetry/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/egregore-labs/egregore

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for telemetry

README.md
[![agentmods](https://agentmods.dev/badge/skills/egregore-labs/egregore/telemetry.svg)](https://agentmods.dev/skills/egregore-labs/egregore/telemetry)
Your own site
<a href="https://agentmods.dev/skills/egregore-labs/egregore/telemetry"><img src="https://agentmods.dev/badge/skills/egregore-labs/egregore/telemetry.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 499 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00499
Opus 5 $0.00021 $0.00249
Sonnet 5 $0.00008 $0.00100
Haiku 4.5 $0.00004 $0.00050

Measured 9d ago against content hash 79d2ea25cabd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

telemetry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/telemetry/SKILL.md · 78 lines

What it actually says

Manage telemetry settings. Shows status by default.

When to invoke

User says: "/telemetry", "telemetry status", "turn off telemetry", "disable telemetry", "what data do you collect", "show my telemetry events", "clear telemetry buffer" Not this: viewing telemetry across all registered orgs (internal, admin only) → /telemetry-admin

Arguments

  • status (default) — show whether telemetry is enabled, buffer size, opt-out method
  • off or disable — disable telemetry (sets telemetry: false in state file)
  • on or enable — re-enable telemetry
  • show [N] — show last N buffered events (default 10)
  • clear — delete local telemetry buffer

What to do

Parse the argument (default to status if none given).

status (default)

bash bin/telemetry.sh status

Show the output to the user.

off / disable

bash bin/telemetry.sh disable

Confirm: "Telemetry disabled. No events will be collected until you run /telemetry on."

on / enable

bash bin/telemetry.sh enable

Confirm: "Telemetry re-enabled."

show [N]

bash bin/telemetry.sh show ${N:-10}

Show the output. If empty, say "No buffered events."

clear

bash bin/telemetry.sh clear

Confirm: "Local telemetry buffer cleared."

What is collected

Only: command names, timestamps, session durations, error codes, branch names, query latencies.

What is NEVER collected

File paths, file contents, code, env var values, conversation content, command arguments that might contain user content.

Opt-out methods

  1. /telemetry off — persistent opt-out via state file
  2. EGREGORE_NO_TELEMETRY=1 in .env — env var opt-out
  3. DO_NOT_TRACK=1 — standard env var opt-out
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 78 lines · 42 tokens per session scan A 79d2ea25cabd

Subscribe to this mod's changes

telemetry is a skill published in the GitHub repository egregore-labs/egregore (282 stars, last pushed 5d ago), licensed MIT. It adds 42 tokens to every session and 499 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.