secure-env-manager

Manage environment variables securely via scripts without exposing sensitive keys in chat logs.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/canyouseeus/thelostandunfounds --skill secure-env-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: secure-env-manager
Source: https://github.com/canyouseeus/thelostandunfounds/tree/main/.agent/skills/secure-env-manager
Command: npx skills add https://github.com/canyouseeus/thelostandunfounds --skill secure-env-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, grep, sed, coreutils, base64, and includes scripts (resource) components.

What problem does it solve?

Securely manage environment variables to prevent exposing sensitive keys in chat logs and history, ensuring privacy and controlled access.

Core Features & Use Cases

  • Enforce strict privacy rules: never reveal keys in chats or outputs.
  • Secure env var handling: read/write via scripts (set-env.sh) and verification via verify-env.sh.
  • Guided and full reset workflows: identify missing/empty vars and reset securely for deploys and debugging.
  • Optional internal credential verification: supports PayPal Sandbox credential checks during setup.

Quick Start

Install and run the provided scripts to securely set and verify your environment variables without exposing them.

Frequently Asked Questions about secure-env-manager

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

FAQPage Schema
How do I securely manage environment variables without exposing secrets in chat logs?

To securely manage environment variables without exposing secrets, use scripts that read and write to .env.local while enforcing strict privacy rules to prevent sensitive keys from appearing in outputs.

What is the best way to verify missing or empty environment variables before deployment?

The best way to verify missing or empty environment variables is to run a dedicated verify script that performs presence checks, ensuring all required secrets are populated before deployment or debugging.

Can I reset environment variables securely for runtime troubleshooting using bash scripts?

Yes, you can reset environment variables securely for runtime troubleshooting using guided bash script workflows that identify missing entries and securely rewrite them without displaying the secret values.

Do I need curl and base64 to handle private env vars during script-based resets?

You need bash, curl, grep, sed, coreutils, and base64 available in your environment to execute the scripts that handle private env vars, perform presence checks, and complete guided reset workflows.

How does guided environment variable reset handle optional credential verification?

Guided environment variable reset handles optional credential verification by supporting specific checks, such as PayPal Sandbox credentials, during the secure setup process to validate configuration without exposing secrets.