Nero Kit

Zero to Running

Your complete setup guide. Read this before the call — or follow along on your own. By the end, your agent is live and talking to you on Discord.

1

Install OpenClaw

OpenClaw is the agent runtime. It runs on your machine and connects to your AI models and messaging channels. Takes 2 minutes.

npm install -g openclaw
openclaw --version

macOS / Linux: runs directly in Terminal.

Windows: install WSL2 first, then run the commands above inside WSL. Guide: learn.microsoft.com/windows/wsl

Full docs: openclaw.ai

2

Get Your LLM Access

You need a way for the agent to talk to an AI model. Two paths:

RECOMMENDED

Path A — Claude Max

Path B — API Keys

3

Connect Your Channel

This is how you talk to your agent. You'll get a dedicated Discord bot that lives in your server.

  1. 1. Create a Discord server (or use an existing one — you'll want dedicated channels for your agent)
  2. 2. Go to discord.com/developers/applications → New Application → give it a name
  3. 3. Click the Bot tab → Add Bot → copy the token
  4. 4. Scroll down and enable: Message Content Intent, Server Members Intent, Presence Intent
  5. 5. Go to OAuth2 → URL Generator → check bot → set permissions to Administrator → copy the generated URL and open it to invite the bot to your server
  6. 6. Run openclaw setup and paste the bot token when prompted
Tip: We'll set up dedicated channels together on the call — one for your agent's main ops, one for briefings, one for alerts.
4

Run install.sh

The Nero Kit comes with a setup wizard that handles all the configuration files automatically.

bash install.sh

The wizard walks you through:

Time: ~10 minutes. We'll also run this together on the setup call if you want — but doing it beforehand saves time.
5

First Startup

After install, start the gateway:

openclaw gateway start

Then talk to your agent in Discord. Try: "Hey, what can you do?"

What to expect on day one:

6

The Setup Call (60 min)

What we do together:

MinWhat happens
0–5Confirm your stack, your niche, what you want to automate
5–15Run install.sh together if needed, verify everything is running
15–30Fill TOOLS.md with your API keys and tool credentials
30–40Connect your channel, verify heartbeat fires and responds
40–50Set up 2–3 crons for your workflow (morning brief, overnight loop, etc.)
50–60Live demo: deploy your first free Cloudflare Pages site, or queue your first overnight task

Come prepared with:

7

Week 1 Checklist

Five things to do in your first week to get real value fast:

Run the overnight loop

Queue 3 tasks before bed — research, writing, or SEO work. Wake up to completed output.

Set up your morning brief cron

Every morning at 8am your agent tells you what needs attention. Never start the day blind again.

Create your first PROJECT.md

For any active project — the agent tracks progress, remembers decisions, and picks up where you left off.

Deploy your first free Cloudflare Pages site

Build and push a site to GitHub, deploy to Cloudflare Pages, live at $0/month. Your agent does the deploy.

Connect one tool from your stack

GHL, Lemlist, Apollo, or RB2B. Add the API key to TOOLS.md and tell the agent to wire it in.

Quick Reference

Key Commands

  • openclaw gateway start
  • openclaw gateway status
  • openclaw setup
  • bash overnight-loop.sh

Key Files

  • AGENTS.md — routing + behavior
  • TOOLS.md — API keys + tools
  • MEMORY.md — permanent rules
  • HEARTBEAT.md — check-in logic
  • CHECKPOINT.md — session state

Ready to get started?

Get the Kit — $1,297 →

Pay once. Book your setup call. Done.