Shut up OpenClaw CLI
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is narrowly focused on hiding the OpenClaw CLI banner by adding a reversible environment variable to a shell config file.
This appears safe for its stated purpose. Before installing or using it, make sure you are comfortable with adding one line to your shell config file, and use the provided removal step if you want to undo the change.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Future shell sessions will hide the OpenClaw banner until the line is removed.
The skill directs a persistent change to shell startup configuration. This is aligned with the stated purpose and reversible, but users should notice that it affects future terminal sessions.
Add to the user's shell config (`~/.zshrc` or `~/.bashrc`): ```bash export OPENCLAW_HIDE_BANNER=1 ```
Confirm which shell config file should be edited and keep or use the documented revert step if the banner should be restored.
