Persona Exec Assistant
v1.0.12Manage an executive's schedule, inbox, and communications.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description describe Gmail/Calendar/Drive/Chat tasks and the SKILL.md explicitly requires the 'gws' binary and the gws-gmail, gws-calendar, gws-drive, and gws-chat utility skills — these are coherent and proportionate to the stated purpose. No unrelated binaries or environment variables are requested.
Instruction Scope
All runtime instructions are limited to running 'gws' workflows (standup-report, meeting-prep, triage, calendar insert/agenda, gmail send). The SKILL.md does not instruct reading unrelated files or env vars. Important caveat: the skill delegates actual data access and actions to the referenced gws-* skills and the gws CLI; those components will determine what user data is accessed and what permissions are required.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk by this skill itself. It only requires that a 'gws' binary and the other utility skills be available at runtime, which is low-risk from an install perspective for this skill bundle.
Credentials
This skill declares no environment variables or credentials itself (proportionate). However, to operate it depends on gws and the gws-* skills, which will almost certainly require Google Workspace credentials and OAuth tokens. You should review those dependent skills and the gws binary's provenance before granting access.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and allows normal autonomous invocation (platform default). It does not claim to modify other skills or system-wide configs.
Assessment
This skill itself is a lightweight persona that delegates actions to a 'gws' CLI and four gws-* utility skills. Before installing/using it: 1) Verify the source and integrity of the 'gws' binary (is it an official Google Workspace tool or a third-party wrapper?). 2) Inspect the gws-gmail, gws-calendar, gws-drive, and gws-chat skills to see exactly what permissions and credentials they require (they will likely request OAuth tokens or API keys). 3) Apply least privilege when granting access — avoid broad admin scopes if only mailbox/calendar access is needed. 4) If you care about auditability, test in a non-production account first to confirm what actions (send email, modify calendar, access drive) the stack will perform. If you cannot verify the provenance of 'gws' or the dependent skills, treat access as higher risk.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
Binsgws
latest
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.
Comments
Loading comments...
