Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Env Manager

  • 21 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

env-manager is a Claude Code skill that lists, gets, sets and validates .env variables and generates .env.example templates.

About

env-manager is a Claude Code skill that manages environment variables and .env files. It lists, gets and sets variables, generates a .env.example template, and validates that required variables are present. A developer uses it to keep secrets and config organized across a project. It runs as a bundled Python CLI.

  • Reads, writes and validates .env files
  • Generates a .env.example template from an existing file
  • Validates that required variables are present

Env Manager by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #1,581 of 2,203 Security skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

env-manager capabilities & compatibility

Capabilities
env management · config validation · secrets config
Use cases
devops
Pricing
Free
From the docs

What env-manager says it does

Manage environment variables and .env files with validation, encryption support, and template generation.
SKILL.md
`env`, `environment`, `dotenv`, `config`, `secrets`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill env-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

List, set or validate .env variables and generate a .env.example template.

Who is it for?

Developers organizing, templating and validating .env configuration and secrets.

Skip if: Runtime secret vaults or cloud secret-manager integration.

When should I use this skill?

You need to read, set, template or validate variables in a .env file.

What you get

Environment variables are listed, set, templated into .env.example or validated.

  • .env.example template
  • validation report

By the numbers

  • 5 subcommands (list, get, set, template, validate)

Files

SKILL.mdMarkdownGitHub ↗

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

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

Related skills

FAQ

Can it create a template?

Yes, it generates a .env.example template from an existing .env file.

Does it validate required variables?

Yes, it checks that comma-separated required variables are present.

Securitysecrets

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.