The idea

WhatsApp has a “Message yourself” chat — your own private notepad. With CoraPilot, that chat becomes a two-way line to your AI: you type a question or a note, and your AI reads it and replies right there. Run it on a schedule (via Claude Automations) and you get a pocket assistant that checks in every few minutes.

Why it's safe: this only ever reads and writes your own self-chat. It is not auto-replying to your friends or contacts — nothing goes to anyone but you.

What you'll need

Set it up with a Claude Automation

  1. Make sure the CoraPilot connector is added in Claude and signed in.
  2. Create a new Automation on the schedule you want (e.g. every few minutes / on a timer Claude supports).
  3. Use a prompt like the one below.
  4. In WhatsApp, message yourself starting with the trigger word, e.g. “Claude, what's on my calendar tomorrow?”
Using the CoraPilot connector, read my WhatsApp self-chat with
get_chat_messages (chat: "me"). Only act on messages that start with
"Claude," that you haven't already answered. For each, reply by sending
a message to "me" with send_message (to_number: "me"). Keep replies
short. If there's nothing new starting with "Claude,", do nothing.

The one trick: use a trigger word

In a self-chat, both your questions and the AI's replies are sent from your number — so the AI can't automatically tell them apart. The fix is a simple convention: start the messages you want answered with “Claude,” (or any trigger you like). The automation only responds to those, and its own replies don't start with the trigger — so it never replies to itself in a loop.

What to ask it

ChatGPT alternative

Prefer ChatGPT? Its Scheduled Tasks can run a recurring prompt that does the same thing (read your self-chat, reply there). The frequency options are coarser than a true 5-minute poll, but it works for periodic check-ins.

Good to know: the schedule lives in Claude/ChatGPT (their Automations / Tasks), not in CoraPilot — so the shortest interval and whether connectors run on a schedule are set by your AI client. CoraPilot simply provides the tools: read chat: "me", send to_number: "me".

Build your pocket assistant

Connect CoraPilot, message yourself, and let your AI answer on a schedule.

Get started