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
工作流
- Find the tracking sheet using `gws drive files list`.
- Read current data from the sheet.
- 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 格式。
质量评分
已验证类似扩展
Public Google Drive
100无需 OAuth 即可创建公开的 Google Docs 或 Google Sheet 文件。使用此技能创建和编辑 Google Docs 和 Sheets,无需登录 Google。文档可通过共享链接查看。首次使用时自动注册。
Google Sheets
99Read 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.
Recipe Compare Sheet Tabs
95Read data from two tabs in a Google Sheet to compare and identify differences.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。