integration-zendesk

Configure Zendesk API access for a Hermes agent over SSH.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill integration-zendesk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: integration-zendesk
Source: https://github.com/paarths-collab/hstack/tree/main/skills/integration-zendesk
Command: npx skills add https://github.com/paarths-collab/hstack --skill integration-zendesk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill connects Zendesk to a self-hosted Hermes agent when you need secure access to tickets, users, organizations, and macros without waiting for a first-party MCP server.

Core Features & Use Cases

  • REST-Based Integration: Configures Zendesk API access directly with email-plus-token Basic authentication instead of MCP.
  • Idempotent Remote Setup: Writes credentials to the Hermes environment on a VPS, validates the existing state, and avoids duplicate wiring.
  • Safety Checks and Recovery: Verifies subdomain format, token length, live API access, gateway reload behavior, and rollback steps if anything fails.
  • Use Case: A support team can ask an AI coding agent to connect Zendesk on a remote server, confirm the credentials work, and expose ticket and search endpoints for ongoing operations.

Quick Start

Ask the AI to connect Zendesk to your self-hosted Hermes agent over SSH using your VPS details, Zendesk subdomain, admin email, and API token.

Frequently Asked Questions about integration-zendesk

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

FAQPage Schema
How do I connect Zendesk to a self-hosted Hermes agent over SSH?

To connect Zendesk to a self-hosted Hermes agent over SSH, you configure secure REST API access using Basic authentication, validate your subdomain, and store credentials as idempotent environment variables on the remote VPS.

How does Basic authentication work for Zendesk API token automation?

Basic authentication for Zendesk API token automation requires your admin email to use the mandatory /token suffix instead of a standard password, allowing AI coding agents to securely access ticket and search endpoints.

Can I automate Zendesk ticket lookup and updates without an MCP server?

You can automate Zendesk ticket lookup and updates without an MCP server by configuring direct REST-based API integration with a self-hosted Hermes agent, enabling remote support workflows like user search and comment retrieval.

What is the best way to test Zendesk API integration on a remote server?

The best way to test Zendesk API integration on a remote server is to run smoke tests against the /users/me.json and /search.json endpoints after configuring credentials and reloading the gateway to verify live API access.

Why does my Zendesk integration setup fail during subdomain validation?

Zendesk integration setup fails during subdomain validation if the subdomain format is incorrect or the API token length is invalid, triggering built-in safety checks that require rollback steps to restore the previous state.

Does the Zendesk Hermes integration support duplicate wiring prevention?

The Zendesk Hermes integration supports duplicate wiring prevention by validating existing environment state on the VPS and applying idempotent environment-variable storage, ensuring remote setup does not overwrite or duplicate configurations.