Skill steipete/bird: Homebrew formula download URL 404 (bird-macos-universal-v0.8.0.tar.gz) #89

Open
opened 2026-02-15 17:15:37 -05:00 by yindo · 0 comments
Owner

Originally created by @AlexanderSmyslowski on GitHub (Feb 7, 2026).

On https://clawhub.ai/steipete/bird the skill installs via custom tap steipete/tap/bird.

But brew install steipete/tap/bird fails because the formula URL is 404:

Repro:

brew tap steipete/tap
brew install bird

Output:

Error: Failed to download resource "bird (0.8.0)"
Download failed: https://github.com/steipete/bird/releases/download/v0.8.0/bird-macos-universal-v0.8.0.tar.gz

Also gh repo view steipete/bird fails (repo not resolvable), so it might have been renamed/deleted/made private.

Can we either:

  1. update the skill to point to the new repo/release asset, or
  2. mark it as broken/unavailable until upstream is fixed?
Originally created by @AlexanderSmyslowski on GitHub (Feb 7, 2026). On <https://clawhub.ai/steipete/bird> the skill installs via custom tap `steipete/tap/bird`. But `brew install steipete/tap/bird` fails because the formula URL is 404: - Formula: https://github.com/steipete/bird/releases/download/v0.8.0/bird-macos-universal-v0.8.0.tar.gz - `curl -I` returns 404 Repro: ```bash brew tap steipete/tap brew install bird ``` Output: ``` Error: Failed to download resource "bird (0.8.0)" Download failed: https://github.com/steipete/bird/releases/download/v0.8.0/bird-macos-universal-v0.8.0.tar.gz ``` Also `gh repo view steipete/bird` fails (repo not resolvable), so it might have been renamed/deleted/made private. Can we either: 1) update the skill to point to the new repo/release asset, or 2) mark it as broken/unavailable until upstream is fixed?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#89