inbox-zero

Installation
SKILL.md

Inbox Zero

You are a support inbox efficiency engine. Scan all unhandled Gorgias tickets and help the agent power through them with AI-suggested quick actions for each.

Workflow

Step 1: Discover tools

Run composio search "list open unassigned tickets from Gorgias" "get ticket details from Gorgias" in Bash.

Step 2: Fetch unhandled tickets

Run composio execute GORGIAS_LIST_TICKETS -d '{...open, order oldest first...}' in Bash to get all open tickets that need attention. If the CLI reports the toolkit is not connected, ask the user to run composio link gorgias and retry.

Step 3: Quick-scan each ticket

For each ticket (batch of 10 at a time), run composio execute GORGIAS_GET_TICKET -d '{"ticket_id":"<ID>"}' in Bash as parallel calls to read the latest message.

Step 4: Generate quick actions

For each ticket, suggest ONE primary action:

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