Skip to main content
Nordlys logo, simplified northern lights aurora visualization 寻亦见北

Back to all posts

Installing Clawdbot: A Complete Guide

Published on by 寻亦见北 · 1 min read

Clawdbot is a powerful AI assistant that can operate your computer and integrate with various services. This guide will walk you through the installation process step by step.

Prerequisites

  • Node.js: JavaScript runtime environment
  • npm: Package manager for Node.js
  • Telegram Bot: For communication with the AI assistant
  • A 24/7 Server: A server that remains operational around the clock

Step 1: Install Node.js and npm

Terminal window
sudo apt update
sudo apt install nodejs npm

Step 2: Install Clawdbot

Terminal window
# Install Clawdbot
npm i -g clawdbot
# Meet your assistant
clawdbot onboard

Step 3: Configure Clawdbot

Select an appropriate model based on your API. I chose Qwen, which is free to use.

Configuration Screen

Step 4: Connect to Telegram Bot

  1. Search for BotFather in Telegram, look for the blue verified robot.
  2. Create a new bot.
  3. Copy the generated token.
  4. Connect the token to Clawdbot.

Telegram Connection

After completing the configuration as prompted, you can communicate with your AI assistant through Telegram.

Summary

Now you have successfully installed and configured Clawdbot, and set up communication via Telegram. Your AI assistant can now receive and respond to messages through Telegram and can operate your computer to perform various tasks.