$ ssh clawdbot.space --loading...
$ ssh clawdbot.space --loading...
Adrian Twarog delivers a fast-paced, no-fluff 30-minute crash course that takes you from a blank terminal to a fully configured OpenClaw agent wired into your favorite messaging channels.
Adrian wastes no time. The first chapter is a blunt, copy-paste-friendly walkthrough of cloning the repository, installing dependencies through a single bootstrap script, and spinning up the local engine. He deliberately uses a fresh Ubuntu VM to prove the environment is reproducible, narrating each command so beginners never feel lost.
Configuration is handled through a single YAML file. Adrian explains how to declare your model provider, set the system prompt persona, and whitelist the tools the agent is allowed to call. He stresses the principle of least privilege: only grant filesystem and shell access once you understand the sandbox boundaries.
The second half of the chapter focuses on wiring OpenClaw into Telegram. Adrian walks through creating a bot via BotFather, pasting the token into the config, and watching the agent come alive in a private chat. He demonstrates the same flow for Discord, noting that the abstraction layer means switching channels is a one-line change.
He closes with a practical tip: use a dedicated bot account per project so you can cleanly audit which agent performed which action, keeping your logs readable as your fleet grows.
Adrian finishes the crash course with three live demos that prove the agent is more than a toy. First, he asks the bot to summarize a GitHub pull request and post the digest back into the team channel. Second, he triggers a cron-style report that checks disk usage and emails a warning if thresholds are breached.
The final demo is the crowd-pleaser: a natural-language deploy. Adrian types "ship the latest commit to staging" and the agent runs the test suite, builds the container, and rolls the deployment, narrating each step in the chat. It is a compact, convincing argument that OpenClaw belongs in a real workflow, not just a weekend experiment.