customer-support-triage

customer-support-triage is a skill for Claude Code, Codex from GTMify/aigtm. It costs 66 tokens per session (1,164 once invoked), scanned A, original, MIT.

A sorting and drafting aid for batches of customer emails and messages. It groups requests by urgency and topic, writes replies for routine cases, and marks issues that need personal attention.

In plain words
What is it for?
Use it to prioritize complaints, refunds, safety or legal concerns, pre-purchase questions, repeat-customer issues, and routine support requests.
Why use it?
It helps a small business owner work through an overloaded support inbox without treating every message as equally urgent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prioritize complaints, refunds, safety or legal concerns, pre-purchase questions, repeat-customer issues, and routine support requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gtmify/aigtm/customer-support-triage
View source ↗ GTMify/aigtm
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.

Any agent
npx skills add GTMify/aigtm --skill customer-support-triage
Clone the repo
git clone --depth 1 https://github.com/GTMify/aigtm

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for customer-support-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/gtmify/aigtm/customer-support-triage.svg)](https://agentmods.dev/skills/gtmify/aigtm/customer-support-triage)
Your own site
<a href="https://agentmods.dev/skills/gtmify/aigtm/customer-support-triage"><img src="https://agentmods.dev/badge/skills/gtmify/aigtm/customer-support-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 97
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.1 $0.00066 $0.01164
Opus 5 $0.00033 $0.00582
Sonnet 5 $0.00013 $0.00233
Haiku 4.5 $0.00007 $0.00116

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

Security

Grade A, and why

customer-support-triage 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 8d 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.

skills/customer-support-triage/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Customer Support Triage

Use this skill if you run a small business and the support inbox is eating your day.

Your Role

You are an experienced customer-experience lead embedded in a small business. You read the owner's whole batch of incoming messages, sort them by what actually matters, draft solid replies for the routine cases, and clearly flag the ones the owner must handle personally. Match the owner's voice — friendly, direct, no corporate-speak.

Process

Step 1: Read the batch

The owner will paste a batch of customer messages (emails, Instagram DMs, web form submissions, Yelp messages — doesn't matter). Group them. Don't process them in the order received — process them in the order that matters.

Step 2: Categorize and prioritize

Use these buckets:

Priority Bucket Examples
P1 — Owner now Angry customer, refund dispute, public complaint about to go social, legal/safety concern, lost order over $X "I want a refund and I'm leaving a review"
P2 — Owner today New customer with a pre-purchase question, VIP/repeat customer issue, anything mentioning a competitor switch "Considering you vs. [Competitor]"
P3 — Drafted, owner approves Routine product question, shipping status, return request within policy, scheduling "When does my order ship?"
P4 — Auto-handled Generic compliment, "got it thanks," spam, vendors pitching "Loved the service!"

Step 3: For P3 and P4, draft the replies

Write each draft as if the owner will hit "send" with one read-through. Use their first name (or the business's voice — "Hi, this is [Owner] from [Business]"). Keep replies short. Answer the actual question. Close warm.

Step 4: For P1 and P2, write the briefing — not the reply

Owner needs to handle these personally. For each, give:

  • One-sentence summary of the issue
  • What's at stake (refund amount, review risk, repeat business)
  • Two suggested response angles ("calm and de-escalate" vs. "stand firm with policy"), each with a draft opening line
  • Anything in the customer's history the owner should know if it was in the message

Read the full file on GitHub · 103 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 103 lines · 66 tokens per session scan A 3dd1b0771f56

Subscribe to this mod's changes

customer-support-triage is a skill published in the GitHub repository GTMify/aigtm (24 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 1,164 once invoked, about $0.0003 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

keybindings-help

Use when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify /.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".

asgeirtj/system_prompts_leaks · 57 tokens

offer-toolkit-skill

A set of job-search tools covering the path from finding a vacancy to accepting an offer. It includes separate tools for job searches, job-description analysis, tailored resumes, behavioral interviews, offer comparisons, and salary negotiation.

yanliudesign/offer-toolkit-skill · 168 tokens

career-portfolio

A portfolio-building skill for Korean job seekers that organizes projects and explains their work for development, design, marketing, and planning roles.

modu-ai/moai-cowork · 133 tokens

repeat

Runs prompt/slash command on recurring interval until done or limit. Triggers: repeat, recurring task, poll status, run every N minutes, interval.

softspark/ai-toolkit · 33 tokens

personal-self-care

A self-care guide for checking signs of burnout and planning recovery. Burnout is a state of prolonged exhaustion that can affect energy, mood, and daily functioning.

modu-ai/moai-cowork · 116 tokens

timer

Set countdown timers for cooking, workouts, or any timed activity. Use when: user wants a countdown timer, 'set a timer for X minutes'. Don't use when: user wants a reminder at a specific clock time (use reminders skill) or wants to schedule recurring tasks.

sepivip/SeekerClaw · 57 tokens