◆ Vibe EngineeringSMIT · AI Agentic Engineering Urdu
Class 14 · 14.5

OpenClaw — your personal AI sidekick

The final sizzle: OpenClaw. Massively hyped right now — possibly a bubble — but a great glimpse of where this is going. It’s a personal AI “sidekick” that runs on your machine, connects to everything, and chats with you through Telegram or WhatsApp.

🎯 Goal: see the personal-agent frontier⏱ Read: 12 min🌶 Type: spicy demo

This one isn’t really about coding — but it’s the same spirit as Cowork: take the power of a coding agent and point it at everyday life. Worth seeing, not worth memorising.

01What OpenClaw is

OpenClaw (at openclaw.ai) is described as your personal AI — a sidekick that’s there for you. It was itself vibe-coded. It has memory, can drive a browser, can use anything on your computer, and comes with a raft of plugins.

The name saga

It began as Clawdbot (spelled C-L-A-W-D), got a letter from Anthropic, briefly became Maltbot (hard to say), and settled on OpenClaw. The lobster theme survives throughout.

02Power, and the risk

Great power, great risk

OpenClaw runs on your computer and you typically connect it to everything — that’s where its power comes from, and why security professionals are wary. A bad prompt could trick it into unsafe actions. Its own installer warns: it can read files and run actions; run a security audit regularly; and if you don’t know your way around a terminal, you may not be ready for it.

Where today’s lesson pays off

One sensible way to run something this powerful is inside a sandbox — exactly the technique from Class 13. The frontier and the safety net belong together.

03Setting it up

Install is a one-liner (a Mac line, and a Windows PowerShell/CMD line). Then a quick onboarding:

Accept the security notice

“I understand this is powerful and inherently risky.” Choose quick-start.

Pick a model provider

Any of several — in the demo, OpenAI via a ChatGPT OAuth login (Codex), defaulting to a GPT Codex model.

Pick a channel

Telegram (or WhatsApp). For Telegram: chat with @BotFather, run /newbot, copy the token into OpenClaw — keep it secret.

Add skills, then name it

Install skills (e.g. OpenAI Whisper for speech-to-text). Give your sidekick a name, a vibe and an emoji.

04Demo: a sidekick over Telegram

Now you can chat with it from Telegram — on your phone or computer — while it runs on your machine. The instructor sent one playful instruction:

“Please look up the Tesla stock price. If it went up today, play me something upbeat — otherwise something depressing.”

You (Telegram)phone or desktop OpenClawruns on your computermemory · plugins · autonomy web search (stock price) controls Spotify your apps, browser, lights…
One casual message → it searches the web, makes a judgement call, and drives an app on the computer to act on it.

What happened: it web-searched the price, decided the stock was up, chose “upbeat” on its own, and started playing music by controlling Spotify on the computer — Diana Ross, “Upside Down”. All from one Telegram message. That’s the appeal: a chat-first assistant that can wake up, alert you, drive your computer, look things up, and act — incredibly autonomous, and deeply personal.

05Wrapping up the day

Today was a lighter day by design. We covered the serious business of big-repo practices, then took a tour of the frontier: the Agent SDK (drive Claude Code from code), Cowork (agents for professionals), and OpenClaw (a personal sidekick for everyone). None of the three is core to the course — but together they show how far this tooling is spreading.

Where we’re headed

You’re about 87% of the way through. Tomorrow is a massive day: swarms, teams and orchestration — many agents collaborating on one big task — leading straight into the capstone. Get ready.

✓ Key takeaways

  • OpenClaw is a personal AI sidekick that runs on your computer and chats via Telegram / WhatsApp.
  • Its power comes from wide access — which makes it risky; running it in a sandbox is the sensible move.
  • Setup: install one-liner → accept risks → pick a model → connect a chat channel → add skills.
  • Demo: one Telegram message made it search the web and control Spotify autonomously.
  • Next up: swarms, teams & orchestration — then the capstone.