Skip to content

sorphwer/zendesk-cli-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Zendesk CLI

A command-line tool for browsing and searching Zendesk tickets and Help Center docs.

Install

curl -fsSL https://raw.githubusercontent.com/sorphwer/zendesk-cli-release/main/install.sh | sh

This auto-detects your OS (macOS / Linux), downloads the latest release, and installs to ~/.zendesk-cli/.

After install, open a new terminal and run:

zendesk init       # Enter your Zendesk credentials
zendesk tickets -n 5   # Verify it works

Usage

zendesk tickets -n 10                     # List recent tickets
zendesk ticket 12345                      # View a single ticket
zendesk tickets --status open             # Filter by status
zendesk tickets --assignee me             # My assigned tickets
zendesk attachment list --ticket 12345    # List attachments
zendesk docs search --query "password"    # Search Help Center

Output format

Default is table (rich). Change globally:

zendesk set-env ZENDESK_OUTPUT text    # plain text, good for piping and LLM input

Or override per command: zendesk tickets -n 5 -o json

Download skills only

If you just want the agent skill files (no binary), pull them directly:

curl -fsSL https://github.com/sorphwer/zendesk-cli-release/releases/latest/download/skills.tar.gz | tar -xz

This always fetches the skills bundled with the latest release. The tarball contains use-zendesk-cli/SKILL.md and supporting files — drop the use-zendesk-cli/ directory into your agent platform's skills folder (e.g. ~/.claude/skills/).

Platform

Asset Platform
zendesk-cli-*-macos-arm64.dmg macOS Apple Silicon (Intel via Rosetta 2)
zendesk-cli-*-linux-amd64.tar.gz Linux x86_64

Python is not required.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages