environment-secrets

View, set, delete, and request environment variables and secrets across environments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage environment variables and secrets (such as API keys, tokens, and credentials). View, set, delete environment variables and request secrets from users.

The user can also change the values of any environment variables/secrets using the "secrets" tab in the Replit GUI.

Core Features & Use Cases

  • View, set, delete environment variables
  • Request secrets from users
  • Environment-scoped management across shared, development, and production
  • Rotate and audit credentials securely

Quick Start

Provide the required secrets from the user and configure environment variables across environments.

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, staging, and production environments?

Environment variables and secrets are managed through viewing, setting, deleting, and requesting actions. This provides environment-scoped management across shared, development, and production contexts to ensure configuration isolation.

What is the best way to request API keys and credentials from users during deployment?

Requesting secrets from users is handled through dedicated prompt actions. The skill securely requests required secrets from users and configures environment variables across environments for application deployment.

Can I rotate and audit credentials securely using environment variable management?

Yes, credential rotation and auditing are supported securely. You can change environment variable values directly using the secrets tab in the Replit GUI or via the skill's set and delete functions.

How do I set and delete environment variables for application configuration?

Setting and deleting environment variables is performed through specific environment-scoped management actions. These functions apply to development, staging, and production environments where configuration isolation is required.

Does this environment secrets tool support configuration isolation for different deployment stages?

Yes, configuration isolation is supported through environment scoping. The tool applies environment-scoped management across shared, development, and production environments to separate configuration data.