environment-secrets

Manage environment variables and secrets across multiple scopes.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill environment-secrets-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: environment-secrets
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/environment-secrets
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill environment-secrets-samibrahmi

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 environment variables and/or secrets.
  • Set environment variables (non-secret values) across shared, development, and production scopes.
  • Delete environment variables.
  • Request secrets from users via requestEnvVar to populate API keys, tokens, etc.
  • Use case: Configure service integrations by storing credentials securely and retrieving them at runtime.

Quick Start

Interactively manage environment variables and secrets by viewing, setting, deleting, and requesting values from the user 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 securely manage environment variables and secrets across multiple deployment environments?

Request secrets directly from users via an interactive prompt to securely populate API keys and tokens at runtime, preventing hardcoded credentials in your deployment configuration.

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

Yes, you can set non-secret environment variables across shared, development, and production scopes, ensuring configuration values are applied correctly to the targeted runtime environment.

What is the best way to request missing API keys and tokens from users during runtime?

Request secrets directly from users via an interactive prompt to securely populate API keys and tokens at runtime, preventing hardcoded credentials in your deployment configuration.

Does this environment variable management approach work without requiring external dependencies?

Yes, this approach requires no external dependencies, allowing you to directly view, set, delete, and request environment variables within your existing configuration and deployment workflow.

When do I need to delete environment variables during configuration management?

You need to delete environment variables when rotating credentials, removing obsolete configuration keys, or cleaning up deployment scopes to maintain strict security and prevent unauthorized runtime access.