zendesk

SKILL.md

Zendesk CLI Skill

A command-line interface for comprehensive Zendesk API integration. Run commands via uv run zd-cli <command> in the skill directory.

Running commands

  • Installed (recommended): uvx zd-cli <command>
  • Development (cloned repo): uv run zd-cli <command> from the repo directory

Never use bare python3 zd-cli — dependencies won't be available. All examples below use uv run zd-cli; substitute uvx zd-cli if running outside the repo.

Quick Start

# Test authentication
uv run zd-cli me

# Search tickets
uv run zd-cli search "status:open priority:urgent"
Installs
4
First Seen
Mar 23, 2026