Update Orca skill install command (#274)

This commit is contained in:
Jinwoo Hong
2026-04-03 16:57:40 -07:00
committed by GitHub
parent 182ba156dd
commit 44af290fed
@@ -18,7 +18,8 @@ type CliSectionProps = {
currentPlatform: string
}
const ORCA_SKILL_INSTALL_COMMAND = 'npx skills add orca-cli'
const ORCA_SKILL_INSTALL_COMMAND =
'npx skills add https://github.com/stablyai/orca --skill orca-cli'
function getRevealLabel(platform: string): string {
if (platform === 'darwin') {