📦 Persona Event Coordinator — 技能工具
v1.0.12Plan and manage events — scheduling, invitations, and logistics.
0· 380·11 当前·11 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's declared requirements and runtime instructions match its stated purpose (event planning via the gws helper and related gws-* utility skills); nothing in the SKILL.md asks for unrelated secrets or system access — but provenance is minimal and the functionality depends on external gws utilities, so review those before installing.
评估建议
This skill is internally coherent for event coordination, but it is instruction-only and depends on an external 'gws' binary and several gws-* utility skills. Before installing or enabling it: 1) Verify the provenance and integrity of the 'gws' binary (where it comes from and what it can do). 2) Inspect the gws-calendar, gws-gmail, gws-drive, gws-chat, and gws-sheets skills to see what credentials they require and what scopes they request (least-privilege). 3) Prefer using test or limited-permis...详细分析 ▾
✓ 用途与能力
The name/description (event scheduling, invitations, logistics) align with the actual instructions: create calendar entries, upload Drive files, send Gmail invites, post to Chat, and append Sheets. The declared dependency on the gws binary and the listed gws-* utility skills (gws-calendar, gws-gmail, gws-drive, gws-chat, gws-sheets) is coherent with the stated purpose.
✓ 指令范围
SKILL.md limits actions to calling gws subcommands and workflows for calendar, drive, gmail, chat, and sheets. It does not instruct reading arbitrary host files, accessing unrelated env vars, or transmitting data to unknown endpoints. The persona explicitly requires those utility skills; runtime behavior is bounded to those integrations.
✓ 安装机制
There is no install spec and no code files — this is instruction-only. That minimizes on-disk execution risk. The only runtime requirement is an existing 'gws' binary and the referenced helper skills.
ℹ 凭证需求
The skill itself requests no environment variables or credentials, which is consistent. However, it depends heavily on the gws binary and the gws-* utility skills to perform actions that normally require Google Workspace credentials. Verify those helper skills and the gws binary separately: they are the components that will need credentials and broad access to mail/calendar/drive/sheets/chat.
✓ 持久化与权限
The skill does not request always:true, does not declare config paths, and is not installing persistent components itself. Autonomous invocation is allowed by default (platform behavior) but this skill does not increase privilege beyond that.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.122026/3/7
- Updated version number in SKILL.md metadata from 0.22.4 to 0.22.5. - No other changes made.
● 无害
安装命令
点击复制官方npx clawhub@latest install persona-event-coordinator
镜像加速npx clawhub@latest install persona-event-coordinator --registry https://cn.longxiaskill.com
技能文档
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.