Get the FREE Ultimate OpenClaw Setup Guide →

Setup

npx machina-cli add skill ai-screams/howl/setup --openclaw
Files (1)
SKILL.md
1.7 KB

Howl Setup

Install and configure the Howl statusline HUD for Claude Code.

What This Does

  1. Download the latest Howl binary from GitHub Releases
  2. Install it to ~/.claude/hud/howl
  3. Configure ~/.claude/settings.json to use Howl as the statusline
  4. Prompt the user to restart Claude Code

Installation

Run the install script:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/install.sh"

Verify Installation

After the script completes, verify the binary works:

echo '{}' | ~/.claude/hud/howl

The output should show a statusline with default values. If the binary is not found or fails, check:

  • ~/.claude/hud/howl exists and is executable
  • Run chmod +x ~/.claude/hud/howl if needed

Post-Install

Inform the user:

  • Binary installed to ~/.claude/hud/howl
  • Statusline configured in ~/.claude/settings.json
  • Restart Claude Code to activate the statusline

Troubleshooting

If the install fails:

If the statusline does not appear after restart:

  • Check ~/.claude/settings.json contains the statusLine field
  • Verify the binary path is correct for this system
  • Run ~/.claude/hud/howl --version to confirm the binary works

Source

git clone https://github.com/ai-screams/howl/blob/main/skills/setup/SKILL.mdView on GitHub

Overview

Automates installing the Howl statusline HUD and wiring Claude Code to use it. It downloads the latest Howl binary, installs it to ~/.claude/hud/howl, updates the settings to enable the statusline, and prompts you to restart Claude Code.

How This Skill Works

The process fetches the latest Howl binary from GitHub Releases and installs it at ~/.claude/hud/howl. It then edits ~/.claude/settings.json to set Howl as the statusLine and prompts you to restart Claude Code to activate the HUD.

When to Use It

  • When the user asks to install howl
  • When the user asks to set up the statusline
  • When the user asks to configure howl
  • When the user asks to enable the HUD
  • When the user asks to install the statusline binary

Quick Start

  1. Step 1: Run the install script: bash ${CLAUDE_PLUGIN_ROOT}/scripts/install.sh
  2. Step 2: Verify installation: echo '{}' | ~/.claude/hud/howl
  3. Step 3: Restart Claude Code to activate the statusline

Best Practices

  • Run the install script: bash ${CLAUDE_PLUGIN_ROOT}/scripts/install.sh
  • Verify the binary exists and is executable at ~/.claude/hud/howl (chmod +x if needed)
  • Update ~/.claude/settings.json to include statusLine set to Howl
  • Test the installation: echo '{}' | ~/.claude/hud/howl
  • Restart Claude Code to activate the statusline

Example Use Cases

  • User asks to install Howl to enable the HUD in Claude Code
  • User wants to set up the statusline so Howl becomes the active HUD
  • User configures Howl after an upgrade or fresh install
  • User encounters a failed install and checks binary path or permissions
  • User verifies the binary works with a version or run test command

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers