persona-customer-support
🤖 AI Summary
This agent skill automates customer support workflows by triaging a Gmail support inbox, converting emails into tasks, logging ticket statuses in Google Sheets, escalating urgent issues to Google Chat, and scheduling follow-up calls via Google Calendar.
How to Install
Claude Code:
git clone --depth 1 https://github.com/googleworkspace/cli.git && cp cli/skills/persona-customer-support ~/.claude/skills/persona-customer-support -r# Customer Support Agent
> **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-gmail`, `gws-sheets`, `gws-chat`, `gws-calendar`
Manage customer support — track tickets, respond, escalate issues.
## Relevant Workflows
- `gws workflow +email-to-task`
- `gws 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 `gws gmail +triage --labels` to see email categories at a glance.
- Set up Gmail filters for auto-labeling support requests.
- Use `--format table` for quick status dashboard views.
Details
| Category | Productivity → tools |
| Source | googleworkspace/cli |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 27.3K |
| Est. per Skill | 546 (shared across 50 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
ai-ml
AI/ML Workflow Bundle Overview Comprehensive AI/ML workflow for building LLM applications, implement
executing-plans
Executing Plans Overview Load plan, review critically, execute tasks in batches, report for review b
using-agent-skills
Agent Skills is a collection of engineering workflow skills organized by development phase. Each ski
notebooklm
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemi
Works Well With
Skills from the same repository — often designed to work together
gws-admin-reports
admin-reports (reportsv1) > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and se
gws-calendar-agenda
calendar +agenda > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru
gws-calendar-insert
calendar +insert > PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security ru