Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Share Google Drive files with all attendees of a Google Calendar event.
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": "attendee@company.com"}'gws drive permissions list --params '{"fileId": "FILE_ID"}' --format tablenpx skills add googleworkspace/cli --skill recipe-share-event-materialsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.