Free OpenClaw skill · No signup · v1.0.0

Free OpenClaw Skill for Juice Bars: Cleanse and Wellness Agent (Download)

A working OpenClaw skill for juice bars, smoothie shops, and cold-press operations. Owns the 1/3/5-day cleanse subscription cadence, the HPP cold-press production schedule, the corporate wellness account book, and the açaí bowl daily ops, all from one SKILL.md drop-in.

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 juice bars and smoothie shops

12 KB file. Free for any use. Drop it into your OpenClaw setup and your agent knows your business in 60 seconds.

v1.0.0

We email you a copy plus the install notes. One email, no list, no spam.

What this skill does for your juice bars and smoothie shops

  • Runs the 1, 3, 5-day cleanse subscription cadence with pickup-day reminders, post-cleanse upsell to membership, and at-risk renewal save-flows.
  • Schedules the HPP (high-pressure processing) cold-press production runs against the cleanse order book, the retail wholesale book, and the shelf-life window per SKU.
  • Manages the corporate wellness account book (office juice delivery, on-site cleanse weeks, lunch-and-learn placements) with quarterly check-ins.
  • Forecasts daily açaí bowl, smoothie, and shot demand against weather and foot traffic, with prep portion counts and topping bar setup.
  • Drafts the seasonal-menu launch communications keyed to limited-batch produce sourcing windows (peak watermelon July, peak pumpkin October).

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: juice-bar-cleanse-and-wellness
description: Cleanse subscription cadence (1/3/5-day), HPP cold-press production scheduling, corporate wellness account management, and açaí bowl daily ops for juice bars and smoothie shops. Integrates with Square, Toast, Mindbody, Recharge, and HPP tolling processors.
version: 1.0.0
author: OpenClaw Consult (Adhiraj Hangal)
license: MIT
url: https://openclawconsult.com/skills/juice-bars
---

# OpenClaw Skill: Juice Bar Cleanse and Wellness Coordinator

## Overview

This skill turns the OpenClaw agent into the cleanse and wellness operator
for a juice bar or cold-press brand. It owns the 1/3/5-day cleanse
subscription cadence, the HPP (high-pressure processing) production
schedule, the corporate wellness account book, and the daily açaí bowl
forecast. The juicer still juices. The blender operator still builds
bowls. The agent absorbs the spreadsheet and the cadence work.

Designed for single-location juice bars and multi-unit cold-press brands
running 1 to 5 retail locations with optional cleanse subscriptions and a
corporate wellness book.

## What this skill does

1. Runs the 1, 3, 5-day cleanse subscription cadence with pickup reminders and post-cleanse upsell
2. Schedules HPP production runs against the cleanse order book and shelf-life window
3. Manages the corporate wellness account book with quarterly check-ins
4. Forecasts daily açaí bowl, smoothie, and shot demand against weather
5. Drafts the seasonal-menu launch communications keyed to peak produce windows
6. Tracks cleanse-to-subscription conversion and corporate account renewal

## Triggers

```yaml
triggers:
  - type: heartbeat
    schedule: "0 6 * * *"            # Daily 6am, daily prep forecast
    action: daily_prep_forecast

  - type: heartbeat
    schedule: "0 10 * * 1"           # Mondays 10am, cleanse pickup roster
    action: weekly_cleanse_roster

  - type: heartbeat
    schedule: "0 14 * * 4"           # Thursdays 2pm, HPP production scheduling
    action: hpp_run_schedule_draft

  - type: heartbeat
    schedule: "0 9 1 */3 *"          # 1st of every 3rd month, corporate quarterly check-in
    action: corporate_quarterly_outreach

  - type: on_event
    event: pos.cleanse_purchased
    action: enter_cleanse_cadence

  - type: on_event
    event: pos.cleanse_pickup_completed
    action: enter_post_cleanse_cadence

  - type: on_event
    event: hpp.run_completed
    action: log_shelf_life_window
```

## Workflow: cleanse subscription cadence

When a 1/3/5-day cleanse is purchased, the agent enters the customer into:

- Pickup day -1 (day before pickup): pickup time confirmation
- Pickup day morning: pickup window reminder with prep instructions (chill, drink order)
- Mid-cleanse day 2 of 3 or day 3 of 5: encouragement message with "what to expect today"
- Post-cleanse day 1: warm congratulations + next-cleanse offer + membership offer
- Post-cleanse day 7: testimonial / referral ask
- Post-cleanse day 21: re-engagement nudge with seasonal cleanse option
- Post-cleanse day 60: dormant flag if no repurchase

Cleanse-to-subscription conversion typically lands in the 18 to 28% range
with this cadence in operations we have scoped.

## Workflow: HPP production scheduling

Each Thursday at 2pm the agent:

