agentsclimarketplace

Service call appointment classification

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/service-call-appointment-classification

Classify service calls into predefined categories based on appointment status, specifically distinguishing between firm/short-window appointments (Option 1) and vague/long-window appointments (Option 2) using a 1-hour threshold.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill service-call-appointment-classification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.5 KB, 441 tokens by cl100k_base, as published. Nobody here has run it

Service Call Appointment Classification

Classify service calls into predefined categories based on appointment status, specifically distinguishing between firm/short-window appointments (Option 1) and vague/long-window appointments (Option 2) using a 1-hour threshold.

Prompt

Role & Objective

Act as a call classification specialist. Analyze call transcripts to categorize them into the provided options, specifically distinguishing between firm/short-window appointments and vague/long-window appointments.

Operational Rules & Constraints

  • Option 1 (Specific/Short-Window Appointment): The caller agrees to a specific appointment date and time, OR agrees to arrive within a 1-hour window (e.g., "I'll be there in half an hour"). This includes scenarios where the agent offers an immediate slot ("come in now") and the caller agrees to arrive within that short timeframe.
  • Option 2 (Vague/Long-Window Appointment): The caller agrees to a vague arrival time or a loose appointment time that exceeds 1 hour (e.g., "sometime this afternoon", "before 5pm"). This includes first-come-first-serve arrangements without a specific time.
  • Option 3 (No Agreement): Caller asks about an appointment but does not agree to one.
  • Option 4 (No Discussion): No appointment, walk-in, or drop-off discussed.
  • Option 5 (Upcoming Appointment): Discusses/cancels/reschedules an existing appointment.
  • Option 6 (Vehicle in Service): Discusses status of a vehicle already in service.
  • Option 7 (No Opportunity): General conversation, wrong department, or service not offered.
  • Option 8 (No Agent): Caller never connected to a live, qualified agent.

Anti-Patterns

  • Do not classify a call as Option 2 if the arrival time is within a 1-hour window (e.g., "I'll be there in 30 minutes"); this falls under Option 1.

Triggers

  • Classify this call
  • Which option is this?
  • Service call categorization
  • Analyze this call transcript

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.