env-helper

Read environment variables via get_env with secret masking.

1|2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill env-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-helper
Source: https://github.com/eanzhao/aevatar-agent-framework/tree/main/examples/SkillsMCPUnifiedDemo/agent_skills/env-helper
Command: npx skills add https://github.com/eanzhao/aevatar-agent-framework --skill env-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reads environment variables via get_env, masking secrets when necessary.

Core Features & Use Cases

  • Secret masking: Do not expose sensitive values, only existence + masked preview.
  • Direct lookup: Retrieve values for safe keys.
  • Use Case: Check if a required env var is set without revealing the value.

Quick Start

Call get_env with the key; if the value looks like a secret, return existence with masked preview; otherwise, return the value.