From google-workspace-cli
Shares Google Drive files with all attendees of a Google Calendar event using gws CLI commands for calendar events and drive permissions. Automates meeting material distribution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-share-event-materialsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`, `gws-drive`
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.
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions list --params '{"fileId": "FILE_ID"}' --format tablenpx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceShares Google Drive files with all attendees of a Google Calendar event using gws-calendar and gws-drive CLI commands. Invoke manually or auto-loads when relevant.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.