recipe-create-presentation
от Google
Создать новую презентацию Google Slides и добавить начальные слайды.
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-presentationCreate a Google Slides Presentation
PREREQUISITE: Load the following skills to execute this recipe:
gws-slides
Create a new Google Slides presentation and add initial slides.
Steps
- Create presentation:
gws slides presentations create --json '{"title": "Quarterly Review Q2"}' - Get the presentation ID from the response
- Share with team:
gws drive permissions create --params '{"fileId": "PRESENTATION_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "[email protected]"}'
Больше skills от Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Очистка ответа модели с помощью шаблона Model Armor.
gws-people
Google
Google People: Управление контактами и профилями.
gws-shared
Google
gws CLI: Общие шаблоны для аутентификации, глобальных флагов и форматирования вывода.
gws-sheets
Google
Google Sheets: Чтение и запись электронных таблиц.
gws-sheets-append
Google
Google Sheets: Append a row to a spreadsheet.
gws-sheets-read
Google
Google Sheets: Read values from a spreadsheet.
gws-slides
Google
Google Slides: Чтение и запись презентаций.
gws-tasks
Google
Google Tasks: Управление списками задач и задачами.