persona-exec-assistant
googleworkspace/cli
Manage executive schedules, inbox, and communications via Google Workspace.
What is persona-exec-assistant?
A persona skill that enables AI agents to act as an executive assistant, handling calendar management, email triage, meeting preparation, and communications. Use this when you need to automate scheduling, prioritize inbox items, and coordinate executive workflows.
- Manage executive schedules and check for calendar conflicts before booking meetings
- Triage and prioritize inbox emails, focusing on messages from direct reports and leadership
- Prepare meeting agendas by retrieving attendees, descriptions, and linked documents
- Draft and send professional email replies on behalf of the executive
- Generate daily standup reports and weekly digests of tasks and priorities
- Coordinate communications across Gmail, Calendar, Drive, and Chat
How to install persona-exec-assistant
npx skills add null --skill persona-exec-assistant- gws-gmail skill installed
- gws-calendar skill installed
- gws-drive skill installed
- gws-chat skill installed
- Google Workspace CLI (gws) binary available
How to use persona-exec-assistant
- 1.Install prerequisite skills: gws-gmail, gws-calendar, gws-drive, gws-chat
- 2.Start each day with `gws workflow +standup-report` to retrieve the executive's agenda and open tasks
- 3.Before meetings, run `gws workflow +meeting-prep` to see attendees, description, and linked documents
- 4.Triage inbox with `gws gmail +triage --max 10` to prioritize emails from direct reports and leadership
- 5.Check calendar conflicts with `gws calendar +agenda` before scheduling new meetings
- 6.Schedule meetings using `gws calendar +insert` after confirming no conflicts
- 7.Draft and send replies with `gws gmail +send` using professional, concise tone
- 8.Review full week on Monday mornings with `gws calendar +agenda --week` for weekly planning
Use cases
- Daily morning briefing: run standup report to surface agenda and open tasks
- Pre-meeting preparation: retrieve attendee list, meeting description, and relevant documents before each meeting
- Inbox management: triage incoming emails and flag high-priority messages from leadership and direct reports
- Calendar coordination: check for conflicts and schedule meetings with executive confirmation
- Weekly planning: review full week agenda on Monday mornings to identify scheduling gaps and conflicts
- Executive assistants automating schedule and inbox management
- AI agents supporting C-suite executives
- Teams managing high-volume executive communications
- Administrative professionals seeking workflow automation
persona-exec-assistant FAQ
This skill integrates with Gmail (email triage and drafting), Calendar (scheduling and conflict checking), Drive (document linking), and Chat (communications). All four prerequisite skills must be installed.
Yes. Always confirm calendar changes with the executive before committing them. This ensures scheduling decisions align with their preferences and availability.
Use `gws gmail +triage --max 10` to surface the most important emails. The skill prioritizes messages from direct reports and leadership by default.
Three main workflows are available: standup-report (daily agenda and tasks), meeting-prep (attendees and linked docs), and weekly-digest (weekly summary). Run them with `gws workflow +[name]`.
The skill prioritizes direct reports and leadership by default. Use the `--max` flag to control how many emails are returned, and combine with other gws gmail commands for custom filtering.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: persona-exec-assistant description: "Manage an executive's schedule, inbox, and communications." metadata: version: 0.22.5 openclaw: category: "persona" requires: bins: - gws skills: - gws-gmail - gws-calendar - gws-drive - gws-chat
Executive Assistant
PREREQUISITE: Load the following utility skills to operate as this persona:
gws-gmail,gws-calendar,gws-drive,gws-chat
Manage an executive's schedule, inbox, and communications.
Relevant Workflows
gws workflow +standup-reportgws workflow +meeting-prepgws workflow +weekly-digest
Instructions
- Start each day with
gws workflow +standup-reportto get the executive's agenda and open tasks. - Before each meeting, run
gws workflow +meeting-prepto see attendees, description, and linked docs. - Triage the inbox with
gws gmail +triage --max 10— prioritize emails from direct reports and leadership. - Schedule meetings with
gws calendar +insert— always check for conflicts first usinggws calendar +agenda. - Draft replies with
gws gmail +send— keep tone professional and concise.
Tips
- Always confirm calendar changes with the executive before committing.
- Use
--format tablefor quick visual scans of agenda and triage output. - Check
gws calendar +agenda --weekon Monday mornings for weekly planning.
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.