.agent/skills/recipe-share-folder-with-team/SKILL.md
Share a Google Drive folder and all its contents with a list of collaborators.
npx skillsauth add kleinster2/financial-charts recipe-share-folder-with-teamInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Share a Google Drive folder and all its contents with a list of collaborators.
gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}'gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}'gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format tabledevelopment
Subscribe to change notifications on a Google Drive file or folder.
development
Export Google Contacts directory to a Google Sheets spreadsheet.
development
Share a Google Drive folder and all its contents with a list of collaborators.
development
Share Google Drive files with all attendees of a Google Calendar event.