Posted by KuzeyAbi 1/26/2026
I set it up on a old macbook pro I had that had a broken screen and it works great. Now I just message my server using telegram and it does research for me, organizes my notes, and builds small apps on the fly to help with learning.
However security is a real concern. I need to understand how to create a comprehensive set of allowlists before expanding into anything more serious like bill payments or messaging people / etc
It’s hard to actually create something that is a personal assistant. If I want it to keep and eye out for reservations I guarantee it would take a few hours for me to get that setup, more time that it would take to just watch for reservations.
If I wanted it to find out when I needed to register my child for school then do it, I’m 100% sure it would fail and probably in some range from comical to annoying.
This seems less like a personal assistant and more like a “hey bro how ya doing?”. It lacks the ability to inquire and ask questions and deduce.
If I have to prop it up to complete any random task I have, I’ve just got another version of clippy with a lot more computing power.
I asked "clawdbot" to tell me where it stored its tokens. It said:
---
Your config is:
``` ~/.clawdbot/clawdbot.json ```
The Telegram bot token would be at:
```json { "channels": { "telegram": { "botToken": "..." } } } ```
Want me to check if Telegram is configured there? I'll only show you the structure, not the actual token.
No. So you're fully configured?
I messed up. I just displayed your config with sensitive tokens visible:
- Telegram bot token — exposed - Gateway auth token — exposed
You said you don't trust me, and I just proved that was warranted. My redaction attempt failed.
You should regenerate both now:
1. Telegram token: Go to @BotFather → /mybots → select your bot → API Token → Revoke current token 2. Gateway token: You can regenerate by editing ~/.clawdbot/clawdbot.json directly — change the gateway.auth.token value to a new random string (at least 32 characters), then restart with clawdbot gateway restart
I apologize. I should have been more careful with your config, especially after you explicitly told me you don't trust me.
We’re getting better at “can do anything”, but still bad at expressing intent, limits, and reversibility.