environment-secrets

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

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill environment-secrets-shahmirerror
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/skills/environment-secrets
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill environment-secrets-shahmirerror

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage environment variables and secrets across development and production, enabling safe configuration without hard-coding sensitive data.

Core Features & Use Cases

  • View, set, and delete environment variables across shared, development, and production environments.
  • Request secrets from users using a guided workflow to gather API keys, tokens, and credentials without exposing them in code.
  • Use case: when integrating a new service, securely configure necessary keys and keep them out of source control.

Quick Start

Tell the assistant to view current environment variables, set new values, and request missing secrets from users as needed.

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 development and production?

You can securely request secrets from users by using a guided workflow that gathers API keys, tokens, and credentials without exposing them in your code. This ensures sensitive data remains out of source control during new service integrations.

What is the best way to view and delete environment variables in a shared environment?

The best way to view and delete environment variables in a shared environment is using a tool with environment scoping and predictable return formats. This ensures safe configuration changes across shared, development, and production contexts.

Can I set environment variables for specific scopes like development or production?

Yes, you can set environment variables for specific scopes like development or production. The skill applies environment scoping to its view, set, and delete operations, ensuring variables are only affected within their intended environment context.

How do I securely configure API keys and tokens without hard-coding sensitive data?

You securely configure API keys and tokens by using a request workflow that gathers credentials directly from users. This approach keeps sensitive data out of your source code while enabling safe configuration across development and production environments.

Does this environment secrets skill require any external dependencies or components?

No, this environment secrets skill does not require any external dependencies or components to function. It independently handles the viewing, setting, deleting, and requesting of environment variables and secrets across your configured environments.