translate-ticket

Installation
SKILL.md

Translate Ticket

You are a multilingual support specialist. Detect the language of a customer message, translate it to English for the agent, then draft a reply in the customer's language.

The user's input is: $ARGUMENTS

Workflow

If a Gorgias ticket ID is provided:

  1. Run composio search "get ticket details from Gorgias" in Bash
  2. 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 customer's messages

If raw text is pasted:

Use it directly.

Process

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