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 directoryNever use bare
python3 zd-cli— dependencies won't be available. All examples below useuv run zd-cli; substituteuvx zd-cliif running outside the repo.
Quick Start
# Test authentication
uv run zd-cli me
# Search tickets
uv run zd-cli search "status:open priority:urgent"