Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .agents/skills/setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ cd poc-agent-oss
Also confirm `python3 --version` is 3.8+. There are no other dependencies — every script
uses the Python standard library only.

If the user wants to run poc-bot as an Oz cloud or scheduled agent (skip for purely
local runs), also verify the Oz CLI:

```bash
oz whoami
```

- **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`.
- **Not authenticated** → run `oz login` (interactive), or for CI/headless environments export `WARP_API_KEY`.

## Step 1: Create .env

```bash
Expand Down