원클릭으로
launchdarkly
Inspect LaunchDarkly feature flags, environments, segments, and metrics through the read-only ldcli wrapper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect LaunchDarkly feature flags, environments, segments, and metrics through the read-only ldcli wrapper.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read Slack threads or channel history and post concise bot replies through slack-post-message when the user asks to answer in Slack or when a Slack event payload provides channel and thread context.
GitHub CLI surface allowed by Thor's server-side gh policy. Append-only: Thor can create PRs, comments, and non-approval reviews but cannot approve, merge, edit, or delete prior artifacts.
Run project commands (build, test, lint) in a cloud sandbox with common runtimes and on-demand toolchains.
Query and analyze Langfuse observability data (observations, metrics, scores) via the mcp CLI for debugging LLM behavior, cost, and user activity.
Orchestrate real browser interaction, screenshots, recordings, and UI evidence without encoding app-specific flows.
Git command surface allowed by Thor's server-side policy. Thor's git is append-only to the local repo and to origin. Load this skill to see what commands are allowed and the common redirect patterns.
| name | launchdarkly |
| description | Inspect LaunchDarkly feature flags, environments, segments, and metrics through the read-only ldcli wrapper. |
Use this skill when:
This skill provides read-only access to LaunchDarkly via CLI:
ldcli <resource> <action> [options]
Supported resources:
flagsenvironmentsprojectssegmentsmetricsUse resource help for command discovery:
ldcli flags --help
ldcli segments --help
--access-token; auth is injected for you--output json is auto-appended unless you already pass an explicit output flagldcli flags list --project default --limit 50
ldcli flags get my-flag --project default --environment production
Use this to inspect per-environment targeting and rollout state.
ldcli environments list --project default
ldcli segments list --project default --environment production
ldcli metrics list --project default
--environment for flag or segment work when the question is environment-specific.get only when you already know the exact flag key; otherwise start with list.flags, environments, segments, and metrics require --project <key>metrics supports list onlyldcli flags get exposes environment-specific state under environments[<env-key>]ldcli flags --help is allowed for discovery, but real resource queries still need explicit scope