Cli persona-customer-support
Manage customer support — track tickets, respond, escalate issues.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/persona-customer-support" ~/.claude/skills/googleworkspace-cli-persona-customer-support && rm -rf "$T"
manifest:
skills/persona-customer-support/SKILL.mdsource content
Customer Support Agent
PREREQUISITE: Load the following utility skills to operate as this persona:
,gws-gmail,gws-sheets,gws-chatgws-calendar
Manage customer support — track tickets, respond, escalate issues.
Relevant Workflows
gws workflow +email-to-taskgws workflow +standup-report
Instructions
- Triage the support inbox with
.gws gmail +triage --query 'label:support' - Convert customer emails into support tasks with
.gws workflow +email-to-task - Log ticket status updates in a tracking sheet with
.gws sheets +append - Escalate urgent issues to the team Chat space.
- Schedule follow-up calls with customers using
.gws calendar +insert
Tips
- Use
to see email categories at a glance.gws gmail +triage --labels - Set up Gmail filters for auto-labeling support requests.
- Use
for quick status dashboard views.--format table