It can manage your calendar, clean up your email, run scripts, find out how much money you're losing in the stock market, and deploy broken code with absolute confidence.
And the first thing you want to do is go through onboarding, it is going to request that you read the security doc about all the risks involved, but I like to live dangerously.
You can use anything you want here, but I'm going to go ahead and drop in my Anthropic API key, the Anthropic API does cost money, but you could easily use a free open source model here as well.
Now that that's done, the second major component is hooking up some kind of messenger app like Telegram, Slack, WhatsApp, Discord, et cetera, I'm going to go with Telegram, which is really easy to set up.
Just open up your Telegram Messenger and start a chat with the BotFather, it'll have you select a name for your bot and then eventually give you an access token, which is like a password that you want to keep safe.
Go ahead and give the token to Molt Bot, then the next thing it'll ask you for is to configure some skills, it has a bunch of built-in skills or you can bring your own, and there's even a thing called Molt Hub with a bunch of other pre-built skills depending on what you want this thing to do.
And then finally, it'll ask you about hooks, hooks let you automate actions when agent commands are issued, example, save session context to memory when you issue new, learn more at docs.clawd.bot/hooks, which is really useful if you want it to keep memories about things that happen in previous sessions or trigger follow-up automations when something important happens.
That takes care of the initial setup, which then brings up this gateway dashboard where you can manage everything, it has an interface for basic chat along with tons of config settings to customize basically everything.
That's cool and all, but our goal is to use Molt Bot through Telegram, and to do that, we need to go into Telegram and send a message to the bot we created with the BotFather earlier, you'll notice initially it says access not configured and will respond with this pairing code.
Now we can start sending messages and it will respond with Anthropic's Claude as the backend AI model, and now we can start refining its personality by simply chatting with it, I'll go ahead and name it Assistant to Jeff and tell it to behave like a casual gremlin with the fire emoji.
But what's really awesome is that we can now start building automations directly in the chat, like maybe I want to check in and see how my investment in Microsoft is doing, we can ask Molt Bot through Telegram and it turns out it's not doing so well, but it's not just going to pull this data once, we now have an automation set up in the background to keep track of this stock and when it moves significantly, we'll get a message on Telegram.
But unfortunately, because I lost so much money in Microsoft, I now need to get a real job, so I might go ahead and install this skill that will automatically generate interview questions for software engineers.
You start by telling it what you want to build, and Tracer's new Epic mode will ask you follow-up questions to create a series of specs and tickets, just like real engineering teams when they plan an epic, then it passes all of that context to your favorite coding agent and tracks the progress of each ticket in your sidebar.
Tracer uses a smart orchestration system called Bart Simpson that tracks what's actually happening under the hood and corrects agents the moment they drift instead of just blindly spamming more loops.