← Back to Skills Marketplace
Recipe Share Event Materials
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
389
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-share-event-materials
Description
Share Google Drive files with all attendees of a Google Calendar event.
Usage Guidance
This recipe is internally consistent, but take these precautions before installing/using it: ensure the gws CLI and the gws-calendar and gws-drive skills are installed and properly authenticated to the Google account you intend to use; verify how those skills store credentials (OAuth tokens, files, etc.). When running the recipe, confirm EVENT_ID and FILE_ID are correct and review the attendee list before applying permissions — this action will share files with those emails and can expose sensitive data. The SKILL.md provides an example of granting a single 'reader' permission; make sure you intend that role and that you or the agent will iterate over all attendees. Also note a minor metadata mismatch (SKILL.md version 0.22.5 vs registry version 1.0.12) — this looks like a packaging/versioning inconsistency to check but does not affect functionality.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-share-event-materials
Version: 1.0.12
The skill bundle is a legitimate recipe for sharing Google Drive files with Google Calendar event attendees. It uses standard Google Workspace CLI commands (gws) as described in SKILL.md and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actions in SKILL.md: the recipe uses the gws CLI to read a Calendar event's attendees and create Drive permissions for each attendee. Requiring the gws binary and the gws-calendar and gws-drive skills is proportionate for this functionality.
Instruction Scope
Instructions are narrowly scoped to running three gws commands (get event attendees, create a permission entry, list permissions). They do not reference unrelated files, environment variables, or external endpoints. Note: the SKILL.md shows example single-email substitution rather than an explicit loop; the recipe assumes the agent or user will iterate over attendees and supply EVENT_ID/FILE_ID.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. It simply requires the gws binary to be present; nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required environment variables or credentials. In practice, the gws CLI (and the gws-calendar / gws-drive skills) will need authenticated access to the user's Google account; that auth is not declared here but is reasonably provided by the referenced gws skills. Users should confirm how those gws skills obtain/store Google credentials.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system presence or attempt to modify other skills or global settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-share-event-materials - After installation, invoke the skill by name or use
/recipe-share-event-materials - 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 usage steps or functionality.
v1.0.11
- Updated version number in SKILL.md from 0.22.3 to 0.22.4.
v1.0.10
- Updated version in SKILL.md metadata from 0.22.2 to 0.22.3.
- No changes to usage instructions or feature set.
v1.0.9
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
- No other changes to functionality or instructions.
v1.0.8
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Bumped version to 0.22.0 in metadata.
- No changes to functionality or instructions.
v1.0.6
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to functionality or usage instructions.
v1.0.5
- Updated version to 0.21.1 in SKILL.md
- No other content changes made
v1.0.4
- Updated version in metadata from 0.20.0 to 0.20.1 in SKILL.md.
- No other content or feature changes.
v1.0.3
- Updated version number in SKILL.md from 0.19.0 to 0.20.0.
- No other changes to the content or functionality.
v1.0.2
- Updated version information and metadata structure in SKILL.md.
- Version and metadata field moved under the "metadata" section.
- No changes to recipe content or usage instructions.
v1.0.1
- Metadata formatting standardized for consistency (uses YAML array style).
- No functional or instruction changes to the recipe content.
v1.0.0
Initial release of recipe-share-event-materials.
- Allows sharing Google Drive files with all attendees of a Google Calendar event.
- Provides step-by-step instructions to retrieve event attendees and share files automatically.
- Requires gws-calendar and gws-drive skills to function.
Metadata
Frequently Asked Questions
What is Recipe Share Event Materials?
Share Google Drive files with all attendees of a Google Calendar event. It is an AI Agent Skill for Claude Code / OpenClaw, with 389 downloads so far.
How do I install Recipe Share Event Materials?
Run "/install recipe-share-event-materials" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Share Event Materials free?
Yes, Recipe Share Event Materials is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Share Event Materials support?
Recipe Share Event Materials is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Share Event Materials?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills