一键导入
recipe-log-deal-update
Append a deal status update to a Google Sheets sales tracking spreadsheet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Append a deal status update to a Google Sheets sales tracking spreadsheet.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read data from two tabs in a Google Sheet to compare and identify differences.
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Read data from a Google Sheet and create a formatted Google Docs report.
Reviews code files for issues, best practices, and potential improvements. Analyzes code quality and provides actionable feedback.
Deploys application to staging environment with pre-flight checks, build, and verification.
Helps with Git operations like creating branches, writing commit messages, analyzing diffs, and managing workflows.
| name | recipe-log-deal-update |
| version | 1.0.0 |
| description | Append a deal status update to a Google Sheets sales tracking spreadsheet. |
| metadata | {"openclaw":{"category":"recipe","domain":"sales","requires":{"bins":["gws"],"skills":["gws-sheets","gws-drive"]}}} |
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.
gws drive files list --params '{"q": "name = '\''Sales Pipeline'\'' and mimeType = '\''application/vnd.google-apps.spreadsheet'\''"}'gws sheets +read --spreadsheet-id SHEET_ID --range "Pipeline!A1:F"gws sheets +append --spreadsheet-id SHEET_ID --range 'Pipeline' --values '["2024-03-15", "Acme Corp", "Proposal Sent", "$50,000", "Q2", "jdoe"]'