add-tool

Analyze GitHub issues and generate Nix expressions for telemetry opt-out tools.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/adampie/opt-out --skill add-tool-adampie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-tool
Source: https://github.com/adampie/opt-out/tree/main/.claude/skills/add-tool
Command: npx skills add https://github.com/adampie/opt-out --skill add-tool-adampie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of investigating and adding new tools to the opt-out flake, ensuring comprehensive telemetry disabling for a wider range of software.

Core Features & Use Cases

  • Investigate Tools: Researches tools mentioned in GitHub issues to identify telemetry opt-out mechanisms.
  • Add to Flake: Creates Nix files to integrate eligible tools into the opt-out flake, supporting both environment variable and configuration file opt-outs.
  • Use Case: When a new tool gains popularity and users request its inclusion, this Skill can be used to quickly assess its telemetry settings and add it to the flake if it meets the criteria.

Quick Start

Use the add-tool skill to investigate the tool mentioned in GitHub issue number 123.

Frequently Asked Questions about add-tool

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

FAQPage Schema
How do I disable telemetry for new software tools in a Nix flake?

This Skill investigates tools mentioned in GitHub issues, researches their documentation for environment variable or configuration file-based telemetry disabling, and generates Nix expressions to add eligible tools to your flake.

How do I add a new tool to an opt-out flake based on a GitHub issue?

To add a new tool to an opt-out flake, analyze the relevant GitHub issue, research the tool's telemetry disabling mechanisms, and generate the appropriate Nix expressions for integration based on your findings.

Can I integrate tools into a Nix flake if they lack configuration file opt-outs?

Yes, you can integrate tools using environment variable opt-outs if configuration file methods are unavailable. The process supports identifying and adding tools with either environment variable or configuration file-based telemetry disabling.

What is the process for researching telemetry opt-out mechanisms for DevOps automation tools?

Researching telemetry opt-out mechanisms involves analyzing tool documentation to identify environment variables or configuration files that disable telemetry, then generating Nix expressions to integrate these settings into a flake.

What happens when a tool has no valid telemetry opt-out method during Nix integration?

When a tool has no valid telemetry opt-out method, the Skill identifies it as lacking a valid opt-out mechanism. It supports recognizing both tools with valid opt-outs and those without them during the investigation phase.