Отправка ссылки Drive по почте.
npx -y skills add googleworkspace/cli --skill recipe-email-drive-link --agent claude-codeПРЕДВАРИТЕЛЬНО: загрузите следующие скиллы для выполнения этого рецепта:
gws-drive,gws-gmail
Поделиться файлом Google Drive и отправить ссылку с сообщением получателям.
gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}'gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}'gws gmail +send --to client@example.com --subject 'Quarterly Report' --body 'Hi, please find the report here: https://docs.google.com/document/d/FILE_ID'