conversation-triage

conversation-triage is a skill for Claude Code from quickchatai/quickchat-claude-plugin. It costs 108 tokens per session (491 once invoked), scanned A, original, MIT.

A workflow for finding customer conversations that still need a reply or were escalated by an AI support agent for review.

In plain words
What is it for?
Use it to inspect recent open conversations, review important transcripts and negative ratings, and suggest the next action for each.
Why use it?
It turns a large inbox into a prioritized list and highlights conversations that are both unresolved and escalated.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the quickchat plugin — 5 skills, 5 commands, 1 MCP server shipped together

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/quickchatai/quickchat-claude-plugin/conversation-triage
Any agent
npx skills add quickchatai/quickchat-claude-plugin --skill conversation-triage
Clone the repo
git clone --depth 1 https://github.com/quickchatai/quickchat-claude-plugin

Made for: Claude Code.

Or install quickchat, the plugin that ships this one along with the rest of its 5 skills, 5 commands, 1 MCP server.

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 conversation-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/conversation-triage.svg)](https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/conversation-triage)
Your own site
<a href="https://agentmods.dev/skills/quickchatai/quickchat-claude-plugin/conversation-triage"><img src="https://agentmods.dev/badge/skills/quickchatai/quickchat-claude-plugin/conversation-triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 491 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.1 $0.00108 $0.00491
Opus 5 $0.00054 $0.00246
Sonnet 5 $0.00022 $0.00098
Haiku 4.5 $0.00011 $0.00049

Measured 5d ago against content hash b9fc5d4d9eea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

conversation-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 5d 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.

plugins/quickchat/skills/conversation-triage/SKILL.md · 48 lines

What it actually says

Conversation triage

Surface the customer conversations a teammate should follow up on, and make each one actionable.

Before you start

  • Call list_scenarios to resolve the Agent. One Agent -> use it; else ask.
  • Default window: the last 7 days.

Steps

  1. Use get_insights with insight_type="flagged" for the conversations the AI escalated for the team to review. NOTE: this tool is NOT date-filtered — it returns the most recent matches across all time, so filter by timestamp yourself for the window and page with next_cursor if needed.
  2. Use list_conversations with resolution_status="open" plus start_date/end_date for the window to find open conversations.
  3. Open get_conversation_detail on the most important few to read the transcript, see what happened, and note any negative rating the customer left.
  4. Cross-reference: a conversation that is both escalated and unresolved is the top priority.

Guardrails

  • This connection can READ conversations but cannot resolve, reassign, or change the status of a conversation over MCP. Never claim to have changed a conversation's status — recommend the next step and tell the user to take it in the Quickchat Inbox.

Output

A prioritized list, most important first. For each: the customer's request in one line, why it is on the list (unresolved or escalated for review), any negative rating it received, and a suggested next step. End with the single top item to handle first.

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. 5d ago First seen · 48 lines · 108 tokens per session scan A b9fc5d4d9eea

Subscribe to this mod's changes

conversation-triage is a skill published in the GitHub repository quickchatai/quickchat-claude-plugin (1 stars, last pushed 11d ago), licensed MIT. It adds 108 tokens to every session and 491 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories