Skip to content
Development
Skill

/persona-customer-support

Manage customer support — track tickets, respond, escalate issues.

From plugin
cli
30k95 skills
Install
$ npx -y skills add googleworkspace/cli --skill persona-customer-support --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/persona-customer-support

Context preview

The summary Claude sees to decide when to auto-load this skill.

Manage customer support — track tickets, respond, escalate issues.

SKILL.md

persona-customer-support.SKILL.md
name: persona-customer-support
description: "Manage customer support — track tickets, respond, escalate issues."
metadata:
  version: 0.22.5
  openclaw:
    category: "persona"
    requires:
      bins:
        - gws
      skills:
        - gws-gmail
        - gws-sheets
        - gws-chat
        - gws-calendar

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.
Ships withcli

Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

Get the whole plugin
Stats
30,285
Stars
1,773
Forks
Active
Maintenance
Rust
Language
Apache-2.0
License
9d ago
Last commit
5mo ago
Created

Repo: googleworkspace/cli