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

recipe-log-deal-update

Append deal status updates to a Google Sheets sales tracking spreadsheet.

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
10

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-log-deal-update
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-log-deal-update has 10 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-log-deal-update.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Append deal status updates to a Google Sheets sales tracking spreadsheet. PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Append a deal status update to a Google Sheets sales tracking spreadsheet. - Requires gws-sheets and gws-drive skills to locate and modify the Sales Pipeline sheet - Workflow: find the tracking sheet by name, read existing pipeline data, then append new deal rows with date, company, status, amount, quarter, and owner fields - Integrates with Google Drive and Sheets APIs to maintain a centralized sales pipeline log - Find the tracking sheet: gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}' - Read current data: gws sheets +read --spreadsheet SHEET_ID --range "Pipeline!A1:F" - Append new row: gws sheets +append --spreadsheet SHEET_ID --range 'Pipeline' --values '["2024-03-15", "Acme Corp", "Proposal Sent", "$50,000", "Q2", "jdoe"]'

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-log-deal-update do?

Append deal status updates to a Google Sheets sales tracking spreadsheet.

Is recipe-log-deal-update good?

recipe-log-deal-update does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support recipe-log-deal-update?

recipe-log-deal-update currently lists compatibility with Skills CLI.

Is recipe-log-deal-update safe to install?

recipe-log-deal-update 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-log-deal-update?

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

How do I install recipe-log-deal-update?

Run the following command to install recipe-log-deal-update: npx skills add https://github.com/googleworkspace/cli --skill recipe-log-deal-update

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering