environment-secrets

View, set, and delete environment variables and request secrets from users.

Updated May 16, 2026
One-click install
npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill environment-secrets-ckrono-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/ckrono-prog/Kotlin-Code-Builder/tree/main/.local/skills/environment-secrets
Command: npx skills add https://github.com/ckrono-prog/Kotlin-Code-Builder --skill environment-secrets-ckrono-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit simplifies the process of managing environment variables and secrets, helping you maintain secure configurations without manual errors.

Core Features & Use Cases

  • View Environment Variables: Access and inspect existing environment variables and secrets.
  • Set Environment Variables: Configure and change environment variables for specific environments.
  • Delete Environment Variables: Remove unused or outdated environment variables safely.
  • Request Secrets: Prompt users to input sensitive information securely.

Quick Start

Use the 'viewEnvVars' function to list all available 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 using dedicated functions to view, set, and delete configurations. This ensures secure, environment-specific settings without manual errors.

What is the best way to securely request secrets from users during configuration?

The best way to securely request secrets is to use a function that prompts users to input sensitive information directly. This securely handles secret collection for both shared and environment-specific setups.

How do I view and inspect existing environment variables and secrets?

You can view and inspect existing environment variables by calling the viewEnvVars function. This lists all available configurations and secrets, allowing you to verify current settings.

Can I safely remove outdated environment variables without breaking my config management?

Yes, you can safely delete unused or outdated environment variables using the dedicated delete function. This removes specific configurations securely, preventing manual errors in your config management.

Does this approach work for both shared and environment-specific configurations?

Yes, this approach works for both shared and environment-specific configurations. It is designed to handle development and production environments, managing distinct settings alongside shared variables.