Persona Event Coordinator
Plan and manage events — scheduling, invitations, and logistics.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 136 · 8 current installs · 8 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (event planning, scheduling, invitations, logistics) align with the declared dependency on a 'gws' binary and the listed Google-workspace-style utility skills (calendar, gmail, drive, chat, sheets). Requesting a single tooling binary and those helper skills is proportionate for the stated purpose.
Instruction Scope
SKILL.md contains concrete, scoped instructions to create calendar entries, upload Drive files, send Gmail invites, announce in Chat, and append rows to Sheets using 'gws' commands. It does not instruct reading unrelated paths or exfiltrating arbitrary data; scope stays within event coordination tasks.
Install Mechanism
There is no install spec (instruction-only), so nothing is written to disk by the skill itself. This minimizes install-time risk.
Credentials
This skill itself requires no environment variables or credentials, which is appropriate. However it depends on helper skills (gws-calendar, gws-gmail, gws-drive, gws-chat, gws-sheets) that almost certainly require Google credentials/OAuth scopes — the user should review those skills' requirements and granted scopes before enabling this persona.
Persistence & Privilege
always is false and the skill has no install/actions that modify other skills or system-wide config. It does not request persistent privileges by itself.
Assessment
This skill appears coherent and limited to event coordination, but it delegates all actions to a 'gws' tooling layer and several Google Workspace helper skills. Before installing: (1) verify the provenance of the 'gws' binary (where it comes from and what it does), (2) inspect each required helper skill (gws-calendar, gws-gmail, gws-drive, gws-chat, gws-sheets) to see what credentials and OAuth scopes they request, and ensure those scopes follow least privilege, and (3) confirm whether 'gws' runs locally or calls remote services. If you don't trust the source of 'gws' or the helper skills, do not grant access to your email/calendar/drive data.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsgws
SKILL.md
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.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
