googleworkspace/cli21k installs
recipe-share-event-materials
Share Google Drive files with all attendees of a Google Calendar event.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-share-event-materialsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill provides a safe set of instructions for sharing Google Drive files with Google Calendar event attendees using the Google Workspace CLI tool. No malicious activity or security risks were identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Share Files with Meeting Attendees
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar,gws-drive
Share Google Drive files with all attendees of a Google Calendar event.
Steps
- Get event attendees:
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' - Share file with each attendee:
gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}' - Verify sharing:
gws drive permissions list --params '{"fileId": "FILE_ID"}' --format table
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-share-event-materials">View recipe-share-event-materials on skillZs</a>