What problem does it solve?
This Skill solves the problem of agents failing to access services because required environment variables and secrets are missing, stale, mis-scoped, or not loaded into the running PTY session.
Core Features & Use Cases
- Credential lifecycle management: Add new shared secrets or agent-specific secrets, update existing values, and rotate compromised or expired keys.
- Correct secret scoping across org vs agent: Ensures shared keys live in the org .env while per-agent secrets live in agents/{agent}/.env, preventing accidental disclosure or misconfiguration.
- Deterministic restart behavior after changes: Hard-restarts the correct scope (all agents for org-level changes, only one agent for agent-level changes) so updated secrets actually take effect.
- Secret visibility without exposure: Checks which keys are configured while never printing secret values.
Quick Start
Ask env-management to diagnose why a specific key (for example, OPENAI_API_KEY or BOT_TOKEN) appears missing for a given org or agent, then rotate it and hard-restart the affected scope.