env-management

Manage environment variables and credentials across Zeus with secure storage and automated propagation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill env-management-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-management
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/env-management
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill env-management-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the secure handling, rotation, and propagation of environment variables and credentials across Zeus agents and orgs, eliminating manual config drift.

Core Features & Use Cases

  • 4-layer env hierarchy: base shell, CTX vars, org-wide and agent-specific .env files, with overrides and safe inheritance.
  • Secret lifecycle: add, update, rotate, and validate credentials across commissioners and agents, with automated restarts to apply changes.
  • Use Case: Onboard a new tool by securely provisioning its API key at the org level and propagating to all agents.

Quick Start

Add a new secret to the appropriate env file and hard-restart affected agents to apply the change.

Frequently Asked Questions about env-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rotate environment variables and secrets across multiple agents?

The 4-layer env hierarchy manages configurations through base shell, CTX vars, org-wide, and agent-specific .env files. It provides safe inheritance and overrides to securely provision environment variables across different deployment scopes.

What is the best way to provision a new API key at the org level?

The best way to provision a new API key at the org level is by adding the secret to the org-wide .env file. This securely propagates the credential to all agents under the organization with automated restarts to apply the change.

Why do my updated environment variables not take effect in Zeus agents?

Updated environment variables do not take effect because agents require a hard restart to apply changes. You must ensure proper file paths are configured in the .env files and trigger a restart of the affected agents to enforce the lifecycle update.

Does Zeus support safe inheritance and overrides for agent-specific .env files?

Yes, Zeus supports safe inheritance and overrides through its 4-layer env hierarchy. Agent-specific .env files override org-wide configurations and base shell variables, allowing secure storage and localized lifecycle management for multi-agent deployments.