Skip to main content
You forgot to reply to that email. The task you added yesterday is still sitting there. You meant to check your calendar before the meeting but got pulled into something else. Sound familiar? Ollim Bot lives in your Discord DMs and handles the stuff that falls through the cracks. It checks in on you, reminds you about things before they’re overdue, reads your email so you don’t have to, and keeps track of what you were working on — even across conversations. It’s not a chatbot you summon when you need help. It’s an assistant that reaches out to you.

What it actually does

  • Checks in on you — set up morning briefings, end-of-day reviews, or any recurring check-in. The bot messages you on schedule with context about your day.
  • Remembers everything — conversations persist across sessions. Pick up where you left off, days later, without re-explaining.
  • Manages your tasks and calendar — connects to Google Tasks, Calendar, and Gmail. Add tasks, check your schedule, or triage email — all from Discord.
  • Follows up — set a reminder and the bot chains follow-ups until the thing is actually done. Not just a ping — it checks in with context.
  • Works in the background — scheduled tasks run independently. The bot decides what’s worth pinging you about and what can wait, so you’re not buried in notifications.

Who it’s for

Ollim Bot is built for one person — you. There are no user accounts, no servers, no shared hosting. You clone the repo, configure it for yourself, and run it. If someone else wants one, they fork it and make it their own. It’s designed for people with ADHD, but useful for anyone who struggles with staying on top of things when life gets noisy.

Why Discord

You’re already there. No new app to install, no new tab to keep open, no new habit to build. Discord DMs are always a glance away on your phone, your desktop, wherever you are.

Built on Claude

Ollim Bot is powered by the Claude Agent SDK with Claude Code handling authentication — no API key needed. A Claude subscription (Pro or Max) is recommended for access to the latest models. The bot isn’t a wrapper around a prompt. It runs persistent agent sessions with tools, memory, and the ability to branch conversations when it needs to work on something without interrupting your main thread.

Find what you need

I want to…Go to
Get the bot running quicklyQuickstart
Set up Google OAuth or other integrationsOptional integrations
Create a recurring check-inRoutines
Set a reminder with follow-upsReminders
Branch a conversation without losing contextForks
Connect Google Tasks, Calendar, or GmailGoogle integration
Customize the bot’s personalitySystem prompt
Run my own instanceSelf-hosting guide
Understand the architectureArchitecture overview

Next steps