From aidotnet-moyucode
Manages .env files and environment variables via Python CLI: list, get, set, validate, generate templates, encrypt secrets. Useful for config and secrets handling.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Manage environment variables and .env files with validation, encryption support, and template generation.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Manage environment variables and .env files with validation, encryption support, and template generation.
/env command# 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
env, environment, dotenv, config, secrets