Give your secretary a phone — make a Telegram bot
- Open Telegram and search for @BotFather (the one with the blue check).
- Tap Start, then send /newbot.
- He asks for a name (anything, e.g. "Maple Assistant").
- Then a username ending in
bot(e.g.maple_secretary_bot). - He replies with a line like
123456:ABC-DEF...— that's your token.
Give it a brain — connect Claude
- Go to console.anthropic.com and sign in.
- Open API Keys → Create Key.
- Copy the key (starts with
sk-ant-).
claude-opus-4-8 (smartest). Use claude-sonnet-4-6 to save cost.
Give it your calendar & email — connect Google
• See your calendar & create events — to find open times and book them.
• Send email as you — to reach the people you ask it to contact.
- Open console.cloud.google.com → create a project.
- Enable the Google Calendar API and the Gmail API.
- Go to Credentials → Create Credentials → OAuth client ID → Web application.
- Add redirect URI:
http://localhost:4322/oauth/callback - Copy the Client ID and Client secret.
When you run the kit, the
setup wizard opens Google's approval screen and stores your token in tokens/
(gitignored) — never sent to us.
Try it — without sending anything
Go live
With the kit downloaded and the checklist green, start your secretary:
npm install npm start
Then open Telegram, find your bot, tap Start, and text it like you would a real assistant. It'll reply there.
Want this connected to your real tools — for your whole team?
This kit is the DIY taste. We build the production version end to end: real bookings, your CRM, your inbox, guardrails, the works.
Have Rabbithole build the production version → Get the free kitThe no-code way: connectors inside Claude
- Open the Claude app (claude.ai or desktop) and sign in.
- Go to Settings → Connectors.
- Find Google Calendar → Connect → approve on Google's screen.
- Do the same for Gmail.
- Back in a chat, just ask: "Find an open 30-min slot next week and draft an email to sarah@example.com proposing it."
Use this track when you want the result today and don't need a Telegram bot of your own. Use Build it yourself when you want to own it, run it on a messenger, or extend it.
Want this connected to your real tools — for your whole team?
We build the production version end to end: real bookings, your CRM, your inbox, guardrails, the works.
Want it wired to your real tools? Book a call →