Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-generate-report-from-sheet

Extract Google Sheet data and generate a formatted Google Docs report with sharing.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
11

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-generate-report-from-sheet
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-generate-report-from-sheet has 11 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-generate-report-from-sheet.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Extract Google Sheet data and generate a formatted Google Docs report with sharing. 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 - Requires three Google Workspace skills: gws-sheets for data reading, gws-docs for document creation and formatting, and gws-drive for permission management - Workflow chains four operations: read sheet ranges, create a new Doc, write formatted content with headers and sections, and share with specified stakeholders - Supports markdown-style formatting in the report output and role-based access control for sharing - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Extract Google Sheet data and generate a formatted Google Docs report with sharing.

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.

Which AI agents support recipe-generate-report-from-sheet?

recipe-generate-report-from-sheet currently lists compatibility with Skills CLI.

Is recipe-generate-report-from-sheet safe to install?

recipe-generate-report-from-sheet has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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