persona-customer-support

A set of instructions for handling customer support work with Gmail, Sheets, Chat, and Calendar, including turning customer emails into tracked tasks.

In plain words
What is it for?
It helps find support emails, create tasks from them, record ticket status in a spreadsheet, alert the team about urgent issues, and schedule customer calls.
Why use it?
It helps prevent support requests from being lost in an inbox and keeps ticket updates, escalations, and follow-ups organized.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/googleworkspace/cli/persona-customer-support
Any agent
npx skills add googleworkspace/cli --skill persona-customer-support
Clone the repo
git clone --depth 1 https://github.com/googleworkspace/cli

Made for: Claude Code, Codex.

Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 304 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00017 $0.00304
Opus 5 $0.00009 $0.00152
Sonnet 5 $0.00003 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured 3d ago against content hash 66b051c90875, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

persona-customer-support scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

3 near-identical copies found in the catalogue:

skills/persona-customer-support/SKILL.md · 40 lines

What it actually says

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 40 lines · 17 tokens per session scan A 66b051c90875

Subscribe to this mod's changes

persona-customer-support is a skill published in the GitHub repository googleworkspace/cli (30,691 stars, last pushed 8d ago), licensed Apache-2.0. It adds 17 tokens to every session and 304 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

managing-google-workspace

Manages Google Workspace operations across 12 services (Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, Apps Script, Custom Search). Supports MCP tools or CLI via uvx workspace-mcp --cli. Provides tool routing, workflows, and parameter guidance for 114 tools. Triggers for "check my email"…

taylorwilsdon/google_workspace_mcp · 123 tokens

gws-cli

Use the Google Workspace CLI to inspect schemas, authenticate safely, and run Google Workspace API commands. Use when the user wants to work with Drive, Gmail, Sheets, Docs, Calendar, Chat, Tasks, or other Google Workspace APIs through the gws command.

fabioeloi/gws-cli-skill · 56 tokens

workspace-mcp

Use when you need to access email, calendar, or cloud drive. Provides 35 tools for Microsoft 365, Google Workspace, and IMAP — read/search/manage email, create/check calendar events, browse/upload/share files. Triggers on: email, inbox, calendar, meeting, schedule, drive, files, OneDrive, Gmail, Outlook.

rumbitopi/mail-cal-drive-mcp · 74 tokens

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

mochi-remind

Handle due reminders — notify the user with natural language and mark them done.

kirodotdev/KiroCrew · 20 tokens