@arkone_ai/schedule-meeting
v1.0.0
Published
Claude Code skill: draft a meeting invite and optionally book it via cal.com, Google Calendar, or Outlook
Maintainers
Readme
@arkone_ai/schedule-meeting
A Claude Code skill that drafts a professional meeting invite with agenda, proposes time slots in the prospect's timezone, and optionally books via cal.com, Google Calendar, or Outlook.
Install
npm install -g @arkone_ai/schedule-meetingOr via Vercel Skills CLI:
npx skills add arkone-ai/skills --skill schedule-meetingUsage
In any Claude Code session:
/schedule-meetingWhat it does
- Generates a meeting invite with a formatted subject line (
YourCo <> TheirCo — Meeting Type), purpose-specific agenda, and proposed time slots converted to the prospect's timezone - Optionally books the meeting via cal.com, Google Calendar, or Outlook API; generates a confirmation email to send to the prospect
- Saves to
./meeting-request-{prospect-slug}-{date}.mdwith subject, agenda, time slots, and email draft
License
MIT
