environment-secrets

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of sensitive and non-sensitive configuration data, ensuring applications have the correct settings without manual intervention or insecure storage.

Core Features & Use Cases

  • View Variables: Inspect existing environment variables and secrets across different scopes (shared, development, production).
  • Set Variables: Define or update configuration values for specific environments.
  • Delete Variables: Remove obsolete or incorrect configuration entries.
  • Request Secrets: Securely prompt users for sensitive information like API keys or tokens.
  • Use Case: When deploying a new service, use this skill to check if database credentials exist, set the correct port number for the development environment, and then request the production API key from the user.

Quick Start

Use the environment-secrets skill to view all 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 scopes?

You can manage environment variables by viewing, setting, and deleting configuration values across shared, development, and production scopes. This ensures applications have the correct settings without manual intervention or insecure storage.

What is the best way to securely request API keys and tokens for application deployment?

The best way to securely request API keys is to use a skill that prompts users directly for sensitive credentials. This facilitates secure user requests for sensitive information like API keys and tokens without exposing them in code.

Can I check if database credentials exist before deploying a new service?

Yes, you can check if database credentials exist by viewing existing environment variables and secrets across different scopes. This allows you to verify configuration data is present before deployment.

How do I remove obsolete configuration entries from my environment variables?

You can remove obsolete configuration entries by deleting incorrect environment variables. This streamlines the management of sensitive and non-sensitive configuration data by eliminating outdated settings.

Does this approach to secrets management require any external dependencies?

No, this approach to secrets management does not require external dependencies. It utilizes built-in functions for environment variable introspection and modification to handle configuration data independently.