Read environment variables via get_env tool (mask secrets).
4.9
Rating
0
Installs
DevOps & Infrastructure
Category
The skill provides a clear, concise procedure for reading environment variables with basic secret masking. The description adequately communicates the skill's purpose, and the structure is clean and appropriate for its simplicity. However, the novelty is limited—a CLI agent could easily accomplish this task with a simple shell command (echo $VAR) in most cases. The task knowledge is decent but lacks specifics on secret detection heuristics (what patterns indicate a secret?) and masking format (how much to show?). The skill would benefit from more concrete examples and detection logic, though for a straightforward task like environment variable lookup, it provides reasonable guidance.
Loading SKILL.md…