Install
openclaw skills install @dinghaibin/env-toolDisplay, set, and manage environment variables in shell sessions. Use when inspecting or modifying the runtime environment.
openclaw skills install @dinghaibin/env-toolView and control environment variables available to shell processes. Supports listing all variables, querying specific values, and temporary variable assignment.
env-tool [options]
# List all environment variables
env-tool
# Show a specific variable
env-tool | grep PATH
# Check variable exists
env-tool | grep ^HOME=