首页/销售与商务/recipe-log-deal-update
R

recipe-log-deal-update

by @googleworkspacev
4.5(140)

将交易状态更新信息追加到Google表格中的销售跟踪表,保持记录最新。

crm-integrationsales-trackingdeal-managementgoogle-sheetssales-automationGitHub
安装方式
npx skills add googleworkspace/cli --skill recipe-log-deal-update
compare_arrows

Before / After 效果对比

1
使用前

每次销售交易状态发生变化时,我都需要手动打开Google Sheets中的销售跟踪表,找到对应的交易行,然后逐个单元格地输入更新信息,这个过程繁琐且容易出错,尤其在忙碌时容易遗漏。

使用后

如今,我只需通过一个简单的指令,系统就能自动将最新的交易状态更新准确无误地追加到Google Sheets的销售跟踪表中,确保数据实时同步,极大地提高了销售团队的数据管理效率和准确性。

SKILL.md

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

  1. Find the tracking sheet: gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}'
  2. Read current data: gws sheets +read --spreadsheet SHEET_ID --range "Pipeline!A1:F"
  3. Append new row: gws sheets +append --spreadsheet SHEET_ID --range 'Pipeline' --values '["2024-03-15", "Acme Corp", "Proposal Sent", "$50,000", "Q2", "jdoe"]'

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量14.2K
评分4.5 / 5.0
版本
更新日期2026年5月23日
对比案例1 组

用户评分

4.5(140)
5
24%
4
51%
3
24%
2
2%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

时间线

创建2026年3月16日
最后更新2026年5月23日