Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计未展示

ghl-calendar-%26-schedulingghl 日历 %26 日程安排

Agent Skill

ghl-calendar-%26-scheduling 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

19,947

周安装

527

GitHub Stars

5

下载量

3,239
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ghl-calendar-%26-scheduling(ghl 日历 %26 日程安排)
来源仓库:https://github.com/justin322322/ghl-skills
仓库路径:skills/ghl-calendar-%26-scheduling
安装命令:
npx skills add https://github.com/justin322322/ghl-skills --skill 'GHL Calendar & Scheduling'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/justin322322/ghl-skills --skill 'GHL Calendar & Scheduling'

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 安装命令:npx skills add https://github.com/justin322322/ghl-skills --skill 'GHL Calendar & Scheduling
  • 建议确认权限范围、维护状态及是否会触发联网、命令执行或文件读写。
  • 可结合原始 README 继续核验具体用法。

SKILL.md

GHL Calendar & Scheduling

Overview

GoHighLevel's calendar system handles appointment booking, team scheduling, and automated reminders. It integrates directly with the CRM, workflows, and AI agents for end-to-end appointment management.


Calendar Types

TypeDescriptionBest For
Simple CalendarSingle user, single serviceSolo practitioners, 1-on-1 consultations
Round RobinAuto-distributes bookings among team membersSales teams, support teams
Class BookingMultiple attendees per time slotGroup sessions, webinars, classes
Collective CalendarFinds time when all selected team members are freeMulti-person meetings, panel interviews
Service CalendarOffers multiple services with different durationsMulti-service businesses (salons, clinics)

Calendar Setup

Step-by-Step

  1. Create Calendar: Settings → Calendars → Create Calendar
  2. Select Type: Choose from Simple, Round Robin, Class, Collective, or Service
  3. Configure Details:

- Calendar name - Description - Duration options (15, 30, 45, 60 min) - Buffer time between appointments - Minimum scheduling notice

  1. Set Availability:

- Define available days and hours - Set timezone handling - Add blocked dates (holidays, vacations) - Configure recurring availability patterns

  1. Customize Booking Form:

- Required fields (name, email, phone) - Custom questions - Terms & conditions checkbox - File upload options

  1. Connect Integrations:

- Google Calendar sync (2-way) - Outlook Calendar sync - Zoom/Google Meet auto-link generation

Availability Configuration

Monday:    9:00 AM – 5:00 PM
Tuesday:   9:00 AM – 5:00 PM
Wednesday: 9:00 AM – 12:00 PM (half day)
Thursday:  9:00 AM – 5:00 PM
Friday:    9:00 AM – 3:00 PM
Saturday:  Unavailable
Sunday:    Unavailable

Buffer: 15 min between appointments
Min Notice: 2 hours
Max Booking Window: 30 days ahead

Round Robin Configuration

Setup

  1. Add team members to the calendar
  2. Select distribution method:

- Equal Distribution: Evenly distributes across all available members - Priority Based: Assigns based on member priority/weight - Availability Based: Assigns to next available member

  1. Configure per-member availability (individual overrides)
  2. Set reassignment rules for cancellations

Best Practices

  1. Keep teams balanced — Distribute evenly to prevent burnout
  2. Set individual availability — Each team member manages their own schedule
  3. Configure fallbacks — What happens if all members are booked?
  4. Track per-member metrics — Monitor show rates by team member

Booking Widget

Embedding Options

MethodUse Case
Direct LinkShare via email, SMS, social media
Embedded iframeAdd to your website or funnel page
GHL Funnel ElementDrag-and-drop calendar into a funnel page
Chat/AI BookingAI books appointments during conversations

Widget Customization

  • Brand colors and styling
  • Custom header text
  • Available slot display format
  • Timezone auto-detection
  • Confirmation page redirect

Embed Code Example

<iframe
  src="https://api.leadconnectorhq.com/widget/booking/{calendarId}"
  style="width:100%; border:none; overflow:hidden;"
  scrolling="no"
  id="booking-widget"
></iframe>

Appointment Status Workflow

Booked → Confirmed → Showed / No-Show → Completed / Rescheduled / Cancelled

Status-Based Automations

Status ChangeTriggered Action
BookedSend confirmation email/SMS, create opportunity
ConfirmedSend prep materials, internal notification
24hr BeforeSend reminder SMS with meeting details
1hr BeforeSend final reminder with Zoom/location link
No-ShowSend reschedule link, internal alert
CompletedSend follow-up email, review request, move pipeline stage
CancelledSend re-engagement message, update pipeline

Reminder Sequences

Recommended Reminder Schedule

TimingChannelMessage Example
ImmediatelyEmailConfirmation with all details (date, time, location/link)
24 hours beforeSMS"Reminder: Your appointment is tomorrow at {{appointment.time}}"
1 hour beforeSMS"See you in 1 hour! Join here: {{appointment.meeting_link}}"
Post-appointmentEmailThank you + next steps + review request

No-Show Recovery

Trigger: Appointment Status → No-Show
→ Wait 15 min
→ Send SMS: "We missed you! Would you like to reschedule? {{booking_link}}"
→ Wait 24 hours
→ If/Else: Rebooked?
   → Yes: End
   → No: Send Email with reschedule link + incentive
→ Wait 3 days
→ Final SMS: Last chance to reschedule

Calendar Best Practices

  1. Always confirm appointments — Send immediate confirmation via SMS and email
  2. Use buffer time — 10-15 min between appointments prevents overlap stress
  3. Set minimum notice — At least 2 hours prevents last-minute chaos
  4. Sync external calendars — 2-way sync with Google/Outlook prevents double-booking
  5. Limit booking window — 30-60 days ahead; too far out increases no-shows
  6. Add meeting links automatically — Auto-generate Zoom/Google Meet links
  7. Track no-show rates — Monitor and implement no-show recovery workflows
  8. Require phone number — Enables SMS reminders, dramatically reduces no-shows
  9. Customize confirmation pages — Redirect to a page with prep instructions

Integration with AI

GHL's AI agents can book appointments during conversations:

  1. Enable appointment booking in Voice AI or Conversation AI settings
  2. Select the target calendar
  3. AI suggests available slots to the lead
  4. Lead confirms, and the appointment is automatically created
  5. Standard confirmation + reminder workflows trigger

Key Resources

  • Calendar Setup: Settings → Calendars in sub-account
  • Google Calendar Sync: Settings → Integrations → Google
  • Help Docs: GoHighLevel Calendar Guide

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.17%
按下载量换算1,204

Claude

29.09%
按下载量换算942

Cursor

19.98%
按下载量换算647

Gemini CLI

10.5%
按下载量换算340

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills