/install skylv-feature-toggle-manager
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-feature-toggle-manager - After installation, invoke the skill by name or use
/skylv-feature-toggle-manager - Provide required inputs per the skill's parameter spec and get structured output
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.
How do I install Skylv Feature Toggle Manager?
Run "/install skylv-feature-toggle-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Feature Toggle Manager free?
Yes, Skylv Feature Toggle Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Feature Toggle Manager support?
Skylv Feature Toggle Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Feature Toggle Manager?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.