Integration with support and ticketing platforms
Automates support ticket workflows and knowledge base synchronization across platforms.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Support Platform Integration skill provides comprehensive integration capabilities with major support and ticketing platforms including Zendesk, Freshdesk, and ServiceNow. This skill enables automated ticket management, workflow execution, conversation history access, and knowledge base synchronization to streamline support operations.
skill: support-platform-integration
action: create-ticket
parameters:
platform: zendesk
ticket:
subject: "Unable to access dashboard after password reset"
description: "Customer reports 403 error when accessing main dashboard"
requester_email: "customer@example.com"
priority: high
type: incident
tags:
- access-issue
- dashboard
custom_fields:
product_area: analytics
customer_tier: enterprise
skill: support-platform-integration
action: query-tickets
parameters:
platform: freshdesk
filters:
requester_id: "123456"
status: [open, pending, resolved]
created_after: "2025-01-01"
include:
- conversations
- satisfaction_rating
- time_entries
limit: 50
skill: support-platform-integration
action: execute-macro
parameters:
platform: zendesk
ticket_id: "987654"
macro_id: "escalate_to_tier2"
comment: "Escalating per customer request for senior engineer"
skill: support-platform-integration
action: sync-kb-article
parameters:
platform: servicenow
article:
title: "How to Reset Two-Factor Authentication"
category: "Account Security"
content_markdown: |
## Steps to Reset 2FA
1. Navigate to Security Settings
2. Click "Reset 2FA"
...
status: published
visibility: public
skill: support-platform-integration
action: generate-report
parameters:
platform: zendesk
report_type: sla_compliance
date_range:
start: "2025-01-01"
end: "2025-01-31"
group_by: team
metrics:
- first_response_time
- resolution_time
- breach_count
This skill integrates with the following customer experience processes:
| Process | Integration Points |
|---|---|
| ticket-triage-routing.js | Ticket creation, priority assignment, routing automation |
| escalation-management.js | Workflow transitions, tier assignments, escalation tracking |
| sla-management.js | SLA timer management, breach alerts, compliance reporting |
| itil-incident-management.js | Incident tickets, major incident workflows, PIR tracking |
This skill is a strong candidate for extraction to a shared library with applicability to:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.