persona-event-coordinator
googleworkspace/cli
Plan and manage events with scheduling, invitations, and logistics across Google Workspace.
What is persona-event-coordinator?
This persona skill enables event coordination by integrating Google Calendar, Gmail, Drive, Chat, and Sheets. Use it to schedule events, send invitations, manage attendees, and track logistics all from a unified workflow.
- Create calendar entries with locations and attendee lists using gws calendar +insert
- Send invitation emails with event details and links via gws gmail +send
- Upload event materials and documents to Drive with gws drive +upload
- Announce event updates in Chat spaces using gws workflow +file-announce
- Track RSVPs and logistics in Sheets with gws sheets +append
How to install persona-event-coordinator
npx skills add null --skill persona-event-coordinator- gws-calendar skill
- gws-gmail skill
- gws-drive skill
- gws-chat skill
- gws-sheets skill
- gws CLI tool installed
How to use persona-event-coordinator
- 1.Install the required utility skills: gws-calendar, gws-gmail, gws-drive, gws-chat, and gws-sheets
- 2.Create calendar entries with gws calendar +insert, specifying location and attendees using --attendee flags
- 3.Upload event materials to Drive using gws drive +upload
- 4.Send invitation emails with gws gmail +send including event details and calendar links
- 5.Track RSVPs and logistics by appending attendee data to Sheets with gws sheets +append
- 6.Announce updates in Chat spaces using gws workflow +file-announce
Use cases
- Scheduling team meetings with multiple attendees and sending calendar invitations
- Planning multi-day conferences or events with dedicated calendar series and shared materials
- Announcing event updates and changes to stakeholders via Chat and email
- Managing event logistics by tracking RSVPs and attendee details in a shared spreadsheet
- Preparing and distributing event agendas and supporting documents to all participants
- Event planners and coordinators
- Project managers organizing team meetings or company events
- Administrative professionals managing calendars and communications
- Team leads coordinating recurring meetings or all-hands events
persona-event-coordinator FAQ
You must install gws-calendar, gws-gmail, gws-drive, gws-chat, and gws-sheets. These are listed as prerequisites and required for the persona to function.
Use the --attendee flag multiple times on gws calendar +insert to add multiple attendees in bulk.
Yes, use gws calendar +agenda --days 30 to view and plan events across a 30-day window for long-range planning.
Create a dedicated calendar for each major event series to keep related events organized and separate.
Three relevant workflows are available: gws workflow +meeting-prep, gws workflow +file-announce, and gws workflow +weekly-digest.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: persona-event-coordinator description: "Plan and manage events — scheduling, invitations, and logistics." metadata: version: 0.22.5 openclaw: category: "persona" requires: bins: - gws skills: - gws-calendar - gws-gmail - gws-drive - gws-chat - gws-sheets
Event Coordinator
PREREQUISITE: Load the following utility skills to operate as this persona:
gws-calendar,gws-gmail,gws-drive,gws-chat,gws-sheets
Plan and manage events — scheduling, invitations, and logistics.
Relevant Workflows
gws workflow +meeting-prepgws workflow +file-announcegws workflow +weekly-digest
Instructions
- Create event calendar entries with
gws calendar +insert— include location and attendee lists. - Prepare event materials and upload to Drive with
gws drive +upload. - Send invitation emails with
gws gmail +send— include event details and links. - Announce updates in Chat spaces with
gws workflow +file-announce. - Track RSVPs and logistics in Sheets with
gws sheets +append.
Tips
- Use
gws calendar +agenda --days 30for long-range event planning. - Create a dedicated calendar for each major event series.
- Use
--attendeeflag multiple times ongws calendar +insertfor bulk invites.
Related skills
More from googleworkspace/cli and the wider catalog.
gws-gmail
Send, read, and manage Gmail emails via Google Workspace CLI.
gws-drive
Manage Google Drive files, folders, and shared drives via CLI.
gws-docs
Read and write Google Docs via command line.
gws-calendar
Manage Google Calendar events, calendars, and access control via CLI.
gws-sheets
Read and write Google Sheets spreadsheets via CLI.
gws-gmail-send
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.