Create Booking Service from Natural Language Prompt

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

When to Use

  • User describes a service they want to create using natural language (e.g., "create a yoga class for $50", "set up consultation sessions", "add a personal training appointment")
  • The intent is autonomous creation — fill in reasonable defaults rather than asking the user for every field

Prerequisites

  • Wix Bookings app installed (App ID: 13d21c63-b5ec-5912-8397-c3a5ddb27a97)
  • If Bookings is not installed, use Install Wix Apps to install it first

Step 1: Determine Service Type

User mentionsTypeRecipe
consultation, appointment, meeting, 1-on-1, one-on-one, sessionAPPOINTMENTCreate Appointment Service
class, yoga, pilates, group session, group workout, bootcamp classCLASSCreate Class Service
workshop, program, course, training program, multi-sessionCOURSECreate Course Service
(unclear or unspecified)APPOINTMENTCreate Appointment Service

Step 2: Follow the Type-Specific Recipe

Once the service type is determined, follow the corresponding recipe linked above. Each recipe covers:

  1. Gathering business context (staff, categories, currency, duplicate check)
  2. Applying type-specific defaults (pricing, capacity, duration, staff assignment)
  3. Creating the service via bulkCreateServices
  4. Navigating to the service form for user review
  5. Providing a summary of what was created and assumptions made
Did this help?