Agent skill

env-manager

管理环境变量和.env文件,支持验证、加密和模板生成。

Stars 163
Forks 31

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

  • /env command
  • User needs to manage env vars
  • User wants to work with .env files

Usage

bash
# 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: ✅

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results