← Back to Skills Marketplace
sky-lv

Skylv Feature Toggle Manager

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
55
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skylv-feature-toggle-manager
Description
Feature flag management. Creates and toggles feature flags for A/B testing. Triggers: feature flag, a b test, toggle feature, abtesting.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-feature-toggle-manager
  3. After installation, invoke the skill by name or use /skylv-feature-toggle-manager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skylv-feature-toggle-manager
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

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.

💬 Comments