# Env Helper

> Read environment variables via get_env tool (mask secrets).

- Skill: `eanzhao/env-helper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eanzhao/env-helper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eanzhao/env-helper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: eanzhao (https://skillmd.com/u/eanzhao)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/eanzhao/env-helper

---


## When to use
- User asks about an environment variable (e.g. `SHELL`, `PATH`, `HOME`).

## Procedure
1) Decide the env key (ask user if ambiguous).
2) Call `get_env` with the key.
3) If the value looks like a secret (token/key), only return the existence + masked preview.
4) Otherwise, return the value directly.



