Back to skills
SkillHub ClubShip Full StackFull Stack

persona-event-coordinator

Plan and manage events — scheduling, invitations, and logistics.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,110
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B84.0

Install command

npx @skill-hub/cli install openclaw-skills-persona-event-coordinator

Repository

openclaw/skills

Skill path: skills/googleworkspace-bot/persona-event-coordinator

Plan and manage events — scheduling, invitations, and logistics.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install persona-event-coordinator into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding persona-event-coordinator to shared team environments
  • Use persona-event-coordinator for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: persona-event-coordinator
version: 1.0.0
description: "Plan and manage events — scheduling, invitations, and logistics."
metadata:
  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-prep`
- `gws workflow +file-announce`
- `gws 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 30` for long-range event planning.
- Create a dedicated calendar for each major event series.
- Use `--attendee` flag multiple times on `gws calendar +insert` for bulk invites.



---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "googleworkspace-bot",
  "slug": "persona-event-coordinator",
  "displayName": "Persona Event Coordinator",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1772838534521,
    "commit": "https://github.com/openclaw/skills/commit/daa8dad3f075c1348b6411ead1731432d46666ec"
  },
  "history": []
}

```

persona-event-coordinator | SkillHub