environment-secrets

Manage environment variables and secrets without exposing sensitive values.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/4tie/fortiesr --skill environment-secrets-4tie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/4tie/fortiesr/tree/main/.local/skills/environment-secrets
Command: npx skills add https://github.com/4tie/fortiesr --skill environment-secrets-4tie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect, organize, and update environment variables and secrets without exposing sensitive values or breaking runtime-managed configuration.

Core Features & Use Cases

  • View Configuration: Check which environment variables and secrets already exist before making changes.
  • Set and Delete Env Vars: Add shared, development, or production configuration and remove obsolete entries when they are no longer needed.
  • Request Missing Secrets: Prompt users for API keys, tokens, or other credentials instead of hardcoding them.
  • Use Case: When a service needs a new payment key and a logging flag, you can verify what is already configured, request the missing secret, and set the non-sensitive variable in the correct environment.

Quick Start

Ask the skill to check the current configuration and request any missing secrets needed to finish setting up your application.

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 without exposing sensitive values?

You can inspect existing configuration, set environment-specific variables, and request missing API keys or credentials from users directly to prevent exposing sensitive values.

What is the best way to request missing API keys and credentials for application configuration?

Prompt users for missing API keys or tokens after checking existing environment variables, ensuring sensitive credentials are collected safely without hardcoding them into the application.

Can I set environment-specific variables for development and production scopes?

Yes, you can set environment-specific variables across scoped environments, applying shared, development, or production configuration while protecting against modifying runtime-managed variables.

How do I remove obsolete environment variables from my configuration?

You can remove obsolete environment variables by checking the existing configuration and deleting entries that are no longer needed, ensuring your application maintains a clean and secure state.

Why should I not modify runtime-managed environment variables?

Modifying runtime-managed environment variables can break your application's active configuration, so it is important to apply protection against altering these entries during secret and variable management.