← Back to Skills Marketplace
Recipe Batch Invite To Event
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
423
Downloads
0
Stars
10
Active Installs
13
Versions
Install in OpenClaw
/install recipe-batch-invite-to-event
Description
Add a list of attendees to an existing Google Calendar event and send notifications.
Usage Guidance
This recipe is coherent and appears to do exactly what it says: run the gws CLI to add attendees to a Google Calendar event and send notifications. Before installing/use: ensure you have the gws CLI installed and authenticated with an account that can modify the target calendar; replace EVENT_ID and example emails with the correct values; be aware that sendUpdates:'all' will email added attendees (check privacy/compliance); and review the required gws-calendar skill (it may have its own requirements/permissions). If you have concerns about automatic agent invocation, consider limiting when the agent can run this skill or require explicit user prompts before executing commands.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-batch-invite-to-event
Version: 1.0.12
The skill bundle is a standard recipe for batch-inviting attendees to a Google Calendar event using the 'gws' CLI tool. The instructions in SKILL.md are transparent, align with the stated purpose, and do not contain any malicious commands, data exfiltration, or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions. The skill requires the gws binary and the gws-calendar skill, which are appropriate for interacting with Google Calendar. There are no unrelated binaries, env vars, or config paths requested.
Instruction Scope
SKILL.md explicitly shows the gws commands to fetch an event, patch attendees, and re-fetch for verification. The instructions do not ask the agent to read unrelated files, search system state, or transmit data to endpoints other than those invoked via the gws CLI. The example includes hard-coded example emails and an EVENT_ID placeholder — user input or substitution is expected.
Install Mechanism
Instruction-only skill with no install spec or downloaded code. This minimizes on-disk risk; it assumes the gws binary is already available.
Credentials
No environment variables or secrets are requested by the skill itself. The gws CLI will use the user's existing Google credentials (outside this skill) to perform calendar operations, which is proportionate for this purpose.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills' configs. Autonomous invocation is allowed (platform default) but is not combined with broad credentials or other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-batch-invite-to-event - After installation, invoke the skill by name or use
/recipe-batch-invite-to-event - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md.
- No functional or documentation changes made to the skill instructions or description.
v1.0.11
- Updated version number in SKILL.md from 0.22.3 to 0.22.4.
v1.0.10
- Updated version to 0.22.3 in metadata.
- No functional changes; documentation version increment only.
v1.0.9
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md.
- No functional or instructional changes made.
v1.0.7
- Updated skill metadata version from 0.21.2 to 0.22.0 in SKILL.md.
v1.0.6
- Updated version metadata from 0.21.1 to 0.21.2 in SKILL.md.
- No functional or instruction changes; documentation only.
v1.0.5
- Updated version to 0.21.1 in SKILL.md metadata (was 0.20.1).
- No changes to functionality or documentation steps.
v1.0.4
- Updated version metadata from 0.20.0 to 0.20.1 in SKILL.md
- No functional or documentation changes made
v1.0.3
- Bumped version to 0.20.0 in metadata.
- No functional or documentation changes beyond version update.
v1.0.2
- Updated skill metadata: moved version info into the metadata block and changed version to 0.19.0.
- Removed the top-level version field.
- No change to functionality or usage instructions.
v1.0.1
- Updated formatting of the metadata section in SKILL.md for improved consistency.
- No changes to features or functionality.
v1.0.0
Initial release: Add attendees in bulk to a Google Calendar event.
- Adds a list of attendees to an existing Google Calendar event.
- Sends notifications to all newly-added attendees.
- Requires the gws-calendar skill to function.
- Includes step-by-step instructions for use.
Metadata
Frequently Asked Questions
What is Recipe Batch Invite To Event?
Add a list of attendees to an existing Google Calendar event and send notifications. It is an AI Agent Skill for Claude Code / OpenClaw, with 423 downloads so far.
How do I install Recipe Batch Invite To Event?
Run "/install recipe-batch-invite-to-event" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Batch Invite To Event free?
Yes, Recipe Batch Invite To Event is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Batch Invite To Event support?
Recipe Batch Invite To Event is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Batch Invite To Event?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills