LaunchDarkly Automation

Automate feature flag management, trigger workflows, and code reference tracking via LaunchDarkly API integrations.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill launchdarkly-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LaunchDarkly Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/launch-darkly-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill launchdarkly-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing feature flags across multiple environments, allowing teams to automate flag toggles and audit code references without leaving their development environment.

Core Features & Use Cases

  • Flag Lifecycle Management: List projects and environments to maintain visibility into your feature flag infrastructure.
  • Automated Trigger Workflows: Create and delete webhook-driven triggers to automate flag actions based on external events like Datadog alerts or CI/CD pipelines.
  • Code Reference Auditing: Track where specific feature flags are implemented across your repositories to ensure safe flag cleanup.

Quick Start

Use the LaunchDarkly skill to list all projects and then create a trigger workflow for the 'new-feature' flag in the 'production' environment.

Frequently Asked Questions about LaunchDarkly Automation

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

FAQPage Schema
How do I automate feature flag toggles with LaunchDarkly?

Use the LAUNCH_DARKLY_CREATE_TRIGGER_WORKFLOW tool to define a webhook-driven trigger. You must specify the project key, feature flag key, environment key, and the desired action, such as turning the flag on or off.

What is the difference between a project key and an environment key?

A project key identifies the top-level container for your flags, while an environment key represents a specific deployment stage like production or staging. Always use the list tools to verify the exact lowercase slug for these keys.

Can I track where a feature flag is used in my code?

Yes, use the LAUNCH_DARKLY_LIST_CODE_REFERENCE_REPOSITORIES tool to identify repositories containing references to specific flags. Note that this requires an Enterprise plan and appropriate write permissions.

Why does my trigger creation fail?

Trigger creation often fails due to incorrect project or environment keys. Ensure you are using the exact slugs returned by the list tools and that your API key has sufficient permissions for the requested operation.