Quickstart
Get your private AI agent on Telegram in under 5 minutes.
Three steps to your own AI agent
1. Sign up and subscribe
Go to clawluv.com and click Get Started. You'll be asked to create an account and start a $1 trial subscription through Stripe. After the trial period, it's $49/month.
2. Create a Telegram bot
Open Telegram, search for @BotFather, and send /newbot. Follow the prompts to pick a name and username for your bot. BotFather will give you a bot token — a long string that looks like 123456789:ABCdefGHIjklMNOpqrsTUVwxyz.
Copy that token. You'll paste it in the next step.
3. Connect your bot to ClawLuv
Back on the ClawLuv dashboard, paste your Telegram bot token and hit Deploy. ClawLuv provisions a private container, connects it to Telegram, and your agent goes live within about 60 seconds.
Open your bot in Telegram and send it a message. It should respond.
What happens behind the scenes
When you deploy, ClawLuv:
- Spins up an isolated container with OpenClaw pre-installed
- Configures the Telegram channel with your bot token
- Sets up persistent vector memory (pgvector)
- Installs default skills (web search, voice transcription, image analysis)
- Starts the agent loop
Your agent is now live 24/7. It will remember your conversations, learn from corrections, and get better over time.
Next steps
- Read the full Setup Guide for configuration options
- Check the API Reference if you want programmatic access
- Hit a snag? See Troubleshooting