跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Recipe Log Deal Update

技能 已验证 活跃

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

目的

Automate the process of updating sales tracking spreadsheets in Google Sheets with deal status changes, ensuring data is current and accessible.

功能

  • Append deal status updates to Google Sheets
  • Integrates with Google Sheets and Drive via gws CLI
  • Securely handles authentication for Google Workspace APIs
  • Provides clear steps for execution and prerequisites

使用场景

  • Updating sales pipeline status in a shared spreadsheet
  • Logging new deal outcomes or stage changes automatically
  • Ensuring sales tracking data is current for reporting

非目标

  • Modifying existing rows in the spreadsheet
  • Performing complex data analysis on the sales data
  • Creating new spreadsheets or modifying sheet structure

工作流

  1. Find the tracking sheet using `gws drive files list`.
  2. Read current data from the sheet.
  3. Append the new row with updated information using `gws sheets +append`.

实践

  • Sales Automation
  • Data Entry

先决条件

  • gws CLI installed
  • gws-sheets skill
  • gws-drive skill

Code Execution

  • info:LoggingThe `gws` CLI supports logging via `GOOGLE_WORKSPACE_CLI_LOG` and `GOOGLE_WORKSPACE_CLI_LOG_FILE`, but it's not explicitly configured or utilized by this specific skill's workflow.

安装

npx skills add googleworkspace/cli

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交2 days ago
星标26.2k
许可证Apache-2.0
状态
查看源代码

类似扩展

Public Google Drive

100

无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets,无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。

技能
zagmoai

Google Sheets

99

Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges, search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells, add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values. Lightweight integration with standalone OAuth authentication supporting full read/write access.

技能
sanjay3290

Recipe Compare Sheet Tabs

95

Read data from two tabs in a Google Sheet to compare and identify differences.

技能
googleworkspace

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

技能
Yeachan-Heo

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

技能
Yeachan-Heo

使用我的浏览器

100

当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。

技能
xixu-me