zendesk
OfficialZendesk support automation via REST API.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates Zendesk ticketing, user management, and support workflows, reducing manual support toil.
Core Features & Use Cases
- Create, update, search, and close tickets
- Manage end-users, agents, and organizations
- Bulk operations and analytics-ready data access
Quick Start
Create a ticket: bash -c 'curl -s -X POST "https://${ZENDESK_SUBDOMAIN}.zendesk.com/api/v2/tickets.json" -H "Content-Type: application/json" -u "${ZENDESK_EMAIL}/token:${ZENDESK_API_TOKEN}" -d '{"ticket": {"subject": "Help needed","comment": {"body": "Test ticket from automation"}}}' | jq .'
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: zendesk Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#zendesk Please download this .zip file, extract it, and install it in the .claude/skills/ directory.