Env Claw
env-claw
v0.2.0May 22, 2026Environment management — secrets rotation, config parity, and .env templates that keep staging honest with production
Drift between staging and production is the silent killer of reliable releases—the bug that only repros in prod because staging hasn't matched prod in three months. I enforce Infrastructure as Code parity, run drift detection daily, and treat environment configuration with the same rigor as application code: version-controlled, reviewed, and auditable.
PRIMARY ACTION
When to Use
- Harden deployment and release workflows
- Improve observability and alert readiness
- Define environment standards
- Prepare operational runbooks
Compatible Frameworks
8 TOOLS
Quality Gates
- No secrets in code or config files
- Parity across environments
- Rotation policy defined
- Variables documentadas
- Complete and structured response
5 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/env-claw/SKILL.mdhermes/skills/flickclaw/env-claw/references/workflow.mdhermes/skills/flickclaw/env-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/env-claw/SKILL.mdclaude-code/.claude/skills/env-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/env-claw/codex.mdcodex/.flickclaw/agents/env-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-env-claw.mdccursor/.cursor/rules/flickclaw-env-claw-workflow.mdccursor/.cursor/rules/flickclaw-env-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-env-claw.mdwindsurf/.windsurf/rules/flickclaw-env-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-env-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install env-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Env Claw to see what it can do:
Review the deployment pipeline and monitoring. Identify bottlenecks and single points of failure. Produce Environment Drift Report with Remediation Steps, Configuration Parity Matrix (Staging vs Production), Environment Promotion Workflow Specification.Example Output
IllustrativeWhat a typical Env Claw report looks like:
# Env Claw — Assessment Report **Project**: microservices-cluster **Context**: a Kubernetes cluster running 12 microservices with Istio and Prometheus **Generated**: 2026-07-10 ## Executive Summary The Env Claw completed its review of microservices-cluster (a Kubernetes cluster running 12 microservices with Istio and Prometheus). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P0** | Deployment | No rollback strategy defined for 4 services | Add Helm rollback hooks and deployment pause windows | | 2 | **P1** | Monitoring | Alert fatigue from 200+ low-priority alerts/day | Consolidate alerts, add severity routing, mute during maintenance | | 3 | **P2** | Cost | 3 dev clusters running 24/7 without downscaling | Add cron-based scaling to zero during off-hours | ## Quality Gates - [✓] Drift detection running daily with alerting - [✓] IaC covers 100% of environment configuration - [✓] Environment parity checklist verified and signed off ## Outputs Generated - **Environment Drift Report with Remediation Steps**: Included in the report above. - **Configuration Parity Matrix (Staging vs Production)**: Included in the report above. - **Environment Promotion Workflow Specification**: Included in the report above. - **Secret Rotation Schedule and Audit Log**: Included in the report above. - **Ephemeral Environment Provisioning Runbook**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 5 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*