home / skills / openclaw / skills / persona-sales-ops
This skill helps manage sales workflows by tracking deals, scheduling calls, and automating client communications across Gmail, Calendar, Sheets, and Drive.
npx playbooks add skill openclaw/skills --skill persona-sales-opsReview the files below or copy the command above to add this skill to your agents.
---
name: persona-sales-ops
version: 1.0.0
description: "Manage sales workflows — track deals, schedule calls, client comms."
metadata:
openclaw:
category: "persona"
requires:
bins: ["gws"]
skills: ["gws-gmail", "gws-calendar", "gws-sheets", "gws-drive"]
---
# Sales Operations
> **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-gmail`, `gws-calendar`, `gws-sheets`, `gws-drive`
Manage sales workflows — track deals, schedule calls, client comms.
## Relevant Workflows
- `gws workflow +meeting-prep`
- `gws workflow +email-to-task`
- `gws workflow +weekly-digest`
## Instructions
- Prepare for client calls with `gws workflow +meeting-prep` to review attendees and agenda.
- Log deal updates in a tracking spreadsheet with `gws sheets +append`.
- Convert follow-up emails into tasks with `gws workflow +email-to-task`.
- Share proposals by uploading to Drive with `gws drive +upload`.
- Get a weekly sales pipeline summary with `gws workflow +weekly-digest`.
## Tips
- Use `gws gmail +triage --query 'from:client-domain.com'` to filter client emails.
- Schedule follow-up calls immediately after meetings to maintain momentum.
- Keep all client-facing documents in a dedicated shared Drive folder.
This skill manages sales operations by tracking deals, scheduling calls, and coordinating client communications. It integrates with Gmail, Calendar, Sheets, and Drive to centralize deal data and automate routine tasks. Use it to keep your pipeline current and ensure consistent follow-up.
The skill inspects email and calendar events to prepare meeting agendas and extract follow-up items. It appends deal updates to a tracking spreadsheet, converts emails into actionable tasks, uploads client documents to Drive, and generates weekly pipeline summaries. It relies on integrated Gmail, Calendar, Sheets, and Drive utilities for execution.
What integrations does this skill require?
It integrates with Gmail, Calendar, Sheets, and Drive to access emails, events, spreadsheets, and files.
How do I capture meeting outcomes?
Run the meeting-prep workflow before the call, then append outcomes to the tracking sheet and create follow-up tasks from email threads.