Skip to content

Commit 7f2a514

Browse files
committed
fix(github): drop non-functional "apt" install entry [AI]
The github skill's second installer declares kind "apt", which is not a supported install kind (installer switch handles brew/node/go/uv/download + default "unsupported installer"). openclaw silently drops it -- `skills info github` only ever surfaces the brew option -- so the entry is dead, misleading metadata rather than a working Linux path. The remaining brew installer is cross-platform (Homebrew runs on Linux), so removing the dead entry loses no working path. Improving install paths for Linux users without Homebrew is tracked separately in #57555 (needs-product-decision).
1 parent 99fabde commit 7f2a514

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

skills/github/SKILL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ metadata:
1616
"bins": ["gh"],
1717
"label": "Install GitHub CLI (brew)",
1818
},
19-
{
20-
"id": "apt",
21-
"kind": "apt",
22-
"package": "gh",
23-
"bins": ["gh"],
24-
"label": "Install GitHub CLI (apt)",
25-
},
2619
],
2720
},
2821
}

0 commit comments

Comments
 (0)