zendesk

zendesk is a skill for Claude Code, Codex from iblai/enterprise-agents. It costs 37 tokens per session (606 once invoked), scanned A, original, MIT.

A connection to Zendesk, a customer-service platform where support teams manage customer conversations as tickets.

In plain words
What is it for?
Use it to create, search, and update tickets; manage users and organizations; apply canned-response macros; check service-level agreements; and retrieve customer-satisfaction results.
Why use it?
It lets an agent handle support records and customer context without switching between separate helpdesk tasks.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to create, search, and update tickets; manage users and organizations; apply canned-response macros; check service-level agreements; and retrieve customer-satisfaction results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iblai/enterprise-agents/zendesk
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 iblai/enterprise-agents --skill zendesk
Clone the repo
git clone --depth 1 https://github.com/iblai/enterprise-agents

Made for: Claude Code, Codex.

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 zendesk

README.md
[![agentmods](https://agentmods.dev/badge/skills/iblai/enterprise-agents/zendesk/github.svg)](https://agentmods.dev/skills/iblai/enterprise-agents/zendesk)
Your own site
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/zendesk"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/zendesk/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 zendesk

Your own site · 80×15
<a href="https://agentmods.dev/skills/iblai/enterprise-agents/zendesk"><img src="https://agentmods.dev/badge/skills/iblai/enterprise-agents/zendesk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 606 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.00037 $0.00606
Opus 5 $0.00018 $0.00303
Sonnet 5 $0.00007 $0.00121
Haiku 4.5 $0.00004 $0.00061

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

Security

Grade A, and why

zendesk 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/zendesk/SKILL.md · 40 lines

How it starts

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

Zendesk

What it is

Zendesk is a widely used customer service and ticketing platform, serving as the primary helpdesk for customer-facing support teams in this segment. The customer support agent uses Zendesk to open and update tickets on behalf of customers, retrieve account and organization context tied to a requester, apply canned response macros, and monitor SLA compliance. It is also used to fetch CSAT scores and tag tickets for quality analysis.

When to use this skill

  • Creating a new support ticket from a customer inquiry
  • Updating ticket status, priority, or assignee during an escalation
  • Searching for existing tickets from a customer to understand their issue history
  • Applying a macro (canned response template) to a ticket
  • Retrieving CSAT rating and comments for a resolved ticket
  • Looking up a customer's organization record for account context

Credentials

This skill authenticates using variables from ~/.openclaw/.env (template: .env.example at the config root). Required variables:

  • ZENDESK_SUBDOMAIN - Zendesk subdomain (e.g. mycompany for mycompany.zendesk.com)
  • ZENDESK_EMAIL - email of the agent/service account performing API calls
  • ZENDESK_API_TOKEN - API token from the Zendesk Admin Center

Key operations

  • GET /api/v2/tickets/{ticket_id} - retrieve a ticket by ID
  • POST /api/v2/tickets - create a new ticket
  • PUT /api/v2/tickets/{ticket_id} - update ticket fields
  • GET /api/v2/search?query=... - full-text search across tickets, users, and orgs
  • POST /api/v2/tickets/{ticket_id}/macros/apply/{macro_id} - apply a macro to a ticket
  • GET /api/v2/users/{user_id} - retrieve a user (requester) profile

Notes

  • Authenticate with {email}/token:{api_token} using HTTP Basic.
  • Rate limit is 700 requests/minute across all endpoints for Enterprise plans; lower tiers have stricter limits.
  • Ticket side-loads (e.g., ?include=users,organizations) reduce round-trips but count as additional data points toward rate limits.
  • Sandbox Zendesk instances have separate subdomains; never write test tickets to production.
  • Attachments in tickets are retrieved via pre-signed URLs and expire after 24 hours.

Read the full file on GitHub · 40 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 · 40 lines · 37 tokens per session scan A d1c22a0b6111

Subscribe to this mod's changes

zendesk is a skill published in the GitHub repository iblai/enterprise-agents (11 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 606 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories