What It Can Do Per Sender
See how OpenClaw maintains a separate session for each sender and what the bundled agent runtime handles out of the box.
What It Can Do Per Sender is a free OpenClaw Academy lesson on CoddyKit — lesson 4 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the OpenClaw Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Each Sender Is Separate
OpenClaw treats every person who messages it on its own. Each sender gets a clean, separate conversation with the assistant.
Sessions Keep Things Apart
Behind each chat is an isolated session. Your messages and another person's never mix, even on the same channel.
Per-Sender by Default
If you change nothing, OpenClaw runs per-sender sessions automatically. You get this isolation out of the box, no config needed.
Context That Remembers
Within a sender's session, OpenClaw keeps context. It recalls earlier messages so your conversation feels continuous.
Memory Stays Around
That context is persistent. OpenClaw's memory is retained around the clock, so a chat picks up where you left off.
The Bundled Runtime
Out of the box you get the bundled OpenClaw agent runtime. It handles your messages without you wiring anything extra.
It Can Act, Not Just Chat
OpenClaw can execute tasks for you, not only reply. It can control the browser and reach your files, shell, and scripts.
Real Examples
People use it for real automation like email, calendar, web forms, and even flight check-ins, all triggered from a chat.
Isolation Is a Guardrail
Separate sessions also help safety. One sender's chat cannot see or steer another's, which keeps things tidy and private.
You Control Who Reaches It
Since it has system access, you decide who may message it. An allowlist later lets you limit senders, which you will set in config.
A Personal Assistant Per Chat
The result feels like a personal assistant for each sender: its own memory, its own context, ready to act on your behalf. ✨
Quick Check
Let us confirm the default session behavior.
Recap
You saw that OpenClaw gives each sender an isolated session with persistent memory, runs the bundled agent, and can act on real tasks. ✅
Frequently asked questions
Is the “What It Can Do Per Sender” lesson free?
Yes — the full text of “What It Can Do Per Sender” is free to read here on the web, and the OpenClaw Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the OpenClaw Academy course, upgrade to CoddyKit PRO.
What will I learn in “What It Can Do Per Sender”?
See how OpenClaw maintains a separate session for each sender and what the bundled agent runtime handles out of the box. You practise OpenClaw Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start OpenClaw Academy?
No prior experience is required. OpenClaw Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 4 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “What It Can Do Per Sender” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this OpenClaw Academy lesson?
Yes. Every OpenClaw Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Why WhatsApp Is the Fastest to Test
- Pair WhatsApp Through the Gateway
- Send Your First Message
- What It Can Do Per Sender