environment-secrets

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill environment-secrets-se1111th
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/environment-secrets
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill environment-secrets-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing environment variables and secrets securely is challenging when done ad hoc. This skill provides centralized controls to view, set, delete, and request secrets, reducing misconfigurations and exposure.

Core Features & Use Cases

  • View environment variables and secrets across environments
  • Set non-sensitive environment values
  • Delete obsolete variables
  • Request secrets from users via guided prompts
  • Prevent modification of runtime-managed variables and enforce safe practices

Quick Start

Use the environment-secrets skill to view, set, and delete environment variables and to request secrets from users.

Frequently Asked Questions about environment-secrets

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

FAQPage Schema
How do I securely manage environment variables and secrets across development and production?▼

To securely manage environment variables and secrets, you can view, set, and delete values across shared, development, and production environments using centralized controls that prevent direct storage of sensitive secrets and enforce safe workflows.

Can I store sensitive secrets directly in my environment variables?▼

No, you cannot store sensitive secrets directly in environment variables. The system prevents direct storage of secrets to reduce exposure and instead uses guided prompts to request secrets from users safely.

What is the best way to request secrets from users without exposing them?▼

The best way to request secrets is by using guided prompts that validate usage and prevent the direct storage of sensitive values, ensuring secrets are safely handled across shared, development, and production environments.

Why can't I modify certain runtime-managed environment variables?▼

You cannot modify certain runtime-managed environment variables because the system validates usage and prevents their modification to avoid misconfigurations and ensure safe DevOps workflows.

How do I clean up obsolete environment variables in my DevOps workflow?▼

To clean up obsolete environment variables in your DevOps workflow, you can delete them using centralized controls that validate usage and help reduce misconfigurations across your shared, development, and production environments.