← 返回 Skills 市场
82
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install feature-toggle-manager
功能描述
Feature flag management. Creates and toggles feature flags for A/B testing. Triggers: feature flag, a b test, toggle feature, abtesting.
使用说明 (SKILL.md)
Feature Flag Manager
Overview
Implements feature flags for controlled rollouts and A/B testing.
When to Use
- User asks to "add a feature flag"
- User wants to "A/B test" or "gradually roll out"
Implementation
if (isFeatureEnabled("new_checkout_flow", userId)) { renderNewCheckout(); } else { renderLegacyCheckout(); }
Rollout Strategy
1-5% = internal users 10-25% = beta users 25-50% = canary 100% = full rollout
Monitor: error rate, conversion, latency
Anti-Patterns
- Do not use flags for permanent features
- Limit active flags to under 20
- Clean up flags after rollout
安全使用建议
This skill is documentation-only: it provides patterns, a sample feature-check snippet, and rollout advice but contains no implementation or integrations. It cannot access your system or cloud by itself. If you expect a working feature-flag service, you'll need to connect or implement an actual provider (e.g., LaunchDarkly, Unleash) and supply appropriate credentials/env vars; review those integrations separately before granting any secrets. If you plan to let an agent act autonomously, add explicit checks and limits in the implementation to avoid accidental wide rollouts.
功能分析
Type: OpenClaw Skill
Name: feature-toggle-manager
Version: 1.0.0
The skill bundle contains only documentation and conceptual code snippets for feature flag management. It lacks any executable scripts, network activity, or suspicious instructions, and its content is entirely consistent with its stated purpose in SKILL.md.
能力评估
Purpose & Capability
Name and description match the content of SKILL.md (feature flag guidance). The skill does not request unrelated binaries, env vars, or config paths—everything requested (nothing) is proportionate to a documentation/help skill.
Instruction Scope
SKILL.md contains conceptual code snippets, rollout strategies, and best practices only. It does not instruct the agent to read files, call external endpoints, or access environment variables. There is no scope creep.
Install Mechanism
No install spec and no code files. This is the lowest-risk model (instruction-only); nothing will be downloaded or written to disk by the skill itself.
Credentials
Skill declares no required environment variables, credentials, or config paths. No sensitive data is requested or implied by the instructions.
Persistence & Privilege
always is false and model invocation is not disabled (normal defaults). The skill does not request elevated persistence or modify other skills/configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feature-toggle-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/feature-toggle-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of feature flag management skill.
- Enables creation and toggling of feature flags for A/B testing and controlled rollouts.
- Supports triggers like "feature flag," "A/B test," and "toggle feature."
- Provides guidance on rollout strategies and best practices.
- Includes recommendations for usage, monitoring, and cleanup.
元数据
常见问题
Feature Toggle Manager 是什么?
Feature flag management. Creates and toggles feature flags for A/B testing. Triggers: feature flag, a b test, toggle feature, abtesting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Feature Toggle Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feature-toggle-manager」即可一键安装,无需额外配置。
Feature Toggle Manager 是免费的吗?
是的,Feature Toggle Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feature Toggle Manager 支持哪些平台?
Feature Toggle Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feature Toggle Manager?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills