golem-add-env-vars

Configure environment variables for distributed Golem agents with cascading definitions and CLI overrides.

1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-env-vars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golem-add-env-vars
Source: https://github.com/justcoon/golem-shopping-ts/tree/main/.agents/skills/golem-add-env-vars
Command: npx skills add https://github.com/justcoon/golem-shopping-ts --skill golem-add-env-vars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the configuration of environment variables across multiple levels of Golem deployment, reducing manual setup errors.

Core Features & Use Cases

  • Environment Variable Cascading: Defines and overrides env vars at component template, component, agent, and preset levels.
  • Flexibility in Deployment: Supports merge modes, template substitution, and CLI overrides for dynamic configuration.
  • Use Case: Easily manage environment variables like API keys, URLs, and flags across a distributed agent system, ensuring consistent settings without duplication.

Quick Start

Set environment variables for Golem agents by editing golem.yaml or passing them with CLI flags during agent creation.

Frequently Asked Questions about golem-add-env-vars

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

FAQPage Schema
How do I configure environment variables for distributed Golem agents?

To configure environment variables for distributed Golem agents, you can edit the `golem.yaml` file or pass configurations via CLI flags during agent creation to ensure consistent deployment settings.

What is environment variable cascading in Golem deployments?

Environment variable cascading in Golem deployments allows you to define and override environment variables across multiple levels, specifically at component template, component, agent, and preset levels.

Can I use CLI overrides to dynamically manage environment variables for Golem agents?

Yes, you can use CLI overrides to dynamically manage environment variables for Golem agents, which supports flexible deployment alongside merge modes and template substitution.

What's the best way to manage API keys across a distributed agent system without duplication?

The best way to manage API keys across a distributed agent system without duplication is using cascading environment variable definitions, which ensures consistent settings across component, agent, and preset levels.

Does Golem support template substitution for environment variable configuration?

Yes, Golem supports template substitution for environment variable configuration, enabling dynamic and flexible deployment setups when defining variables in `golem.yaml` or through CLI flags.