dotenvx-env-ops

Determine whether CLI commands run inside dotenvx or a sanitized environment.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/jey3dayo/apm-workspace --skill dotenvx-env-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotenvx-env-ops
Source: https://github.com/jey3dayo/apm-workspace/tree/main/catalog/skills/dotenvx-env-ops
Command: npx skills add https://github.com/jey3dayo/apm-workspace --skill dotenvx-env-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dotenvx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users determine whether a command should run within dotenvx, outside dotenvx, or in a sanitized environment, ensuring the security and integrity of environment variables.

Core Features & Use Cases

  • dotenvx Environment Management: Safely manage encrypted and decrypted environment variables with dotenvx.
  • CLI Tool Environment: Ensure secure operations of CLI tools like AWS CLI, Terraform, and GitHub CLI.
  • Use Case: When running infrastructure or auth commands, this Skill ensures that credentials and secrets are not compromised by operating within a sanitized environment.

Quick Start

Use the dotenvx-env-ops skill to decide whether the 'aws s3 sync' command should run inside dotenvx or in a clean environment.

Frequently Asked Questions about dotenvx-env-ops

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

FAQPage Schema
How do I prevent environment variable leakage when running AWS CLI commands?

Preventing environment variable leakage when running AWS CLI commands requires sanitizing the execution environment before invoking auth commands. This skill identifies and strips sensitive credentials to ensure infrastructure operations run safely without exposing secrets.

Does dotenvx work with Terraform for secure environment variable management?

dotenvx does work with Terraform for secure environment variable management by safeguarding decrypted variables. This skill ensures infrastructure commands execute with the correct, sanitized environment setup to prevent credential exposure during deployments.

What is the best way to sanitize environment variables for GitHub CLI operations?

Sanitizing environment variables for GitHub CLI operations requires evaluating whether commands should run inside dotenvx or in a clean environment. This skill determines the correct environment context to isolate secrets during authentication workflows.

When do I need a sanitized environment for infrastructure commands?

You need a sanitized environment for infrastructure commands when executing sensitive auth or deployment operations. This skill identifies when commands require clean environments outside dotenvx to maintain the security and integrity of your credentials.

How to decide if a command should run inside or outside dotenvx?

Deciding if a command should run inside or outside dotenvx involves assessing the command's security requirements. This skill evaluates whether environment variables need encryption context or a sanitized shell to prevent credential compromise.