03_task1

Automates meeting scheduling by integrating Gmail and Calendar APIs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SLEEPYBQ/adaptive-rehearsal --skill 03-task1-sleepybq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 03_task1
Source: https://github.com/SLEEPYBQ/adaptive-rehearsal/tree/main/WildClawBench/skills/03_task1
Command: npx skills add https://github.com/SLEEPYBQ/adaptive-rehearsal --skill 03-task1-sleepybq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the process of coordinating meetings by managing emails and calendar events, reducing manual effort and errors.

Core Features & Use Cases

  • Email Management: Fetches briefing emails, sends scheduling requests, and collects responses.
  • Calendar Coordination: Checks attendee availability, proposes suitable times, and creates calendar events.
  • Use Case: Suppose you need to schedule a team meeting; this Skill reads the organizer's request, finds an available slot, confirms participant availability, and creates the event automatically.

Quick Start

Use the scheduling skill to organize a meeting by providing the organizer's email and preferred time window.

Frequently Asked Questions about 03_task1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate meeting scheduling using Gmail and Calendar APIs?

Automate meeting scheduling by using a Skill that integrates Gmail and Calendar APIs to fetch briefing emails, check participant availability, propose suitable times, and create events automatically.

How does automated email management work for coordinating team meetings?

Automated email management works by fetching organizer requests via Gmail, sending scheduling proposals to participants, collecting responses, and updating calendar events without manual intervention.

Do I need local HTTP endpoints to access Gmail and Calendar APIs for scheduling automation?

Yes, you need local HTTP endpoints to access Gmail and Calendar APIs, enabling the Skill to read emails, verify attendee availability, and create calendar events for remote team coordination.

Can I use this scheduling automation for remote team coordination?

Yes, this scheduling automation is specifically designed for remote team coordination, handling email responses and calendar updates to streamline appointment setting across distributed participants.

What is the best way to check participant availability before creating a calendar event?

The best way to check participant availability is using a Skill that queries Calendar APIs to find open slots, sends scheduling requests via Gmail, and creates events once confirmed.

Why does my automated scheduling fail to collect email responses from meeting participants?

Automated scheduling may fail to collect responses if local HTTP endpoints lack proper Gmail API access, preventing the Skill from fetching emails, verifying availability, and updating calendar events.