一键导入
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