← Back to Skills Marketplace
Recipe Reschedule Meeting
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
363
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-reschedule-meeting
Description
Move a Google Calendar event to a new time and automatically notify all attendees.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-reschedule-meeting - After installation, invoke the skill by name or use
/recipe-reschedule-meeting - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Recipe Reschedule Meeting?
Move a Google Calendar event to a new time and automatically notify all attendees. It is an AI Agent Skill for Claude Code / OpenClaw, with 363 downloads so far.
How do I install Recipe Reschedule Meeting?
Run "/install recipe-reschedule-meeting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Reschedule Meeting free?
Yes, Recipe Reschedule Meeting is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Reschedule Meeting support?
Recipe Reschedule Meeting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Reschedule Meeting?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills