TopRank Skills

Home / Claw Skills / Others / hide-openclaw-banner
Official OpenClaw rules 15%

hide-openclaw-banner

Suppress the OpenClaw CLI banner message. Use when the user says "hide openclaw banner", "disable openclaw banner", "suppress openclaw banner", "remove openclaw banner", "openclaw banner is annoying", "turn off the lobster", or wants to stop seeing the OpenClaw startup tagline on every command invocation.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hide-openclaw-banner 技能。 若已安装,则直接安装 hide-openclaw-banner 技能。

Overview

Skill Key
brunobuddy/shut-up-openclaw-cli
Author
brunobuddy
Source Repo
openclaw/skills
Version
-
Source Path
skills/brunobuddy/shut-up-openclaw-cli
Latest Commit SHA
d1ba3046c95da2b707e736151469ca951d4c53a6

Extracted Content

SKILL.md excerpt

# Hide OpenClaw Banner

The OpenClaw CLI banner is emitted during CLI bootstrap (Commander.js `preAction` hook) before the plugin system initializes. A plugin cannot suppress it. Use the built-in env var instead.

## How to Apply

Add to the user's shell config (`~/.zshrc` or `~/.bashrc`):

```bash
export OPENCLAW_HIDE_BANNER=1
```

Place it near any existing OpenClaw config (e.g., after the completions `source` line).

After editing, remind the user to run `source ~/.zshrc` or open a new terminal.

## How to Revert

Remove the `OPENCLAW_HIDE_BANNER` line from the shell config, then `source ~/.zshrc`.

Related Claw Skills