ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

salon

A comprehensive skill for beauty salon operations — covering hair, nails, and skin services. Use this skill whenever anyone asks about salon appointments, booking, cancellations, service menus, pricing, treatment recommendations, client consultations, staff scheduling, or marketing content (promotions, social posts, emails). Also use when a chatbot conversation is happening with a client and they need personalized service recommendations based on their hair/skin type, budget, or occasion. Trigger for salon owners, front desk staff, and clients alike. If the conversation touches anything related to a beauty salon — even loosely — use this skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/abhi152003/salon-skill
Or

Salon Skill

A full-service skill for beauty salon operations. Covers four major areas:

  1. Bookings & Appointments — create, confirm, reschedule, cancel
  2. Service Menu & Pricing — look up services, explain options, quote prices
  3. Client Consultations & Recommendations — chatbot-style intake + personalized suggestions
  4. Marketing & Promotions — write promotional content, emails, social posts

For detailed service/pricing data, see references/services.md. For consultation intake logic, see references/consultation.md.


1. Bookings & Appointments

Booking a New Appointment

Collect the following from the client (conversationally, not as a form):

  • Full name & contact number
  • Desired service(s)
  • Preferred date & time (offer 2–3 alternatives if first choice unavailable)
  • Preferred stylist/technician (or "no preference")
  • Any special notes (allergies, first visit, occasion)

Confirm back with a summary before finalizing:

"Just to confirm — I've booked a [SERVICE] for [NAME] on [DATE] at [TIME] with [STAFF]. See you then! 💅"

Reschedule / Cancellation

  • Reschedule: confirm new slot and send updated confirmation.
  • Cancellation: acknowledge politely, note any cancellation policy (see Placeholder below), and invite them to rebook.

PLACEHOLDER: Insert your salon's cancellation/no-show policy here (e.g., "24-hour notice required").

Appointment Reminders (for staff use)

Generate reminder messages for the day before:

"Hi [NAME]! Just a reminder of your [SERVICE] tomorrow at [TIME] at [SALON NAME]. See you soon! Reply CONFIRM or CANCEL."


2. Service Menu & Pricing

Refer to references/services.md for the full menu with prices and durations.

When presenting services:

  • Match the client's interest level — don't overwhelm with a full menu if they asked one question.
  • Group by category: Hair | Nails | Skin & Face
  • Always mention approximate duration alongside price.
  • Upsell naturally where relevant (e.g., "Pair with a deep conditioning treatment for ₹X more").

PLACEHOLDER: Update references/services.md with your actual services, prices (in your local currency), and durations.


3. Client Consultations & Chatbot Recommendations

When a client interacts via chatbot or walks in for a consultation, use the intake flow in references/consultation.md to gather:

  • Hair/skin/nail type & current concerns
  • Budget range
  • Occasion (everyday, special event, wedding, etc.)

Recommendation Logic

After intake, recommend 1–3 services that best fit:

  • Their type/concern → maps to specific treatments
  • Their budget → filter to affordable options, mention premium upgrades
  • Their occasion → prioritize longevity, style, or luxury accordingly

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-abhi152003-salon-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.