Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
Guides Moltbot published jan 28, 2026
This guide teaches you how to install and set up your own autonomous agent using OpenClaw, formerly called Clawdbot and Moltbot. You will produce a working OpenClaw bot that can be configured with search, an AI provider, memory hooks, and Telegram messaging. The setup involves collecting API keys, installing the CLI, running onboarding, and pairing the bot with Telegram.
You will build and configure your own OpenClaw bot. The example bot in the source, named Botthew, designed and deployed a status website and represented its sub-agents “Sandstorm” and “Crawler.”
Don’t get distracted. Skip all the frills and only install one skill at a time.
Before you start setup, collect the keys you will need and save them in a notes file.
Make sure Node is installed and up to date. You need Node version 22 or higher to use the Moltbot CLI.
Install the Moltbot CLI with: curl -fsSL https://openclaw.bot/install.sh | bash
Run the onboarding wizard with: sudo openclaw onboard --install-daemon
Pro tip: Don’t get distracted. Skip all the frills and only install one skill at a time.
After setup, you will be taken into the introduction wizard. At this point, you are talking with your OpenClaw bot.
You can now message your bot through Telegram.
Pro tip: You may have to try the clawdbot or moltbot command if openclaw does not work. That happened when this guide was recorded.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.