create-support-ticket

create-support-ticket is a skill for Claude Code from voicelogica/voice-logica-plugin. It costs 53 tokens per session (570 once invoked), scanned A, original, MIT.

A procedure for opening a support ticket in the Voice Logica app when a problem needs human help. Voice Logica is a service for handling voice calls with software agents.

In plain words
What is it for?
It helps collect the expected result, actual failure, agent and call identifiers, timing, and troubleshooting already attempted before escalation.
Why use it?
It prevents unresolved call, recording, account, billing, or carrier problems from being lost or reported without the details support needs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the voice-logica plugin — 17 skills, 1 MCP server shipped together

Good fit It helps collect the expected result, actual failure, agent and call identifiers, timing, and troubleshooting already attempted before escalation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/voicelogica/voice-logica-plugin/create-support-ticket
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add voicelogica/voice-logica-plugin --skill create-support-ticket
Clone the repo
git clone --depth 1 https://github.com/voicelogica/voice-logica-plugin

Made for: Claude Code.

Or install voice-logica, the plugin that ships this one along with the rest of its 17 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-support-ticket

README.md
[![agentmods](https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/create-support-ticket/github.svg)](https://agentmods.dev/skills/voicelogica/voice-logica-plugin/create-support-ticket)
Your own site
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/create-support-ticket"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/create-support-ticket/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for create-support-ticket

Your own site · 80×15
<a href="https://agentmods.dev/skills/voicelogica/voice-logica-plugin/create-support-ticket"><img src="https://agentmods.dev/badge/skills/voicelogica/voice-logica-plugin/create-support-ticket.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 570 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00570
Opus 5 $0.00026 $0.00285
Sonnet 5 $0.00011 $0.00114
Haiku 4.5 $0.00005 $0.00057

Measured 10d ago against content hash af9d80a44976, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

create-support-ticket scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/create-support-ticket/SKILL.md · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Create a Voice Logica support ticket

File it in the Voice Logica app (Contact Support) through MCP. These are not Freshdesk / Zendesk tickets (manage-helpdesk-ops) and not mailbox email.

Confirm the MCP is connected (Connect / OAuth to https://app.voicelogica.ai). Use an API key only if the client has no Connect flow.

When to file

  • The user asks to open a ticket, escalate, or get a human.
  • After one honest diagnosis pass the issue is still broken, or it needs a human (carrier, number porting, billing, account access).
  • SIP REFER declined, a recording that should exist is missing, or the agent spoke JSON / tool names / brackets.

Do not file a ticket for a setting change you can do in this chat.

Required fields

Collect before creating. Do not invent Call IDs.

  1. Short subject (what failed — not "help")
  2. Expected vs actual
  3. Agent name and ID
  4. Call ID(s) if it is a call, transfer, or recording issue
  5. When it started / whether it used to work
  6. What you already tried

Also useful when relevant: destination type (mobile / landline / extension), whether the destination rang, DID / public number, and whether the window had zero Call IDs (traffic never reached Voice Logica).

Write the body in the user language. Put IDs in as plain text.

MCP tools (do not invent others)

  • create_ticket
  • list_tickets / get_ticket
  • list_ticket_mentions / reply_to_ticket / change_ticket_status
  • close_all_tickets — admin only; do not use unless the user asked

How to create

  1. list_tickets first. If an open ticket already covers this, reply_to_ticket instead of a duplicate.
  2. create_ticket with the subject and body above. Always include Call IDs and agent IDs in the body when you have them.
  3. Return the ticket ID and a one-line summary of what you filed.
  4. If create fails or no ticket tool is available, say so and give the Support portal: https://support.voicelogica.ai — tell them to file there with the same Call IDs.

Read the full file on GitHub · 52 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 52 lines · 53 tokens per session scan A af9d80a44976

Subscribe to this mod's changes

create-support-ticket is a skill published in the GitHub repository voicelogica/voice-logica-plugin (0 stars, last pushed 18d ago), licensed MIT. It adds 53 tokens to every session and 570 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.