Agent skill
env-manager
管理环境变量和.env文件,支持验证、加密和模板生成。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/env-manager
Metadata
Additional technical details for this skill
- short description
- 管理.env文件
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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?