← Back to Skills Marketplace
dinghaibin

Env Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install env-tool
Description
Display, set, and manage environment variables in shell sessions. Use when inspecting or modifying the runtime environment.
README (SKILL.md)

Environment Variable Manager

View and control environment variables available to shell processes. Supports listing all variables, querying specific values, and temporary variable assignment.

Usage

env-tool [options]

Common Operations

  • List all environment variables with values
  • Show value of a specific variable (e.g. PATH, HOME, USER)
  • Check if a variable is set without showing its value
  • Run a command with modified environment

Examples

# List all environment variables
env-tool

# Show a specific variable
env-tool | grep PATH

# Check variable exists
env-tool | grep ^HOME=
Usage Guidance
This skill is coherent for inspecting environment variables but its README/description overpromise: the included script only prints a variable or lists all env vars — it does not set variables or run commands with modified environments. Before installing, consider: (1) Do not grant this to agents that run autonomously against environments containing secrets, because the script will reveal all environment variables. (2) Confirm how the platform executes the bundled script (no install step provided). (3) If you need a tool that sets variables or runs commands with modified env, update or replace the script — do not assume that functionality exists. (4) Review and test the script in an isolated environment first; restrict its use to interactive, user-invoked sessions if you want to avoid accidental secret exposure.
Capability Analysis
Type: OpenClaw Skill Name: env-tool Version: 1.0.0 The skill is a straightforward utility for viewing environment variables. The implementation in `scripts/env.py` uses the standard `os.environ` object to either list all key-value pairs or retrieve a specific variable's value. While the documentation in `SKILL.md` slightly overstates the tool's capabilities by claiming it can 'set' variables (which the script does not support), the code itself is transparent, lacks any network or exfiltration logic, and contains no indicators of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
The name/description say "Display, set, and manage" environment variables and the SKILL.md describes running commands with modified environments, but the included script (scripts/env.py) only reads and prints environment variables or a single variable's value. The advertised ability to set variables or run commands with a modified environment is not implemented.
Instruction Scope
Runtime instructions and examples focus on listing and querying variables (which matches the script) but also mention temporary assignments and running commands with modified environments — actions not supported by the code. The script will print all environment variables (including secrets) if run, so using it can expose sensitive information; that behavior is consistent with 'inspect' but the SKILL.md overclaims capabilities.
Install Mechanism
There is no install spec (instruction-only), but a code file is included. Without an install step the agent/platform must be able to execute scripts from the skill bundle; this is common but you should confirm how/where the script will be executed. No external downloads or third-party packages are used.
Credentials
The skill declares no required credentials (ok) but the tool inherently reads and prints the entire process environment. That can reveal secrets (API keys, tokens) from the host environment. Requesting no env vars is coherent, but the ability to enumerate all environment variables is powerful — users should assume it can exfiltrate anything in env if output is transmitted elsewhere.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings. It does not request elevated privileges in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install env-tool
  3. After installation, invoke the skill by name or use /env-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug env-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Env Tool?

Display, set, and manage environment variables in shell sessions. Use when inspecting or modifying the runtime environment. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Env Tool?

Run "/install env-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Env Tool free?

Yes, Env Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Env Tool support?

Env Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Env Tool?

It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.

💬 Comments