Skip to main content
Back to registry

recipe-generate-report-from-sheet

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-generate-report-from-sheet
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive Read data from a Google Sheet and create a formatted Google Docs report. Total deals: 45 Revenue: $125,000 - Read the data: gws sheets +read --spreadsheet SHEET_ID --range "Sales!A1:D" - Create the report doc: gws docs documents create --json '{"title": "Sales Report - January 2025"}' - Write the report: `gws docs +write --document-id DOC_ID --text '## Sales Report - January 2025 - Acme Corp - $25,000 - Widget Inc - $18,000'` - Share with stakeholders: gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "cfo@company.com"}'

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-generate-report-from-sheet do?

PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive

Is recipe-generate-report-from-sheet good?

recipe-generate-report-from-sheet does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-generate-report-from-sheet work with?

recipe-generate-report-from-sheet currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-generate-report-from-sheet?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-generate-report-from-sheet?

npx skills add https://github.com/googleworkspace/cli --skill recipe-generate-report-from-sheet

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering