Complete these steps before your setup call. Takes about 15 minutes.
Go to System Settings → General → Software Update and install any available updates.
⏱ 2 min (unless updates are needed)
Open Terminal (search "Terminal" in Spotlight) and paste this:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Follow the instructions it shows. When it says "Next steps", run those commands too.
Verify it worked:
brew --version
⏱ 3 min
brew install node
Verify:
node --version
Should show v20 or higher.
⏱ 2 min
This powers your AI agents' brain.
1. Go to console.anthropic.com
2. Create an account
3. Go to API Keys → Create Key
4. Copy the key and save it somewhere (you won't see it again)
5. Add credit — $10 is plenty to start
⏱ 3 min
Lets your agents search the web. Free tier gives 2,000 searches/month.
1. Go to brave.com/search/api
2. Sign up for the Free plan
3. Copy your API key
⏱ 2 min
If you don't have one: github.com/signup
Check your email for an invitation to the CrewKit repo and accept it.
⏱ 2 min
npm install -g openclaw
This installs the AI agent platform that CrewKit runs on.
⏱ 1 min
openclaw onboard
This walks you through the initial configuration. Here's what to expect:
Step 1 — Risk acknowledgement: Type yes to continue
Step 2 — AI Provider: Select anthropic-api-key and paste your Anthropic API key from Step 4
Step 3 — Model: Choose the default (Claude Sonnet) — just press Enter
Step 4 — Channels: Skip for now (press Enter / select "skip") — we'll set these up later
Step 5 — Gateway token: Let it auto-generate — just press Enter
⏱ 3 min
openclaw gateway start
You should see a message like "Gateway running on port 18789".
⏱ 30 sec
openclaw dashboard
A browser window should open with a chat interface. If you see it — you're ready! 🎉
If nothing opens, try going to http://localhost:18789 manually.
⏱ 30 sec
Open the CrewKit download page and enter your access key (sent with your purchase confirmation):
Download the latest zip file.
⏱ 30 sec
unzip ~/Downloads/crewkit-v*.zip -d ~/.openclaw/workspace/
This puts all the CrewKit blueprints into your OpenClaw workspace.
⏱ 10 sec
Open the Web UI (openclaw dashboard) and say "hello" — your AI Chief of Staff will introduce itself and walk you through personalising everything.
If you got stuck on any step, chat with Sam below or email benjemen@mygigsters.com.au