environment-secrets

Manage environment variables and secrets across shared, development, and production environments.

18|4|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill environment-secrets-el3tar-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/El3tar-cmd/DevHive-Cli/tree/main/skills/environment-secrets
Command: npx skills add https://github.com/El3tar-cmd/DevHive-Cli --skill environment-secrets-el3tar-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage environment variables and secrets (such as API keys, tokens, and credentials). View, set, delete environment variables and request secrets from users. The user can also change the values of any environment variables/secrets using the "secrets" tab in the Replit GUI.

Core Features & Use Cases

  • View current env vars and secrets across environments (shared, development, production).
  • Set non-sensitive configuration values and manage lifecycle of secrets via a controlled workflow.
  • Request secrets from users when needed, pausing agent execution until input is provided.

Quick Start

View current environment variables and secrets, then request any missing secrets from the user.

Frequently Asked Questions about environment-secrets

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

FAQPage Schema
How do I manage environment variables and secrets across development and production environments?

You can manage environment variables and secrets across shared, development, and production environments using viewEnvVars, setEnvVars, and deleteEnvVars capabilities with built-in environment scoping and safety rules.

How do I securely request missing API keys or credentials from users during deployment?

You can request secrets from users when needed, which pauses agent execution until the required input is provided, ensuring secure collection of API keys, tokens, and credentials across multiple projects.

Can I view and modify environment variables directly in the Replit GUI?

Yes, you can view current environment variables and change the values of any environment variables or secrets using the dedicated secrets tab in the Replit GUI.

What is the best way to delete sensitive configuration values without affecting shared environments?

Use the deleteEnvVars capability to delete sensitive configuration values with environment scoping and safety rules, ensuring shared, development, and production contexts remain isolated and protected.

Does this environment secrets workflow support setting non-sensitive configuration values separately from credentials?

Yes, the workflow supports setting non-sensitive configuration values and managing the lifecycle of secrets via a controlled workflow, separating standard config from sensitive credentials.

Why does agent execution pause when requesting secrets from users?

Agent execution pauses when requesting secrets to securely wait for user input, ensuring missing API keys, tokens, or credentials are safely provided before proceeding with environment variable management.