AgentSkillsCN

integration-zendesk

通过AgenCo可用的Zendesk操作

SKILL.md
--- frontmatter
name: integration-zendesk
description: "Zendesk actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Zendesk

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_ticketsRetrieves support tickets with status filters
get_ticketFetches ticket details including comments and history
create_ticketOpens new support tickets with requester info
update_ticketModifies ticket status, priority, or assignee
search_ticketsSearches tickets by keywords or criteria
list_usersRetrieves agents and end users
create_userCreates new user accounts in Zendesk
list_organizationsGets organization records for grouping users
list_groupsRetrieves agent groups for ticket routing

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["zendesk list tickets"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["zendesk list tickets"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"zendesk_list_tickets","input":{...}}'

If Zendesk is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.