environment-secrets

View, set, delete, and request environment variables across shared, development, and production environments.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill environment-secrets-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/environment-secrets
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill environment-secrets-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Environment variables and secrets are often scattered, hard to audit, and risky to hardcode. This Skill provides a safe interface to view, set, delete, and request secrets across development, shared, and production environments.

Core Features & Use Cases

  • View environment variables and secrets across environments with explicit scope control.
  • Set non-sensitive environment variables for shared, development, or production contexts.
  • Delete obsolete or deprecated environment variables.
  • Request secrets from users securely using a guided workflow, without exposing sensitive values.

Quick Start

View current environment variables and secrets, then request any missing values from the user to complete your configuration.

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 multiple environments?

Managing environment variables across shared, development, and production environments requires explicit scope control to view, set, delete, and securely request secrets without hardcoding. This approach provides a safe interface to audit and update configurations across distinct deployment contexts.

What is the safest way to request secrets from users during application deployment?

Requesting secrets safely involves using a guided workflow that prompts users for sensitive values in real-time without exposing them in logs or runtime variables. This prevents accidental leakage while ensuring the application receives the necessary configuration.

Can I set non-sensitive environment variables for development and production separately?

Yes, you can set non-sensitive environment variables for shared, development, or production contexts separately using explicit scope control. This allows you to manage standard configuration values across different deployment targets without affecting sensitive secret management.

How do I clean up obsolete environment variables without breaking my application?

Cleaning up obsolete environment variables involves deleting deprecated configurations using safeguards that prevent altering runtime-managed variables. This ensures that only outdated or unused variables are removed while active application dependencies remain protected.

Why should I avoid hardcoding secrets and environment variables in my application code?

Avoiding hardcoded secrets prevents security vulnerabilities and makes configurations hard to audit across development and production environments. Using a dedicated management interface allows you to securely view, update, and request secrets without exposing sensitive values in your codebase.

Does environment scoping work for both shared and isolated deployment contexts?

Yes, environment scoping works for shared, development, and production contexts by applying explicit scope control during variable viewing and modification. This ensures that changes made in one environment do not unintentionally override configurations in another.