Free OpenClaw skill · No signup · v1.0.0
Free OpenClaw Skill for Plastic Surgery Clinics: Consult to Surgery Coordinator Agent (Download)
A working OpenClaw skill that owns the patient coordinator workload for a plastic surgery practice. Consult to surgery conversion, Cherry / PatientFi / Alphaeon financing handoff, pre-op and post-op cadence, and second-opinion shopper reactivation.
Built and maintained by Adhiraj Hangal, OpenClaw Consult. Code I wrote runs inside OpenClaw's source, merged by the project's creator.
Free OpenClaw skill for plastic surgery clinics
13 KB file. Free for any use. Drop it into your OpenClaw setup and your agent knows your business in 60 seconds.
We email you a copy plus the install notes. One email, no list, no spam.
What this skill does for your plastic surgery clinics
- Drafts the 24, 72, and 7-day post-consult cadence keyed to procedure (rhinoplasty, breast aug, tummy tuck, BBL, face lift) and the patient's stated objection (cost, timing, comfort, results uncertainty).
- Hands off financing applications to Cherry, PatientFi, and Alphaeon Credit with payment-estimate snippets tuned to each lender's product mix.
- Owns the pre-op cadence at 14, 7, 3, 1 day with the surgeon-specific instruction set (anticoagulation hold, soap regimen, ride-home confirmation, prescription pickup, lymphatic massage scheduling).
- Runs the post-op recovery touchpoints at day 1, 3, 7, 14, 30, 90, 6 months, 1 year with photo upload prompts to Touch MD and protocol-specific compliance checks.
- Re-engages second-opinion shoppers who consulted but did not book, with a 14, 45, and 90 day cadence keyed to their stated reason.
What's inside this OpenClaw skill
The full file you download, indexed below for search engines and for operators who want to read before they install.
---
name: plastic-surgery-coordinator
description: Consult to surgery conversion, financing handoff, pre-op and post-op cadence, and second-opinion shopper reactivation for plastic surgery practices. Integrates with Symplast, Nextech, PatientNow, Touch MD, Cherry, PatientFi, Alphaeon.
version: 1.0.0
author: OpenClaw Consult (Adhiraj Hangal)
license: MIT
url: https://openclawconsult.com/skills/plastic-surgery-clinics
---
# OpenClaw Skill: Plastic Surgery Consult to Surgery Coordinator
## Overview
This skill turns the OpenClaw agent into a patient coordinator equivalent for
your plastic surgery practice. It does not replace the PC role: it amplifies it.
The skill owns the 60 to 120 daily patient messages so the human PC can spend
the day on consults, in-person financing conversations, and exception handling.
It is designed for 1 to 6 surgeon plastic surgery practices running Symplast,
Nextech Cosmetic, PatientNow, or Aesthetic Record. Single-location and small
multi-location practices both work. The skill handles the unique decision-cycle
of cosmetic surgery: high-ticket, elective, comparison-shopped, financing-driven,
and post-op compliance-sensitive.
## What this skill does
1. Post-consult cadence (24, 72, 7-day) keyed to procedure and stated objection
2. Financing handoff waterfall through Cherry, PatientFi, Alphaeon Credit with re-pitch logic on first decline
3. Pre-op cadence at 14, 7, 3, 1 day with surgeon-specific instruction sets
4. Post-op recovery touchpoints at day 1, 3, 7, 14, 30, 90, 6 months, 1 year with Touch MD photo prompts
5. Second-opinion shopper reactivation at 14, 45, 90 days keyed to the patient's stated reason
6. Surgical block fill outreach when last-minute cancellations open a slot
## Triggers
```yaml
triggers:
- type: heartbeat
schedule: "0 8 * * *" # Daily 8am
action: review_post_consult_patients
lookback_days: 14
- type: heartbeat
schedule: "0 7 * * 1" # Mondays 7am
action: compile_pre_op_cadence_queue
- type: heartbeat
schedule: "0 9 * * *" # Daily 9am
action: post_op_touchpoint_roster
- type: on_event
event: pms.consult_logged
action: enter_post_consult_cadence
- type: on_event
event: pms.surgery_booked
action: enter_pre_op_cadence
- type: on_event
event: pms.surgery_completed
action: enter_post_op_cadence
- type: on_event
event: pms.surgery_cancelled_late
action: trigger_block_fill_outreach
```
## Workflow: post-consult cadence
When a new consult is logged in the PMS, the agent:
1. Reads the consult notes including the procedure of interest, the surgeon's quoted range, and the patient's stated objection
2. Tags the patient as one of: ready-to-book, financing-hesitant, second-opinion-shopper, partner-needs-input, timing-concern, comfort-or-results-uncertain
3. Drafts message 1 at hour 24 with a personalized detail from the consult and the surgeon's voice (not the PC's)
4. Drafts message 2 at hour 72 keyed to the objection tag (financing app invite, surgeon-voice reassurance, partner-friendly FAQ link, timing-flex availability)
5. Drafts message 3 at day 7 with three specific surgical date options and the records-or-deposit next step
6. Routes the patient into the 14, 45, 90 day reactivation queue if no decision by day 10
All messages route through the patient coordinator for approval by default. Flip to autonomous by editing the approval_mode block at the bottom of this file.
## Workflow: financing handoff
When a consult is tagged financing-hesitant, the agent runs the financing waterfall:
1. Estimates the right lender based on procedure price point and the patient's stated budget
2. Drafts the application invitation tuned to the lender's brand voice and approval profile (Cherry default for lower price points, PatientFi for combination procedures, Alphaeon for established credit histories)
3. If the patient applies and is declined, the skill detects the decline event and drafts the second-lender re-pitch with framing that does not feel like a second rejection (focus on different product, not a second chance)
4. If the patient is approved, the skill triggers the booking-conversation message back to the PC with the monthly payment estimate and the suggested surgical date slots
5. If the patient never starts the application, the skill nudges at 48 hours with a price-point-honest message rather than a generic financing reminder
The skill never transmits application data to the lender. The PC sends the application link, the patient applies directly with the lender.
## Workflow: pre-op cadence
Once surgery is booked, the agent enters the pre-op cadence:
- Day 14: confirmation message, ride-home reservation prompt, medical clearance check
- Day 7: anticoagulation hold instructions (with surgeon-specific list of meds: ibuprofen, aspirin, fish oil, vitamin E, garlic supplements), surgical bra or compression garment pickup reminder
- Day 3: soap regimen, no-shave reminder, prescription pickup confirmation (antibiotic, anti-nausea, pain management)
- Day 1: arrival time, fasting window, what to wear, what to bring
- Day of: 2-hour pre-arrival check-in for any last-minute questions
Each touchpoint pulls the surgeon-specific protocol from the config. Dr. Cohen's anticoagulation hold list is different from Dr. Patel's, and the skill knows.
## Workflow: post-op cadence
After surgery is logged, the agent enters the post-op cadence:
- Day 1: pain check, swelling check, hydration reminder, follow-up appointment confirmation
- Day 3: drain output log (if applicable), incision check prompt
- Day 7: suture removal scheduling, return-to-light-activity guidance
- Day 14: garment compliance check, lymphatic massage scheduling for body procedures
- Day 30: 1-month photo upload prompt via Touch MD, return-to-exercise guidance
- Day 90: 3-month photo upload, scar care protocol check
- Month 6 and Year 1: revision check, referral request, before-and-after consent prompt
The agent prompts the patient to upload photos to Touch MD. The skill never transmits images; Touch MD owns the BAA-protected photo storage.
## Workflow: surgical block fill
When a cancellation opens a block within 14 days, the agent:
1. Pulls the consult-but-not-yet-booked list filtered for the same procedure category
2. Ranks by financing-approved status, surgical-readiness signal, and recency of consult
3. Drafts a private slot-offer message for the top 3 to 5 candidates
4. Routes to the PC for approval and limit the offer to one patient at a time (no overbooking)
5. Updates the block status as soon as one patient confirms
The block fill workflow is the single highest-revenue moment in the practice when a cancellation hits. Most practices lose the slot to a 24-hour delay. The skill closes the gap to 30 minutes.
## Memory keys
```yaml
memory:
- key: ps.consult_status[{patient_id}]
description: Current cadence stage post-consult
values: [day_1_sent, day_3_sent, day_7_sent, financing_pending, financing_approved, financing_declined, booked, lost_to_other_practice, reactivation_14d, reactivation_45d, reactivation_90d]
- key: ps.surgery_pipeline[{patient_id}]
description: Booked surgery context
schema: { procedure: string, surgeon: string, surgical_date: date, financing_provider: string, monthly_payment: number, deposit_received: bool }
- key: ps.pre_op_progress[{patient_id}]
description: Pre-op cadence completion status
schema: { day_14: bool, day_7: bool, day_3: bool, day_1: bool, day_of: bool, flagged: bool }
- key: ps.post_op_progress[{patient_id}]
description: Post-op cadence completion status
schema: { day_1: bool, day_3: bool, day_7: bool, day_14: bool, day_30: bool, day_90: bool, photo_uploaded_day_30: bool, photo_uploaded_day_90: bool }
- key: ps.second_opinion_queue[{patient_id}]
description: Active second-opinion-shopper reactivation stage
values: [day_14, day_45, day_90, dormant, recovered_to_booking]
```
## Message templates
```yaml
templates:
post_consult_24h_warm:
body: |
Hi {patient_first_name},
Thank you for coming in to see {surgeon_last_name} today. We were thinking
about your goals for {procedure_layperson} and wanted to send one more
thought from {surgeon_first_name}:
{surgeon_followup_note}
Whenever you are ready, here is the next step:
{next_step_link}
No pressure. We move at the pace that works for you.
{pc_first_name}
post_consult_72h_financing_cherry:
body: |
Hi {patient_first_name},
Following up from your consult. Based on what we discussed, the cleanest
financing route for you is Cherry. Monthly payments for your procedure
typically come in around {cherry_monthly_estimate}, and the application
takes about 2 minutes.
Here is the direct link to apply:
{cherry_application_link}
It is a soft pull, so applying does not affect your credit. Once you are
approved, I will send the surgical date options.
{pc_first_name}
pre_op_day_7_anticoagulation_hold:
body: |
Hi {patient_first_name},
One week to surgery. Time to stop the following medications and supplements:
{anticoagulation_hold_list}
If you take a prescription blood thinner, do not stop it without your
prescribing doctor's approval. Reply if you are unsure.
Surgical bra / compression garment pickup is also due this week. Confirm
you picked it up by replying YES.
{pc_first_name}
post_op_day_1_checkin:
body: |
Hi {patient_first_name},
How are you feeling this morning? Quick check on:
1. Pain level (0 to 10)
2. Drain output if applicable (mL)
3. Nausea
4. Anything that does not feel right
Reply with your numbers. If anything is concerning, call us directly at
{practice_phone}. {surgeon_last_name} is on call.
Hydrate, rest, and we will check in tomorrow.
{pc_first_name}
second_opinion_reactivation_day_45:
body: |
Hi {patient_first_name},
It has been a few weeks since you came in to see {surgeon_last_name}.
We know this is a big decision and we know you may have consulted with
other surgeons. {surgeon_first_name} asked me to share one more thought:
{surgeon_differentiation_note}
If you have questions we did not get to, I am always happy to set up a
second visit, no fee. Reply anytime.
{pc_first_name}
```
## Required integrations
| Integration | Purpose | Read | Write |
|---------------------------|--------------------------------------------------------|------|-------|
| Symplast | PMS, EMR, photos, consult, surgical scheduling | yes | optional |
| Nextech Cosmetic | PMS, EMR, consult, surgical scheduling | yes | optional |
| PatientNow | PMS export, photo and consult | yes | no |
| Touch MD | Pre-op and post-op photo orchestration | yes | yes |
| Cherry | Financing application invitation | yes | no |
| PatientFi | Financing application invitation | yes | no |
| Alphaeon Credit | Financing application invitation | yes | no |
| Twilio (or similar) | Outbound SMS | no | yes |
| Email provider | Outbound email (SendGrid, Postmark, etc) | no | yes |
| OpenClaw Memory | Cross-run state | yes | yes |
| OpenClaw Heartbeat | Scheduled cadence triggers | yes | yes |
Write-back to Symplast or Nextech is optional. Most practices start read-only
and the PC commits any PMS changes manually. After two weeks of validation,
flip write access on for low-risk fields (recall date stamps, consult notes,
financing-status flags).
## HIPAA notes
By default this skill operates on patient identifiers, procedure category, and
appointment metadata. We deliberately avoid putting financial balances, exact
quoted pricing, anatomic detail, or pre-op photo references into outbound SMS.
For stricter PHI handling, set `phi_mode: identifier_only` and the agent will
tokenize patient identifiers, requiring the PC to fill in personalized content
from the secure portal.
Confirm your BAA covers the cloud AI provider you point OpenClaw at. The skill
itself is local; the model inference is not. Touch MD and the financing partners
have their own BAA terms which the practice should review.
## Configuration
```yaml
config:
practice_name: "Your Practice Name"
surgeons:
- last_name: "Cohen"
first_name: "Sarah"
anticoagulation_hold_list: [ibuprofen, aspirin, naproxen, fish_oil, vitamin_e, garlic_supplements, ginkgo, ginger]
prefers_voice: warm-direct
- last_name: "Patel"
first_name: "Raj"
anticoagulation_hold_list: [ibuprofen, aspirin, naproxen, fish_oil, vitamin_e]
prefers_voice: clinical-confident
approval_mode: pc_approves_all # or "autonomous_after_2_weeks"
phi_mode: standard # or "identifier_only"
financing_waterfall:
default_first: Cherry
high_ticket_first: PatientFi
established_credit_first: Alphaeon
cadences:
post_consult: [24h, 72h, 7d, 14d, 45d, 90d]
pre_op: [14d, 7d, 3d, 1d, day_of]
post_op: [1d, 3d, 7d, 14d, 30d, 90d, 6mo, 12mo]
block_fill_window_days: 14
```
## Quick install
```bash
mkdir -p ~/.claude/skills
mv plastic-surgery-clinics.md ~/.claude/skills/plastic-surgery-coordinator.md
# Edit the config block to match your practice
```
Launch OpenClaw and the skill is live. Run `compile post-consult cadence` or
`run block fill outreach` on demand, or wait for Heartbeat to fire it on the
configured schedule.
## Want it wired to your stack?
This SKILL.md is the starting point. If you want it plugged into your specific
PMS, your specific financing waterfall, your surgeon-specific cadences, and your
specific brand voice, on a fixed-price two-week clock, with the founder writing
every line of the build, the door is at
https://www.adhirajhangal.com/work
Install in 60 seconds
- 1
Drop the file into your OpenClaw skills directory
Save the downloaded plastic-surgery-clinics.md as ~/.claude/skills/plastic-surgery-coordinator.md. OpenClaw picks up new skill files on next agent launch.
- 2
Wire in your practice management and imaging stack
Edit the integrations block to point at your Symplast, Nextech, or PatientNow export and your Touch MD or Crisalix imaging account. Read access is enough to start. The skill ships prompts to translate your daily consult log into the agent's working memory.
- 3
Start in PC approval mode, validate, then move to autonomous
Run for two weeks with the patient coordinator approving every outbound message. The skill defaults route any financing decline, any complaint, and any clinical question to a human. After two weeks of validation, flip the templates that consistently perform to autonomous and the PC gets notified only on exceptions.
Example conversation
You
Run the post-consult cadence and tell me what's at risk this week.
Agent
Post-consult cadence run. 18 consults logged this week. 6 booked surgery (33% same-week conversion, above your 27% trailing). 4 entered the 72-hour financing window: 2 approved through Cherry, 1 declined Cherry and was re-pitched on PatientFi (approved at $325/month), 1 still pending. 5 are in the 7-day decision window with the second-opinion-shopper risk profile (drafted Dr. Cohen's voice-of-surgeon differentiation message for the PC to approve). 3 are at high risk of going cold: 1 cited timing (drafted a holiday-block availability nudge for the PC), 1 cited spouse needs to weigh in (drafted a partner-friendly explainer with the surgical FAQ link), 1 went radio-silent after the financing decline (drafted the recovery script with the in-house payment plan option).
Founder-led · 14 days
Want this consult to surgery coordinator live in your plastic surgery practice in 14 days?
Adhiraj ships OpenClaw AI agents into real businesses. Short discovery to map it to Symplast, Touch MD, and Cherry / PatientFi, build in 14 days, then optional ongoing support so your OpenClaw system keeps working.
Build it with meCommon questions
Does this skill access PHI?
+
By default the skill works on patient identifiers, procedure category, and appointment metadata. We do not put financial balances, exact procedure pricing, anatomic detail, or pre-op photo references into outbound SMS. For stricter PHI handling, set phi_mode: identifier_only and the agent tokenizes all patient identifiers, requiring the PC to fill in personalized content from the secure portal.
Which practice management systems does it integrate with?
+
The skill includes integration prompts for Symplast, Nextech (Cosmetic), PatientNow, and Aesthetic Record. Symplast and Nextech are the most common stacks in single-and-multi-physician plastic surgery practices and have the deepest API. For PatientNow the skill uses the nightly export. Practices using legacy server-side PMS can run on a CSV export.
How does the financing handoff actually work?
+
When the PC tags a consult as financing-hesitant, the skill drafts the application invitation tuned to the patient's expected price point and credit profile. Cherry is the default first lender (lower-priced procedures, larger approval pool), PatientFi for higher-ticket combination procedures (Mommy Makeover, full face), and Alphaeon for patients with existing CareCredit-style histories. If the first lender declines, the skill drafts the second-lender re-pitch with the right framing so the patient does not feel rejected twice.
Can it manage the BAA-required Touch MD photo follow-up?
+
Yes. The skill schedules the post-op photo upload prompts (day 7, 14, 30, 90, 6 months, 1 year) and gives the patient the Touch MD link. Touch MD handles the actual photo upload and storage. The skill never transmits images or any PHI to a non-BAA cloud.
What about the second-opinion shopper conversion math?
+
Plastic surgery consults shop. Industry data suggests 50-70% of patients see at least two surgeons before booking. The skill keeps the second-opinion-shopper warm with a 14, 45, 90 day cadence. A representative single-surgeon practice converts 4 to 9 second-opinion shoppers per quarter from this single workflow, a meaningful uplift on the trailing baseline.
What does the skill cost to run on top of OpenClaw?
+
Token cost depends on consult volume. A representative 2-surgeon practice running 60-90 consults per month sees expected monthly token spend in the $30-$75 range using OpenClaw's default model selection.
Can I modify this skill?
+
Yes. MIT licensed. Edit the procedure-specific cadences, the financing handoff order, the surgeon-voice templates, the post-op compliance checks. Most practices fork it within the first 30 days to match the surgeon's exact patient communication style.
Does this replace my patient coordinator?
+
No. The PC role is the single highest-leverage seat in a plastic surgery practice. The skill takes the 60-120 daily messages off the PC's plate so they spend their time on consults, financing conversations, and exception handling.
How is this different from Symplast's built-in messaging or Nextech's patient engagement module?
+
Symplast and Nextech ship templated messaging tools. The OpenClaw skill is an agent runtime: it reasons about procedure category, objection stage, financing route, and post-op compliance state. Many practices keep Symplast or Nextech messaging and add this skill on top for the higher-judgment workflows.
Can OpenClaw Consult build a customized version for my practice?
+
Yes. The free SKILL.md is the starting point. If you want it wired into your specific PMS, your specific financing waterfall, your surgeon-specific cadences, and your specific brand voice, we run a 14-day fixed-price build at adhirajhangal.com/work.
Want the full implementation playbook?
Read the deep-dive guide for plastic surgery clinics
The playbook covers workflows, software integrations, compliance, ROI math, and a four-week rollout plan. The skill file above is a working slice of that build.
Read the plastic surgery clinics playbook →Related free skills
Free OpenClaw Skill for dermatology practices
A working OpenClaw skill that owns the recall and biopsy follow-up workload for a dermatology practice. Annual skin check recall, biopsy and pathology callbacks, Mohs scheduling, iPLEDGE adherence, and prior authorization chase, all in one SKILL.md.
Free OpenClaw Skill for med spas
A working OpenClaw skill that owns the front-desk and treatment coordinator workload for a med spa. Booking, no-show recovery, treatment package balance tracking, Cherry financing handoff, and treatment series rebook for Botox, filler, laser, and body contouring.
Free OpenClaw Skill for orthodontic practices
A working OpenClaw skill that owns the treatment coordinator workload for an orthodontic practice. Consult follow-up, Phase I observation recall, retention recall after debond, and second-opinion shopper reactivation, all from one SKILL.md drop-in.
Free OpenClaw Skill for optometry clinics
A working OpenClaw skill that owns the front-desk and optical workload for an optometry clinic. Annual exam recall, contact lens reorder, VSP and EyeMed eligibility verification, dilation no-show recovery, and frame-board referral, all in one SKILL.md.
Free OpenClaw Skill for mental health practices
A working OpenClaw skill that owns the intake and no-show recovery workload for an outpatient mental health practice. Intake form chase, PHQ-9 and GAD-7 measurement-based care, no-show recovery, insurance verification, and waitlist activation.
Want it wired to your stack?
The free skill is the starting point. If you want it plugged into your actual software, on a fixed-price two-week clock, with the founder writing every line, this is the door.