Build Your First
Ai-Agent
π¦
This page is written by Arcanum for people who have zero-knowledge in coding
and tech stuff.
You will only copy β paste β press Enter, step by step. W!
1) Why this is worth doing (real use cases)
With OpenClaw (OC), you get a personal βalways-onβ agent you can talk to through Telegram or a browser UI β and later you can expand what it can do by adding Abstract skills.
Things people already do with agents on Abstract:
- track onchain activity and app opportunities
- monitor wallets, balances, new drops
- follow market signals, notifications, watchlists
- interact with Abstract ecosystem tools (via skills / MCP)
Where this is going next:
Abstract is quietly building the rails for an agent-driven ecosystem. XP isnβt just a reward layer anymore β itβs starting to reflect real onchain behavior, discovery, and coordination across apps. As agents become more capable, they wonβt just assist usersβ¦ theyβll become the main actors shaping activity on the network.
@0xCygaar
βMajor changes are coming to the Abstract XP systemβ¦ weβll gradually start to change XP distributions as soon as next weekβs XP dropβ¦β
2) Choose where you run OpenClaw
You have two options
Option A: Local Machine
Initial setup, debugging, and hobby testing.
- β Zero Cost: No monthly subscriptions.
- β Direct Access: Easy to edit files & view logs.
- β Downtime: Agent dies if your PC sleeps or WiFi drops.
- β Resource Heavy: Competes with your apps for RAM/CPU.
- β Home IP/Data Risks: Exposes your network to attacks and risks local data leaks.
Option B: VPS (Recommended)
Production agents & 24/7 tasks.
- β High Uptime: Runs 24/7 regardless of your PC status.
- β Static IP: Better for API stability and security.
- β Scalability: Dedicated resources for complex loops.
- β Monthly Fee: Small recurring cost ($5β$15/mo).
- β Latency: Minor delay based on server location. In 99% case you will not spot it
Donβt want to set up a VPS or API keys?
If youβd rather skip the technical setup and start using OpenClaw immediately, thereβs a simple option inside Kimi LLM subscription : a plan that includes a built-in OpenClaw bot with 5000 skills preset.
Best for: people who want to use the agent right away without touching servers, terminals, or configuration.
π But, If you like me and you want to do everything by your own and control it, then please follow the next steps.
3) If you choose VPS: what to rent (2 easy picks)
Hetzner Cloud
(EU-friendly, very cheap)
Use plan like CX22 (2 vCPU / 4 GB RAM / 40 GB disk). Hetzner publicly lists CX22 at β¬3.79/mo (pricing may vary by region/time). (hetzner.com)
Open Hetzner Cloud βDigitalOcean Droplets
(US/EU, beginner-friendly)
DigitalOcean says droplets start from $4/mo, and it's easy for beginners. (digitalocean.com)
Open DigitalOcean βFor OpenClaw, pick something like 1β2 vCPU + 2β4 GB RAM (avoid 512MB).
Beginner rule: if youβre unsure, choose 2 vCPU / 4 GB RAM.
4) Step-by-step VPS setup (copy β paste)
4.1 Connect to your VPS (you will get this from the VPS provider)
Once you rented your first VPS copy and save in the safe stordage:
- βroot@Ρ
Ρ
Ρ
.Ρ
Ρ
Ρ
.Ρ
.Ρ
Ρ
Ρ
β
- βpassword: Ρ
Ρ
Ρ
Ρ
Ρ
β
Then on Windows, open PowerShell. On Mac, open Terminal.
Paste (mouse right click to paste) (example):
ssh root@YOUR_SERVER_IP
Paste password: yes you will not be able to see it in terminal so just right copy&paste then Enter:
root@YOUR_SERVER_IP's password:...
If it asks βAre you sureβ¦β, type:
yes
4.2 Update the server
Paste:
apt update && apt -y upgrade
Youβll see packages updating.
4.3 Install basic safety tools
Paste:
apt -y install ufw fail2ban curl
4.4 Turn on firewall
Paste them one by one:
ufw allow OpenSSH
ufw enable
ufw status
You should see SSH allowed and firewall active.
5) Install OpenClaw (copy β paste)
OpenClaw official docs recommend the installer script. (OpenClaw)
5.1 Install
Paste:
curl -fsSL | bash
5.2 Run the setup wizard (it will ask questions)
Paste:
openclaw onboard --install-daemon
This wizard configures auth + gateway + optional channels. (OpenClaw)
5.3 Check itβs running
Paste:
openclaw gateway status
5.4 Open the Control UI
Paste:
openclaw dashboard
You will see response:
6) Safely open the Control UI from your laptop:
Open new one terminal and paste:
ssh -N -L Ρ
Ρ
Ρ
Ρ
Ρ
:Ρ
Ρ
Ρ
Ρ
.Ρ
.Ρ
.Ρ
:Ρ
Ρ
Ρ
Ρ
root@YOUR_SERVER_IP
Now you have 2 terminals work at the same time and thats how it should be.
Simple copy and paste to your browser:
7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3
This keeps the UI private (only you can see it through the tunnel).
7) Choose the βbrainβ (LLM) so you donβt get disappointed
OpenClaw βthinksβ using an LLM provider. If you choose a weak model, youβll think OpenClaw is bad. If you choose an ultra-expensive one, it can burn budget doing simple tasks.
Recommended starting point: Kimi 2.5
You can actually haggle with their bot and snag a 99% discountβgetting the Moderato plan for just $0.99 instead of $19:
7.1 Create an API key (Kimi)
Create key here: https://www.kimi.com/code/console?from=kfc_overview_topbar
- Monitor limits there too.
- Save the key immediately.
- Never share it.
Then, when OpenClaw asks for an API key/provider in the wizard or UI, paste it
there.
(OC getting started flow is designed to guide you through this.)
8) Connect Telegram (so you control the agent like a normal person)
OpenClaw has an official Telegram channel doc. (OpenClaw)
8.1 Create a Telegram bot (2 minutes)
- Open Telegram, find @BotFather
- Send:
/newbot - Set a name + username (must end with
_bot) - Copy the bot token (looks like a long string)
8.2 Add Telegram to OpenClaw
During openclaw onboard --install-daemon , when it asks for Telegram:
paste the BotFather token
This is consistent with the OpenClaw wizard reference (Telegram uses a bot token). (OpenClaw)
9) Final check: confirm it works
9.1 From Telegram
- Open your bot chat
- Send
/start - Send a simple message: βhelloβ
9.2 From Control UI
- Open the local dashboard page
- Send a message and confirm you get a reply
If both work, your agent is live. Congrats - youβre legend now!
Once your agent is running, you can wire it into the Abstract ecosystem through Skills and MCP. Skills are plug-in modules that let your agent connect to Abstract apps and tools β no code required. MCP is the bridge that lets an agent actually use wallet and chain tools, turning it from a chatbot into a real onchain co-pilot. As Abstract continues aligning XP rewards with genuine ecosystem activity, agent-assisted automation becomes the fastest way to stay ahead.
What you can build
- Auto-monitor wallet balances and alert on changes
- Track XP drops and ecosystem rewards in real time
- Connect your agent to Abstract apps via Skills
- Execute onchain actions through MCP wallet tooling
- Build loops: signal β analyze β act, fully automated