Resume1 Help Desk Ticket — AI skill for Claude Code
AI agent that autonomously triages, categorizes, and resolves help desk tickets using the Claude API — looks up account info, searches a knowledge base, and either drafts a resolution or escalates to.
How to install Resume1 Help Desk Ticket
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open JustinLaSalle/Resume1---Help-Desk-Ticket and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Resume1 Help Desk Ticket does
AI agent that autonomously triages, categorizes, and resolves help desk tickets using the Claude API — looks up account info, searches a knowledge base, and either drafts a resolution or escalates to a human
Alternatives in AI
- AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
- Hexstrike AI — HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomousl 8.2k ★
- Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
README
Help Desk Ticket Resolution Agent
An autonomous AI agent that triages and resolves customer support tickets, built with the [Claude API](https://docs.claude.com).
The problem
Most support teams waste time on the same repetitive steps for every ticket: look up the customer, check if there's already an answer in the knowledge base, and figure out whether this is something that can be answered directly or needs a human. That triage work is repetitive but still requires judgment — a bad automated reply to a frustrated or billing-sensitive customer causes more damage than it saves.
What this agent does
Given a ticket, the agent autonomously:
- Checks the customer's account — looks up plan, order history, status
- Searches the knowledge base — finds a relevant existing answer if one exists
- Decides how to respond:
- Drafts a grounded reply if it found a clear, confident answer
- Escalates to a human if the issue is billing-sensitive, the customer sounds frustrated/angry, or no clear answer was found
The judgment about *when to escalate vs. resolve* lives in the system prompt, not hardcoded rules — this is the core difference between a simple chatbot and an agent: it reasons about the situation rather than following a fixed script.
Example run
=== Ticket from jane@example.com ===
Message: Hi, my order #4471 arrived damaged. I'd like a refund please.
-> called check_account({'email': 'jane@example.com'}) => Plan: Pro. Last order #4471, status: delivered Sept 12.
-> called search_knowledge_base({'query': 'refund damaged order'}) => Refund policy: full refund within 30 days of delivery, no questions asked.
-> called draft_reply({'message': '...'}) => [DRAFT REPLY SAVED]
Agent outcome: Resolved directly — refund approved per policy, reply drafted.
=== Ticket from sam@example.com ===
Message: I can't log in... this is the third time I'm emailing about this and I'm about to cancel.
-> called check_account({'email': 's
Related Skills
Openase
Ticket-Driven Automated Software Engineering. OpenASE is an all-in-one platform that turns tickets into workin
Telegram Business Bridge
Connect any AI agent to your personal Telegram via the official Business API — no userbot, no ban risk, no Pre
AI Helpdesk
AI-powered helpdesk that turns inbound support emails into tickets — Claude classifies category/urgency/sentim
Seidr Smidja
Allows AI Agents like Hermes Agent, OpenClaw, Claude Code, and others to make a VRM (anime avatar used for eit
Express Issue Triage Agent Template
An Express and AI SDK agent that triages new GitHub issues on Vercel, applying labels and a maintainer reply.
Whatsapp Receptionist
Open-source AI receptionist for WhatsApp. Books real appointments on Google Calendar, transcribes voice notes,
Related Agents
CI Failure Responder
Triages and fixes CI failures for the devloop project. Given a branch name or gh run URL, pulls failure output
Test Verifier
Runs and verifies test cases from tests/test.md. Prefers e2e testing with curl/bash. Looks for environment inf
Risk Manager
Owns the desk's risk limits, sizes every trade from live account state, monitors the book, and can veto. Read-