Medical AI

How a Physiotherapy Clinic Uses OpenClaw to Deliver Exercise Plans on WhatsApp

Physiotherapy outcomes depend on patients doing their exercises at home. OpenClaw sends personalised exercise reminders, video links, and progress check-ins via WhatsApp — dramatically improving patient adherence between appointments.

Huzaifa Tahir
7 min read

How a Physiotherapy Clinic Uses OpenClaw to Deliver Exercise Plans on WhatsApp


The evidence is clear: physiotherapy works best when patients complete their home exercise programme consistently. The challenge is equally clear: most patients do not. Studies show that adherence to home exercise programmes drops to below 40% within a month of prescription, even when patients fully intend to comply.


The problem is not motivation — it is that patients forget, lose their printed sheet, or are not sure if they are doing the exercise correctly. OpenClaw on WhatsApp keeps the home programme present, personal, and accessible.


The Setup


```bash

curl -fsSL https://openclaw.ai/install.sh | bash

openclaw onboard --install-daemon

```


Connect the clinic's WhatsApp Business number. Create a shared folder or simple database where physios store each patient's current exercise plan — exercise name, sets, reps, frequency, and any linked YouTube demonstration video.


Delivering the Exercise Plan After Appointment


Immediately after a patient's appointment, the physio triggers a WhatsApp message containing their personalised programme:


```

Skill: exercise-plan-delivery

Trigger: appointment marked complete (webhook from scheduling system) + physio submits plan details

Prompt: "Send [Patient Name]'s home exercise programme via WhatsApp. Format as a numbered list with: exercise name, sets x reps, frequency (e.g., 3 times daily), brief technique tip, and a YouTube link to the demonstration video. Add: 'If any exercise causes sharp pain, stop and contact us. Do the exercises gently — mild discomfort is normal, pain is not.' End with: 'You can message this number anytime if you have questions about your exercises.'"

```


Daily Exercise Reminders


The physio sets a reminder schedule matched to the patient's programme frequency:


```

Skill: exercise-reminder

Schedule: configured per patient (e.g., 0 8 * * * for daily reminders at 8 AM)

Prompt: "Send [Patient Name] a friendly morning WhatsApp reminder: 'Good morning [Name]! Time for your exercises 💪 Your programme today: [list exercises]. Tap the links in your programme message if you need to check technique. Reply DONE when you have finished and SKIP if you missed today — no judgement, just helps us track your progress!'"

```


Progress Check-In


Every week, OpenClaw checks in on adherence:


```

Skill: weekly-checkin

Schedule: 0 10 * * 5 (Friday morning per patient)

Prompt: "Send [Patient Name] a weekly check-in WhatsApp: 'Hi [Name], how is the home programme going this week? Reply with: (1) How many days you completed your exercises, (2) Any exercises that felt difficult or uncomfortable, (3) How your [pain/mobility/strength — from their condition] has been this week on a scale of 1–10. Your next appointment is [date]. See you then!'"

```


The physio reviews these weekly responses before the next appointment — arriving with actual adherence data and knowing exactly which exercises to review or modify.


Answering Technique Questions


Patients inevitably have questions between sessions — "Am I bending my knee too much?" or "Should this stretch feel tight or painful?" OpenClaw handles these:


```

Skill: exercise-qa

Trigger: incoming WhatsApp message from a current patient

Prompt: "A physiotherapy patient has asked a question about their home exercise programme. Answer the question based on general physiotherapy principles: (1) If they describe sharp, stabbing, or worsening pain: 'That type of pain means you should stop the exercise immediately. Contact the clinic so we can review — do not push through pain.' (2) If they describe mild muscle soreness or tightness: 'That is normal — it means the muscles are working. If it settles within 24 hours, continue. If it persists, let us know at your next appointment.' (3) For technique questions: provide clear verbal guidance and suggest they watch the video link again. Note: 'For specific concerns about your injury, always check with your physio — this is general guidance only.'"

```


The Outcome Difference


Physiotherapy clinics using WhatsApp-delivered exercise programmes with automated reminders and check-ins report adherence rates of 65–75%, compared to 30–40% with printed sheets and verbal instructions only. Better adherence means faster recovery, fewer total appointments needed, and significantly better patient satisfaction scores.


The physio's clinical expertise designs the programme. OpenClaw makes sure patients actually do it.

Share this article

Related Articles