recipe-create-presentation
por Google
Criar uma nova apresentação no Google Slides e adicionar slides iniciais.
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]"}'
Mais skills de Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Sanitizar uma resposta do modelo através de um template do Model Armor.
gws-people
Google
Gerenciar contatos e perfis.
gws-shared
Google
CLI gws: Padrões compartilhados para autenticação, flags globais e formatação de saída.
gws-sheets
Google
Google Sheets: Leia e escreva planilhas.
gws-sheets-append
Google
Google Sheets: Adicionar uma linha a uma planilha.
gws-sheets-read
Google
Google Sheets: Ler valores de uma planilha.
gws-slides
Google
Google Slides: Leia e escreva apresentações.
gws-tasks
Google
Gerenciar listas de tarefas e tarefas.