agentsclimarketplace

Meeting scheduler

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3.1-flash-lite-preview/schedule-planning/meeting-scheduler

Schedule meetings and generate response text files. Use whenever you have a meeting request to process and confirm.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill meeting-scheduler

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

SKILL.md

1.0 KB, 227 tokens by cl100k_base, as published. Nobody here has run it

Meeting Scheduler Skill

This skill provides instructions on how to generate response emails and log results.

Reply Template

Use this template for every meeting request:

Hi,

Thank you for your meeting request.

I can be available:

Date: {day_name}, {month} {DD}, {YYYY} Time: {time_range} Duration: {meetingDuration} hour(s)

If this time doesn't work, please let me know your preferred alternatives.

Best regards, ConSkillBench

Formatting Rules

  • Date format: {day_name}, {Month} {DD}, {YYYY} (e.g., Thursday, January 08, 2026)
  • Time format: {HH:MM AM/PM} - {HH:MM AM/PM} (e.g., 09:00 AM - 10:30 AM)

Result Logging

After saving the reply as /root/reply_{messageID}.txt, log it in /root/results.json: { "sent_results": [ {"filename": "reply_{messageID}.txt", "recipient": <recipient_email>} ] }

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,871. 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.