env-manager

Installation
SKILL.md

Environment Variable Manager

Set

shell_exec(
    command="python scripts/env.py set KEY_NAME 'value'"
)

List

shell_exec(
    command="python scripts/env.py list"
)

Unset

shell_exec(
    command="python scripts/env.py unset KEY_NAME"
)
Related skills

More from dtyq/magic

Installs
14
Repository
dtyq/magic
GitHub Stars
4.8K
First Seen
Mar 21, 2026