environment-secrets

Manage environment variables and request missing secrets across deployment scopes.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill environment-secrets-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/environment-secrets
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill environment-secrets-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you safely inspect and manage environment variables and secrets so your app can run with the correct configuration without exposing sensitive values.

Core Features & Use Cases

  • View configuration: Check which environment variables and secrets exist across shared, development, and production scopes.
  • Set non-sensitive environment variables: Update environment-scoped variables while explicitly avoiding direct secret assignment.
  • Delete obsolete variables: Remove outdated configuration keys from the appropriate scope to prevent conflicts.
  • Request missing secrets from users: Pause execution to collect required secret values securely when they are not present.

When to use

Use it during deployment readiness checks, onboarding new environments, troubleshooting missing API keys, rotating credentials, or cleaning up deprecated configuration.

Quick Start

Ask the AI to view all configured variables and secrets, then request any missing secrets needed for your application to run.

Frequently Asked Questions about environment-secrets

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

FAQPage Schema
How do I safely manage environment variables and secrets for application deployment?

To safely manage environment variables and secrets for deployment, you can view existing configurations across shared, development, and production scopes, update non-sensitive variables, delete obsolete keys, and request missing secrets without exposing sensitive values.

Can I view existing API keys and credentials directly during troubleshooting?

You cannot view existing API keys or credentials directly, as the system prevents reading secret values to ensure runtime safety. You can only check whether required secrets exist across your environment scopes before requesting missing values.

What is the best way to request missing secrets from users during onboarding?

The best way to request missing secrets is to pause execution and use the secure acquisition mechanism to collect required credential values directly from users, ensuring sensitive data is never set or exposed directly in the configuration.

Can I update runtime-managed environment variables for my production scope?

You cannot update runtime-managed environment variables, as the system explicitly prevents modification of these keys. You can only update non-sensitive environment variables and remove outdated configuration keys from the appropriate scope.

When do I need to rotate credentials and clean up deprecated configuration keys?

You need to rotate credentials and clean up deprecated configuration during deployment readiness checks, onboarding new environments, or troubleshooting missing API keys to prevent conflicts caused by obsolete variables.