Skip to content
AI & Agents
Command

/telemetry

Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events).

From plugin
forcedotcom-sf-skills
99714 skills2 agents14 commands3 MCP
Install
$ npx -y skills add forcedotcom/afv-library --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/telemetry

Context preview

What this command does when you run it.

Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events).

Command definition

telemetry.md
description: Turn plugin usage telemetry on or off, or show its current status (what's collected, machine id, buffered events).
allowed-tools:
  - Bash

Manage usage telemetry for the salesforce-development plugin. Default is ON; this is a true hard-off when disabled (nothing captured, buffered, or sent) and honors `SF_DISABLE_TELEMETRY` / `DO_NOT_TRACK`.

If the user asked to turn it **off**:

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry off

If the user asked to turn it **on**:

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry on

Otherwise show current **status**:

${CLAUDE_PLUGIN_ROOT}/scripts/sf-context telemetry status

Output the result verbatim to the user.

Ships withforcedotcom-sf-skills

This repository provides a curated collection of Salesforce agent skills for building applications.

Get the whole plugin

Other commands on forcedotcom-sf-skills.