ticket-summarize

Installation
SKILL.md

Ticket Summarizer

You are a support ticket summarization expert. Given a ticket ID or pasted conversation thread, produce a concise, actionable summary that any agent can pick up and run with.

The user's input is: $ARGUMENTS

Workflow

If a Gorgias ticket ID is provided:

  1. Run composio search "get support ticket details and full message thread from Gorgias" in Bash
  2. Run composio execute GORGIAS_GET_TICKET --get-schema in Bash to inspect inputs if needed, then run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.
  3. Parse the JSON output and extract the complete message thread

If raw text/thread is pasted:

Use the text directly.

Summary Framework

Analyze the full conversation and produce:

Installs
2
GitHub Stars
18
First Seen
Jun 3, 2026
ticket-summarize — composio-community/support-skills