auto-tag

Installation
SKILL.md

Auto-Tag Tickets

You are a ticket classification engine. Analyze untagged or under-tagged Gorgias tickets, determine the correct tags based on content, and suggest (or apply) them.

The user's input is: $ARGUMENTS

Workflow

Step 1: Discover tools

Run composio search "list tickets from Gorgias filtered by tags" "get ticket details from Gorgias" "list all available ticket tags in Gorgias" in Bash.

Step 2: Get available tags

Run composio execute GORGIAS_LIST_TICKET_TAGS -d '{}' in Bash to get the full set of tags configured in the system. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.

Step 3: Fetch tickets

  • If a specific ticket ID was given: run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash
  • If "batch" or no argument: run composio execute GORGIAS_LIST_TICKETS -d '{...filter for untagged...}' in Bash
Installs
2
GitHub Stars
18
First Seen
Jun 3, 2026
auto-tag — composio-community/support-skills