Agent Skills
› googleworkspace/cli
› persona-event-coordinator
persona-event-coordinator
GitHub用于规划和管理工作流程中的活动,包括日程安排、发送邀请邮件、上传会议材料、在聊天空间发布公告以及通过表格追踪RSVP和后勤信息。
Trigger Scenarios
需要安排会议或活动日程
需要发送活动邀请邮件
需要管理活动后勤与物料
Install
npx skills add googleworkspace/cli --skill persona-event-coordinator -g -y
SKILL.md
Frontmatter
{
"name": "persona-event-coordinator",
"metadata": {
"version": "0.22.5",
"openclaw": {
"category": "persona",
"requires": {
"bins": [
"gws"
],
"skills": [
"gws-calendar",
"gws-gmail",
"gws-drive",
"gws-chat",
"gws-sheets"
]
}
}
},
"description": "Plan and manage events — scheduling, invitations, and logistics."
}
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.
Version History
- a3768d0 Current 2026-08-20 07:25


