Skip to content
Development
Skill

/persona-exec-assistant

Manage an executive's schedule, inbox, and communications.

From plugin
cli
30k95 skills
Install
$ npx -y skills add googleworkspace/cli --skill persona-exec-assistant --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/persona-exec-assistant

Context preview

The summary Claude sees to decide when to auto-load this skill.

Manage an executive's schedule, inbox, and communications.

SKILL.md

persona-exec-assistant.SKILL.md
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-report`
  • `gws workflow +meeting-prep`
  • `gws workflow +weekly-digest`

Instructions

  • Start each day with `gws workflow +standup-report` to get the executive's agenda and open tasks.
  • Before each meeting, run `gws workflow +meeting-prep` to 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 using `gws 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 table` for quick visual scans of agenda and triage output.
  • Check `gws calendar +agenda --week` on Monday mornings for weekly planning.
Read more
Ships withcli

Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

Get the whole plugin
Stats
30,285
Stars
1,773
Forks
Active
Maintenance
Rust
Language
Apache-2.0
License
9d ago
Last commit
5mo ago
Created

Repo: googleworkspace/cli