env-manager
SKILL.md
Environment Manager Tool
Description
Manage environment variables and .env files with validation, encryption support, and template generation.
Trigger
/envcommand- User needs to manage env vars
- User wants to work with .env files
Usage
# List environment variables
python scripts/env_manager.py list
# Get specific variable
python scripts/env_manager.py get DATABASE_URL
# Set variable in .env
python scripts/env_manager.py set API_KEY "secret123" --file .env
# Generate .env.example
python scripts/env_manager.py template .env --output .env.example
# Validate .env file
python scripts/env_manager.py validate .env --required API_KEY,DB_URL
Tags
env, environment, dotenv, config, secrets
Compatibility
- Codex: ✅
- Claude Code: ✅
Weekly Installs
4
Repository
aidotnet/moyucodeFirst Seen
Jan 28, 2026
Security Audits
Installed on
opencode4
claude-code4
cursor4
mcpjam3
openhands3
zencoder3