-
-
Notifications
You must be signed in to change notification settings - Fork 80.3k
[Bug]: gog skill dependency install fails with stale Homebrew formula #95017
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
No fields configured for issues without a type.
What happened?
During first-run onboarding on a Linux VPS, the skill dependency step offered to install missing dependencies for
githubandgog.githubinstalled successfully, butgogfailed because onboarding tried to install the Homebrew formulasteipete/tap/gogcli:Manual install worked immediately on the same machine with the Homebrew core formula:
Output:
Expected behavior
OpenClaw onboarding should install the
gogskill dependency successfully when Homebrew is available.Likely root cause
The bundled
gogskill metadata currently points at the old formula:That formula is no longer available from
steipete/tapin this install path.brew install gogcliworks from Homebrew core, and the current gog install docs also mentionopenclaw/tap/gogcli.Suggested fix
Update
skills/gog/SKILL.mdto use a current install target, preferably Homebrew core to avoid tap trust issues:Environment
curl -fsSL https://openclaw.ai/install.sh | bash