1. Reads the next 14 days of cleanse pickup commitments
2. Reads the wholesale (retail account) standing orders
3. Reads the retail counter forecast
4. Aggregates total bottle counts by SKU
5. Maps to available HPP slot bookings (typically at a tolling facility)
6. Computes the run plan with shelf-life math (most HPP'd cold-press has 30 to 60 day shelf life under refrigeration; the operator-set shelf life is in the config)
7. Flags any run that would push a SKU past its safe pickup window
8. Routes to the production manager for approval

## Workflow: corporate wellness book

Every quarter (configurable cadence) the agent:

1. Reviews each corporate account's previous-quarter order volume
2. Identifies accounts trending down vs the trailing 4-quarter average
3. Drafts a quarterly check-in to the account contact with:
   - Recent volume summary
   - New seasonal SKUs they should taste
   - On-site cleanse week proposal if seasonally appropriate
   - Lunch-and-learn placement offer

The corporate book typically represents 12 to 30% of revenue for an
established juice brand. The skill keeps the renewal conversations on
the calendar instead of letting them slide to the second week of January.

## Workflow: daily açaí bowl forecast

Each morning at 6am the agent:

1. Reads yesterday's actuals
2. Reads forecast weather (NOAA / OpenWeather) for today
3. Reads day-of-week and seasonal patterns
4. Drafts the prep forecast for açaí bowls, smoothies, and shots
5. Lists the toppings bar setup with portion counts
6. Routes to the morning shift lead

## Workflow: seasonal menu launches

The skill maintains a peak-produce calendar:

- January-March: citrus peak (blood orange, grapefruit)
- April-May: greens peak (kale, dandelion)
- June-July: berry peak (strawberry, blueberry)
- July-August: watermelon peak, stone fruit peak
- September-October: pumpkin, butternut, fig
- November-December: pomegranate, persimmon

When a peak window opens, the agent drafts the seasonal menu launch
communications: social posts, email push, in-store signage suggestions,
corporate-account taste-test invitation.

## Message templates

```yaml
templates:
  cleanse_pickup_day_morning:
    channel: sms
    body: |
      Morning {customer_first_name}, it's {brand_name}. Your {cleanse_type}
      is ready for pickup today between {pickup_window_start} and
      {pickup_window_end}. Drink order: {drink_order_short}. Reach back if
      you need anything!

  post_cleanse_day_1:
    channel: email
    subject: "How was your {cleanse_type} cleanse?"
    body: |
      Hi {customer_first_name},

      Congrats on completing your {cleanse_type} cleanse. Quick three-part
      ask:

      1. How are you feeling? Hit reply with one line.
      2. Want to book the next one while it's fresh? {next_cleanse_link}
      3. The {monthly_subscription_name} gets you {subscription_benefit}
         for {subscription_price}. Math vs three cleanses a quarter:
         {subscription_math}.

      Either way, thank you for trusting us with your reset.

      {brand_name}

  corporate_quarterly_check_in:
    channel: email
    subject: "{brand_name} quarterly update for {account_name}"
    body: |
      Hi {account_contact_first_name},

      Quick quarterly check-in for {account_name}:

      Last quarter volume: {previous_quarter_volume}
      Trailing 4-quarter average: {trailing_4q_average}
      Trend: {trend_summary}

      Three things I want to put in front of you:

      1. New seasonal SKUs you should taste: {new_skus}
      2. {season} cleanse week proposal: a 3-day cleanse for the team
         around {target_cleanse_week_date}, with on-site delivery.
      3. Lunch-and-learn: 30 minutes from our nutrition lead on
         {lunch_learn_topic}, dates flexible.

      Reach back any time on these or anything else.

      {brand_name} corporate team

  hpp_run_schedule:
    channel: slack
    body: |
      THIS WEEK HPP RUNS
      Tuesday slot: {tuesday_run_bottle_count} bottles
      Friday slot: {friday_run_bottle_count} bottles
      Per-SKU breakdown: {sku_breakdown}
      Shelf-life check: {shelf_life_warnings}
      Pickup window coverage: {pickup_coverage_status}

  daily_acai_prep:
    channel: slack
    body: |
      ACAI PREP FOR TODAY
      Forecast bowls: {forecast_bowl_count}
      Forecast smoothies: {forecast_smoothie_count}
      Forecast shots: {forecast_shot_count}
      Toppings bar setup: {toppings_list}
      Weather: {weather_summary}
      Comparable day reference: {comparable_day}

  seasonal_menu_launch_social:
    channel: instagram_draft
    body: |
      NEW THIS WEEK: {seasonal_juice_name}

      {seasonal_description}

      In rotation while {peak_produce_in_season} is at peak. Add it to
      your next cleanse or grab it at the counter.

      {seasonal_hashtags}
```

## Memory keys

```yaml
memory:
  - key: customer.cleanse_state[{customer_id}]
    description: Current cleanse cadence stage and history
    values: [pre_pickup, mid_cleanse, post_cleanse_d1, post_cleanse_d7, post_cleanse_d21, dormant, subscribed]

  - key: customer.subscription_state[{customer_id}]
    description: Active monthly juice subscription state
    schema: { active: bool, plan: string, last_delivery: date, next_delivery: date }

  - key: production.hpp_runs[{run_id}]
    description: HPP run with SKU mix, shelf-life window, pickup coverage
    schema: { run_date: date, sku_mix: object, shelf_life_end: date }

  - key: corporate.accounts[{account_id}]
    description: Corporate wellness account with volume trend and last contact
    schema: { contact: string, volume_trend: object, last_check_in: date, next_check_in: date }

  - key: ops.daily_forecast[{date}]
    description: Daily bowl, smoothie, shot forecast vs actuals
    schema: { forecast: object, actuals: object, variance: object }
```

## Required integrations

| Integration              | Purpose                                          | Read | Write |
|--------------------------|--------------------------------------------------|------|-------|
| Square / Toast / Lightspeed / Clover | Daily transactions and inventory       | yes  | optional |
| Mindbody                 | If juice is bundled with a wellness studio       | yes  | optional |
| Recharge / Stripe Billing | Cleanse subscription state                       | yes  | optional |
| HPP processor portal     | Run slot booking (where available)               | yes  | no    |
| NOAA / OpenWeather       | Daily weather forecast                           | yes  | no    |
| Twilio                   | Outbound SMS for cleanse pickup                  | no   | yes   |
| Email provider           | Cleanse cadence and corporate outreach           | no   | yes   |
| Slack                    | Operator alerts and shift-manager standup        | no   | yes   |
| OpenClaw Memory          | Customer cleanse state, corporate accounts       | yes  | yes   |
| OpenClaw Heartbeat       | Daily and weekly cadences                        | yes  | yes   |

Write-back to Recharge for subscription edits is optional. Most operations
start read-only.

## Compliance notes

The skill respects opt-in status from Twilio and the email provider. It
will not send marketing SMS or email to a customer not opted in.

For operations that sell HPP'd juice as having specific health claims, the
skill flags any claim language that would trigger FDA structure-function
or health-claim review. The operator is responsible for the final claim
language call.

## Configuration

```yaml
config:
  brand_name: "Your Brand"
  location_count: 1
  cleanse_types:
    - id: 1_day
      bottle_count: 6
    - id: 3_day
      bottle_count: 18
    - id: 5_day
      bottle_count: 30
  hpp_processor: "Universal Pure"     # or "Avure", "JBT", "Onsite"
  hpp_shelf_life_days: 45              # operator-set, varies by SKU and processor
  subscription_platform: recharge      # or "stripe_billing", "native"
  pos: square                          # or "toast", "lightspeed", "clover"
  corporate_quarterly_cadence_months: 3
  approval_mode: operator_approves_all # or "autonomous_after_2_weeks"
  autonomous_template_allowlist:
    - cleanse_pickup_day_morning
    - daily_acai_prep
    - hpp_run_schedule
  acai_forecast_weather_source: noaa
  seasonal_peak_calendar:
    citrus: [1, 2, 3]
    berry: [6, 7]
    pumpkin: [9, 10]
```

## Quick install

```bash
mkdir -p ~/.claude/skills
mv juice-bars.md ~/.claude/skills/juice-bar-cleanse-and-wellness.md
# Edit the config block to match your operation
```

Launch OpenClaw and the skill is live. Trigger it manually with
`run cleanse roster` or `draft HPP schedule` or wait for Heartbeat to
fire on the configured cadence.

## Want it wired to your stack?

This SKILL.md is the starting point. If you want it plugged into your
specific POS, cleanse tool, HPP processor, and corporate book on a
fixed-price two-week clock, the door is at
https://www.adhirajhangal.com/work

Install in 60 seconds

  1. 1

    Drop the file into your OpenClaw skills directory

    Save the downloaded juice-bars.md as ~/.claude/skills/juice-bar-cleanse-and-wellness.md (or your project-level .claude/skills/). OpenClaw picks up new skill files on next agent launch.

  2. 2

    Connect your POS and the cleanse subscription tool

    Edit the integrations block to point at your Square or Toast POS, your cleanse subscription tool (often Recharge for Shopify-fronted shops, or a custom Stripe Billing setup), and your HPP processor's order portal if your cold-press goes out for tolling. Read access is enough to start.

  3. 3

    Launch in approval mode and flip the routine workflows to autonomous in two weeks

    Start with the operator approving every cleanse cadence message, corporate wellness outreach, and HPP production schedule for the first two weeks. The skill's defaults route any cleanse refund or corporate-account price exception to a human. After two weeks, flip the standard cleanse cadence and daily prep forecasts to autonomous.

Example conversation

You

Pull this week's cleanse pickup roster and tell me what to tell the cold-press team to make tomorrow.

Agent

Cleanse pickup roster compiled. This week: 47 cleanses booked. Pickup days: Monday 14, Wednesday 19, Friday 14. Tomorrow's production for Wednesday 19-cleanse pickup: 1-day cleanses 6 (6 sets of 6 bottles = 36 bottles), 3-day cleanses 8 (144 bottles), 5-day cleanses 5 (150 bottles). Total: 330 bottles tomorrow. By SKU: green juice 92, citrus immunity 56, beet 48, charcoal lemonade 44, almond mylk 38, ginger shot 52. HPP slot booked Tuesday 6pm at the processor; 4-day shelf life from HPP run means Wednesday pickup is clean, Friday pickup tight. Drafted nudge to the 3-day-cleanse subscribers picking up Friday to confirm pickup window. Açaí bowl forecast for tomorrow: 32 bowls based on 88F forecast and weekday afternoon foot traffic, prep 2 acai blocks, 4 banana cases, 2 strawberry flats.

Founder-led · 14 days

Want this cleanse and wellness coordinator live in your juice bar in 14 days?

Adhiraj ships OpenClaw AI agents into real businesses. Short discovery to map it to Square, Recharge, and your HPP processor, build in 14 days, then optional ongoing support so your OpenClaw system keeps working.

Build it with me

Common questions

Will this work for a single juice bar or a multi-unit cold-press brand?

+

Both. The skill is designed for single-location juice bars and small multi-unit cold-press brands running 1 to 5 retail locations plus optional wholesale. Above 5 locations the corporate wellness book typically needs an account executive and the skill is a starting point that needs customization.

How does the HPP scheduling actually work?

+

Most craft cold-press brands process their juice at a tolling HPP facility (Universal Pure, Avure, JBT, regional tolling). The skill tracks your HPP slot bookings against the cleanse order book and the wholesale book, computes the per-SKU bottle count for each run, and flags any run that would land too close to the next pickup window for the cold-chain shelf-life. Operators running on-site HPP (less common at the craft scale) configure their own equipment.

How does the cleanse subscription cadence handle the post-cleanse upsell?

+

After a customer completes a 3 or 5-day cleanse, the skill enters them into a 3, 7, 21-day post-cleanse cadence with the next cleanse offer, a membership offer (typically the brand's monthly juice subscription), and a corporate-cleanse referral ask. Conversion to subscription from a successful cleanse in operations we have scoped sits in the 18 to 28% range with this cadence.

Does it handle corporate wellness accounts?

+

Yes. The skill maintains a corporate account book with quarterly check-ins, on-site cleanse week scheduling, and lunch-and-learn placement coordination. The corporate book typically represents 12 to 30% of revenue for an established juice brand and is the most under-managed channel in most operations.

Which POS systems does it integrate with?

+

Square, Toast, Lightspeed, and Clover at the counter. Mindbody for shops that bundle juice with a yoga or wellness studio (more common than people expect). Recharge for Shopify-fronted operations selling cleanses online.

Does it handle açaí bowl operations specifically?

+

Yes. Açaí bowls have their own daily demand curve, prep portion counts, and topping bar restocking cadence. The skill includes a daily açaí prep forecast that factors weather, weekend vs weekday, and the most recent comparable day.

Can I modify this skill?

+

Yes. MIT licensed. Edit the cleanse cadence, the HPP scheduling rules, the corporate wellness templates, the seasonal menu launches. Most juice bars fork it within the first month to match their voice.

What does this cost to run on top of OpenClaw?

+

Token cost scales with cleanse and subscription count. A representative single-location juice bar selling 40 to 100 cleanses per week sees monthly token spend in the $20 to $50 range. A multi-unit operation with a strong corporate book sees $50 to $120.

How does this compare to Square or Toast's built-in subscription features?

+

Square's subscription tools and Toast's loyalty are excellent for the single-channel automation each was built for. The OpenClaw skill reasons across cleanse subscriptions, HPP production, corporate accounts, and daily açaí ops at the same time. Most juice bars keep their POS tools and add this skill on top for the higher-judgment workflows.

Can OpenClaw Consult build a customized version for my juice bar?

+

Yes. The free SKILL.md is the starting point. If you want it wired into your specific POS, cleanse tool, HPP processor, and corporate book on a fixed-price two-week clock, the door is at openclawconsult.com/hire.

Want the full implementation playbook?

Read the deep-dive guide for juice bars and smoothie shops

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 juice bars and smoothie shops playbook →

Related free skills

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.