Agent Plugins Marketplace
All plugins

ai-cli-optout

v1.1.3

Opt out of telemetry across every locally installed AI CLI and AI-enabled IDE.

Claude Code1 Skill

By Lazy Ants0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 5, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ai-cli-optout for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ai-cli-optout@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/lazyants/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-cli-optout/.

Plugin files

plugins/ai-cli-optout/
├── .claude-plugin/plugin.json
└── skills/ai-cli-optout/SKILL.md

Included Skills1

ai-cli-optoutskills/ai-cli-optout/SKILL.md

Opt out of telemetry / tracking / error reporting / analytics / feedback uploads across every locally installed AI CLI and AI-enabled IDE — Anthropic Claude Code, OpenAI Codex CLI, Google Gemini CLI, GitHub CLI (gh) + Copilot CLI, Cursor, Cursor CLI (cursor-agent), Google Antigravity, VS Code (vscode), JetBrains PhpStorm — plus Vercel CLI and macOS + Windows OS-level privacy surfaces (Apple Intelligence, Mac Analytics, Advertising ID, Recall, Copilot, Diagnostic Data). Applies documented opt-out flags per vendor, diffs against live vendor docs to surface NEW vars not in baseline, and reports persistent local state without deleting anything. Triggers include "opt out", "opt out of telemetry", "disable telemetry", "disable tracking", "privacy mode", "kill switch", "disable analytics", "stop sending data", "ai cli opt out", "disable apple intelligence" — the full list is under "Trigger phrases" in the body, which is documentation, not discovery.

Plugin manifests1

plugins/ai-cli-optout/.claude-plugin/plugin.json
{
  "name": "ai-cli-optout",
  "description": "Opt out of telemetry across every locally installed AI CLI and AI-enabled IDE.",
  "version": "1.1.3",
  "author": {
    "name": "Lazy Ants"
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ai-cli-optout on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ai-cli-optout)