← 返回 Skills 市场
googleworkspace-bot

Recipe Reschedule Meeting

作者 googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ 安全检测通过
363
总下载
0
收藏
8
当前安装
13
版本数
在 OpenClaw 中安装
/install recipe-reschedule-meeting
功能描述
Move a Google Calendar event to a new time and automatically notify all attendees.
安全使用建议
This recipe appears internally consistent, but before running it: - Confirm the 'gws' binary and the 'gws-calendar' skill are from sources you trust (they will use your Google account tokens). - Replace EVENT_ID and the example date/time with the correct event identifier and desired new times — the provided JSON is a hard-coded example. - Understand that the patch command uses sendUpdates: "all", so attendees will be notified automatically; avoid running on real events until you've tested with a dummy event. - If you don't want automatic notifications, adjust or remove sendUpdates accordingly. - If you install or run the external 'gws' tool, verify where it stores tokens and ensure they are protected; revoke credentials if you later remove the tool or suspect misuse.
功能分析
Type: OpenClaw Skill Name: recipe-reschedule-meeting Version: 1.0.12 The skill bundle is a standard recipe for rescheduling Google Calendar events using the 'gws' tool. The instructions in SKILL.md are transparent, follow the stated purpose of finding and updating calendar events, and contain no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill says it will move a Google Calendar event and notify attendees and the SKILL.md shows gws calendar commands that perform exactly that. The required binary (gws) and dependency on the gws-calendar skill are coherent with the described functionality.
Instruction Scope
The runtime steps only call the gws calendar CLI to find, fetch, and patch an event; they do not reference unrelated files, environment variables, or external endpoints. Note: the example patch contains hard-coded date/time values and an EVENT_ID placeholder — the user must supply the correct eventId and desired times before running.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill bundle itself. Risk depends on the external 'gws' binary and the gws-calendar skill, which are outside this recipe.
Credentials
The recipe declares no required env vars or credentials, which is reasonable for an instruction-only recipe. However, the gws binary (and the gws-calendar skill) will likely use the user's Google OAuth credentials or local tokens at runtime — those credentials are not declared here but that is expected for a CLI wrapper. Verify the origin and permissions of the gws binary/skill before use.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not attempt to modify other skills or system-wide settings in the provided instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install recipe-reschedule-meeting
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /recipe-reschedule-meeting 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md. - No changes to functionality or recipe steps.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md. - No functional or instructional changes were made.
v1.0.10
- Updated version number in SKILL.md metadata from 0.22.2 to 0.22.3. - No changes to feature set or usage instructions.
v1.0.9
- Updated version to 0.22.2 in metadata. - No changes to functionality or usage instructions.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No changes made to the recipe steps or functionality.
v1.0.7
- Version updated to 0.22.0. - No functional changes; documentation version number incremented for alignment.
v1.0.6
- Updated version number in metadata from 0.21.1 to 0.21.2 in SKILL.md. - No changes to functionality or documentation content.
v1.0.5
- Updated skill version from 0.20.1 to 0.21.1 in metadata. - No changes made to functionality, description, or usage instructions.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md. - No changes to functionality or instructions.
v1.0.3
- Updated skill metadata version from 0.19.0 to 0.20.0 in SKILL.md.
v1.0.2
- Updated metadata format to include version under the metadata field. - Removed the top-level "version" property; version now specified only in metadata. - No changes to recipe steps or usage instructions.
v1.0.1
- Standardized YAML formatting in SKILL.md for the "requires" section. - No changes to functionality or recipe instructions.
v1.0.0
recipe-reschedule-meeting 1.0.0 - Initial release of the skill. - Enables rescheduling a Google Calendar event and notifies all attendees automatically. - Step-by-step instructions included for finding, updating, and notifying for calendar events. - Requires the `gws-calendar` skill to function.
元数据
Slug recipe-reschedule-meeting
版本 1.0.12
许可证 MIT-0
累计安装 8
当前安装数 8
历史版本数 13
常见问题

Recipe Reschedule Meeting 是什么?

Move a Google Calendar event to a new time and automatically notify all attendees. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 363 次。

如何安装 Recipe Reschedule Meeting?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install recipe-reschedule-meeting」即可一键安装,无需额外配置。

Recipe Reschedule Meeting 是免费的吗?

是的,Recipe Reschedule Meeting 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Recipe Reschedule Meeting 支持哪些平台?

Recipe Reschedule Meeting 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Recipe Reschedule Meeting?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。

💬 留言讨论