Skip to content

Commit 9e0363e

Browse files
dplakonoz-agent
andauthored
Add Oz CLI verify + install step to setup skill (#4)
Verify the Oz CLI during setup and, when it is missing, prefer the standalone Oz CLI install over installing the full Warp app, with a deep link to the install docs and the macOS Homebrew command. Co-authored-by: Oz <oz-agent@warp.dev>
1 parent b6e4fc2 commit 9e0363e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.warp/skills/setup/SKILL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Verify and report; offer install instructions for anything missing:
2525
- **Python 3.11+**`python3 --version`
2626
- **GitHub CLI**`gh --version` (needed for `analyze_customer_feedback` and report PRs)
2727
- **Warp** — the user is presumably already running the agent in Warp
28+
- **Oz CLI**`oz whoami` (needed for `fix_p0_issues` and any Oz cloud runs):
29+
- **Command not found** → if the [Warp app](https://docs.warp.dev/getting-started/installation-and-setup) is already installed, the CLI ships with it. Otherwise, prefer the standalone Oz CLI — there is no need to install the full Warp app just for the CLI. See [Installing the CLI](https://docs.warp.dev/reference/cli#installing-the-cli); on macOS: `brew tap warpdotdev/warp && brew install --cask oz`.
30+
- **Not authenticated** → run `oz login` (interactive), or for CI/headless environments export `WARP_API_KEY`.
2831

2932
## Phase 2: Ask which integrations the user wants
3033

0 commit comments

Comments
 (0)