← 返回 Skills 市场
sky-lv

Skylv Feature Toggle Manager

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
55
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-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 appears low risk based on the provided artifacts. Before using it to change a real application, review any proposed feature-flag code or rollout changes as you normally would, because feature flags can affect production behavior if applied to live systems.
功能分析
Type: OpenClaw Skill Name: skylv-feature-toggle-manager Version: 1.0.0 The skill bundle contains purely informational documentation and conceptual code snippets for feature flag management and A/B testing. There are no executable scripts, network requests, or instructions that suggest malicious intent or security vulnerabilities in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The SKILL.md content is coherent with the stated purpose: it gives feature-flag usage guidance, a simple implementation example, rollout percentages, monitoring suggestions, and anti-patterns.
Instruction Scope
The skill is scoped to user requests about adding feature flags, A/B testing, or gradual rollout, and it includes cautionary guidance such as cleaning up flags after rollout.
Install Mechanism
There is no install spec, no required binaries, no code files, and the static scan had nothing suspicious to report.
Credentials
The artifacts do not request environment variables, credentials, network access, local file indexing, shell access, or external service authority.
Persistence & Privilege
No persistence, background execution, privileged configuration, autonomous account access, or long-running behavior is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-feature-toggle-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-feature-toggle-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skylv-feature-flag (version 1.0.0). - Enables feature flag management for controlled rollouts and A/B testing. - Supports creating and toggling feature flags via automation triggers. - Includes rollout strategy recommendations and monitoring guidelines. - Provides best practices and anti-patterns for feature flag usage.
元数据
Slug skylv-feature-toggle-manager
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv 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 插件,目前累计下载 55 次。

如何安装 Skylv Feature Toggle Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-feature-toggle-manager」即可一键安装,无需额外配置。

Skylv Feature Toggle Manager 是免费的吗?

是的,Skylv Feature Toggle Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Feature Toggle Manager 支持哪些平台?

Skylv Feature Toggle Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Feature Toggle Manager?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论