Recipe Log Deal Update
Skill Verifiziert AktivAppend 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.
Funktionen
- 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
Anwendungsfälle
- Updating sales pipeline status in a shared spreadsheet
- Logging new deal outcomes or stage changes automatically
- Ensuring sales tracking data is current for reporting
Nicht-Ziele
- Modifying existing rows in the spreadsheet
- Performing complex data analysis on the sales data
- Creating new spreadsheets or modifying sheet structure
Workflow
- 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`.
Praktiken
- Sales Automation
- Data Entry
Voraussetzungen
- 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.
Installation
npx skills add googleworkspace/cliFührt das Vercel skills CLI (skills.sh) via npx aus — benötigt Node.js lokal und mindestens einen installierten skills-kompatiblen Agent (Claude Code, Cursor, Codex, …). Setzt voraus, dass das Repo dem agentskills.io-Format folgt.
Qualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Public Google Drive
100Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.
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
Use My Browser
100Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.