launch_darkly-automation

Automate feature flag management and environment configurations through the LaunchDarkly API via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill launch-darkly-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch_darkly-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 launch-darkly-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of toggling feature flags and managing environment segments, ensuring consistent configuration across development and production environments.

Core Features & Use Cases

  • Feature Flag Management: Programmatically create, update, and toggle feature flags across environments.
  • Environment & Segment Control: Manage rollout strategies and user segments for targeted feature delivery.
  • Use Case: A developer needs to enable a new feature for a specific beta-testing segment across multiple environments; this Skill automates the API calls to update the flag status and rollout rules safely.

Quick Start

Use the launch_darkly-automation skill to list all available feature flags and their current status in the production environment.

Frequently Asked Questions about launch_darkly-automation

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

FAQPage Schema
How do I manage feature flags with this skill?

Use the RUBE_MULTI_EXECUTE_TOOL command to trigger LaunchDarkly toolkit functions after discovering the correct tool slugs via RUBE_SEARCH_TOOLS.

What should I do if my LaunchDarkly connection fails?

Verify the connection status is ACTIVE by calling RUBE_MANAGE_CONNECTIONS and re-authenticate via the provided link if the token has expired.

Can I perform bulk updates on feature flags?

Yes, use RUBE_REMOTE_WORKBENCH to execute bulk operations or data processing tasks across multiple flags or environments efficiently.

Why must I search for tools before executing actions?

Tool schemas and available operations change frequently, so searching ensures you use the correct input arguments and avoid execution errors.

Does this skill support pagination for large flag lists?

Yes, many list operations support pagination; check the tool response for next_cursor or page_token values to continue fetching until all items are retrieved.