AIIP · Copy-paste companion

Agentic AI Stack.

These are the commands from the AIIP product. The product purchase includes the protocol, the visual walkthrough video, and this command companion. Services beyond this are scoped by booked call around your pain points, goals, and needs.

Use the visual walkthrough first. This page is the fast lane when you are ready to install or review the stack piece by piece.

IFoundation

Install Xcode tools and Homebrew
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
Git and GitHub CLI
brew install gh git
gh auth login
git config --global user.name "[Your Name]"
git config --global user.email "[[email protected]]"
git config --global init.defaultBranch main

IIDeveloper Tools

Node, pnpm, Python, Rust
brew install node pyenv
npm install -g pnpm
pyenv install 3.12.6
pyenv global 3.12.6
echo 'eval "$(pyenv init -)"' >> ~/.zshrc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source ~/.cargo/env

IIIAgent CLIs

Claude Code, OpenCode, Codex
npm install -g @anthropic-ai/claude-code
brew install sst/tap/opencode
npm install -g @openai/codex
claude

IVLocal Models

Ollama and starter models
brew install ollama
brew services start ollama
ollama pull llama3.2:3b
ollama pull qwen2.5-coder:7b
ollama pull hermes3
First local task
ollama run llama3.2:3b
>>> explain what an AI agent is in plain English for a working business owner
>>> /bye

VOrchestration

Install OpenClaw
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon
openclaw config edit
openclaw gateway restart
openclaw dashboard

VIAutomation

Start n8n
npx n8n
# opens the editor at http://localhost:5678
Starter workflow map
Manual Trigger
  -> Read project notes
  -> Ask model for next actions
  -> Create task list
  -> Save output to your business workspace

VIIMemory and Ownership

Second brain and synced workspace
brew install --cask notion obsidian
ln -s "$HOME/Library/Mobile Documents/com~apple~CloudDocs" ~/iCloud
mkdir -p ~/iCloud/Bloo/{Obsidian,OpenClaw,Dotfiles,Projects}
Dotfiles backup
mkdir -p ~/iCloud/Bloo/Dotfiles
cd ~/iCloud/Bloo/Dotfiles
git init
cp ~/.zshrc ./zshrc
cp ~/.gitconfig ./gitconfig
Bloo-Collar · AIIP visual walkthrough included with purchase · Back to protocol