zendesk

Manage Zendesk tickets, users, groups, and organizations via a unified API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/repairman29/JARVIS --skill zendesk-repairman29
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: zendesk
Source: https://github.com/repairman29/JARVIS/tree/main/skills/zendesk
Command: npx skills add https://github.com/repairman29/JARVIS --skill zendesk-repairman29

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often struggle to coordinate customer support across Zendesk without a unified, quickly consumable interface. This skill provides programmatic access to tickets, users, groups, organizations, and related data so operators can search, fetch, update, and compose responses from within JARVIS.

Core Features & Use Cases

  • Manage tickets: search, retrieve, update status, add comments, and list ticket details.
  • Manage agents, groups, and organizations: list, create, update, and assign memberships.
  • Use Case: A support workflow where an agent looks up a ticket, updates its status, assigns it to a teammate, and records an internal note for follow-up.

Quick Start

Search open tickets and add a public reply to a selected ticket.

Frequently Asked Questions about zendesk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Zendesk ticket status and add comments from a single interface?▼

You can update Zendesk ticket status and add comments by applying a unified API surface that searches tickets, updates statuses, and records internal notes for follow-up within a single workflow.

Can I manage Zendesk users and group memberships across organizations?▼

Yes, you can manage Zendesk users and group memberships across organizations by listing, updating, and assigning agents to specific groups through the provided endpoint-based operations.

What is the best way to search open Zendesk tickets and reply to a customer?▼

The best way to search open Zendesk tickets and reply is to use the support workflow to fetch ticket details, then apply a public reply directly to the selected ticket record.

Does this approach require external dependencies to look up Zendesk organizations?▼

No external dependencies are required to look up Zendesk organizations, as the skill applies built-in endpoints to perform role management and organization lookups directly.

Can I assign a Zendesk ticket to a teammate and record an internal note?▼

You can assign a Zendesk ticket to a teammate and record an internal note by updating the ticket assignment within the group management workflow and adding a comment for follow-up.

What are the limitations of using API endpoints for customer support workflows in Zendesk?▼

The API surface handles endpoint-based operations for customer support workflows, but complex custom workflow automations outside standard ticket, user, and group data may require additional configuration.