googleworkspace/cli21k installs
recipe-log-deal-update
Append a deal status update to a Google Sheets sales tracking spreadsheet.
How do I install this agent skill?
npx skills add https://github.com/googleworkspace/cli --skill recipe-log-deal-updateIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a recipe for logging sales deal updates to Google Sheets using official Google Workspace tools. It uses standard API commands to list, read, and append data to spreadsheets, with no malicious behavior or security risks identified.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Log Deal Update to Sheet
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.
Steps
- 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"]'
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/googleworkspace/cli/recipe-log-deal-update">View recipe-log-deal-update on skillZs</a>