environment-secrets

View, set, delete, and request environment variables and secrets across scopes.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill environment-secrets-rezosnd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/rezosnd/MINI-PROJECT-/tree/main/ML%20BACKEND%20DASHBOARD/.local/skills/environment-secrets
Command: npx skills add https://github.com/rezosnd/MINI-PROJECT- --skill environment-secrets-rezosnd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the need to manage and secure environment variables and secrets in development and production settings, allowing users to view, set, and delete them without exposing sensitive values.

Core Features & Use Cases

  • View: Retrieve a list of environment variables and secret keys across shared, development, and production scopes.
  • Set: Add or update non‑sensitive environment variables in the desired scope.
  • Delete: Remove obsolete environment variables from any scope.
  • Request: Prompt the user to securely provide missing secrets or configuration values. Use case example: When deploying a new microservice, you can quickly verify required secrets exist, request any missing ones from the user, and configure environment‑specific settings in one workflow.

Quick Start

Ask the skill to display all current environment variables and secrets.

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 across development and production environments?

You can manage environment variables across development and production by viewing, setting, or deleting configuration values and secret keys within shared, development, or production scopes.

How does this skill handle sensitive secrets without exposing them?

It secures secrets by only exposing their presence rather than their values, and prompts users to securely provide any missing secrets or configuration values without hard-coding them into the environment.

How do I request missing configuration values when deploying a new microservice?

You can request missing configuration values by prompting the user to securely provide required secrets, allowing you to verify existing keys and configure environment-specific settings in one workflow.

Can I view and delete obsolete environment variables in a production scope?

Yes, you can retrieve a list of current environment variables and secret keys across all scopes, and remove obsolete variables from shared, development, or production deployments as needed.

What is the best way to add or update non-sensitive environment variables for a specific deployment?

The best way to add or update non-sensitive environment variables is to set them directly within the desired development, production, or shared scope, ensuring secure handling of configuration values.

When do I need to use a dedicated workflow for environment variables and secrets?

You need a dedicated workflow when deploying new services that require verifying required secrets exist, securely providing missing ones, and configuring environment-specific settings without exposing sensitive values.