المهارات helpdesk-automation
🎫

helpdesk-automation

آمن

Automate HelpDesk Tasks

This skill automates HelpDesk ticketing operations via Rube MCP, enabling users to list tickets, manage views, access canned responses, and inspect custom fields through Claude Code.

يدعم: Claude Codex Code(CC)
🥉 75 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "helpdesk-automation". List 5 recent tickets sorted by creation date

النتيجة المتوقعة:

Returns a list of 5 tickets with IDs, subjects, status, created timestamps, and pagination cursors for retrieving more results.

استخدام "helpdesk-automation". Show available canned responses

النتيجة المتوقعة:

Returns an array of canned response templates with IDs, titles, and content that can be used as reply templates.

استخدام "helpdesk-automation". What custom fields are defined?

النتيجة المتوقعة:

Returns custom field definitions including field names, types, and validation rules for the HelpDesk account.

التدقيق الأمني

آمن
v1 • 2/25/2026

This skill provides documentation for interacting with HelpDesk ticketing system via Rube MCP (Composio). All static findings are false positives: backticks are markdown code formatting for tool/parameter names, the URL is a legitimate public service endpoint, and sort order abbreviations were misidentified as weak cryptographic algorithms. No actual security risks detected.

1
الملفات التي تم فحصها
172
الأسطر التي تم تحليلها
0
النتائج
1
إجمالي عمليات التدقيق
لا توجد مشكلات أمنية

الأنماط المكتشفة

False Positive: Backtick DetectionFalse Positive: Weak Cryptographic AlgorithmFalse Positive: Hardcoded URL
تم تدقيقه بواسطة: claude

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
50
المجتمع
100
الأمان
100
الامتثال للمواصفات

ماذا يمكنك بناءه

Support Agent Ticket Review

Support agents can quickly browse and paginate through tickets to review pending work across different folders (active, archived, trashed, spam).

Knowledge Base Access

Agents can access canned responses to quickly find template replies for common customer questions without typing from scratch.

Custom Field Discovery

Administrators or developers can inspect custom field definitions to understand what extra data fields are available in the ticketing system.

جرّب هذه الموجهات

List Recent Tickets
Use the helpdesk-automation skill to list the 10 most recent support tickets sorted by creation date.
Browse Ticket Archive
Use the helpdesk-automation skill to list archived tickets from the last week, sorted by update time.
Find Canned Responses
Use the helpdesk-automation skill to list all available canned responses for quick reply templates.
Inspect Custom Fields
Use the helpdesk-automation skill to list all custom field definitions available in the HelpDesk system.

أفضل الممارسات

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before starting workflows
  • Verify connection status shows ACTIVE before running any HelpDesk operations
  • Implement cursor-based pagination correctly by using both timestamp and ID values together

تجنب

  • Do not assume ticket creation or update tools are available - check RUBE_SEARCH_TOOLS for newly added tools
  • Do not mix forward and backward pagination cursors in the same request
  • Do not ignore rate limit responses - implement backoff to avoid temporary blocks

الأسئلة المتكررة

What is Rube MCP?
Rube MCP is a Model Context Protocol server by Composio that provides access to various toolkits including HelpDesk. Add https://rube.app/mcp as your MCP server to use this skill.
Can I create or update tickets with this skill?
No, this skill provides read-only operations for listing tickets, views, canned responses, and custom fields. Check RUBE_SEARCH_TOOLS for any newly available write operations.
How does pagination work?
The HelpDesk API uses cursor-based pagination. You must use both the timestamp (next.value/prev.value) and ID (next.ID/prev.ID) from the previous response to navigate between pages.
What is a silo in ticket listing?
Silo refers to the ticket folder. Use 'tickets' for active tickets, 'archive' for archived tickets, 'trash' for deleted tickets, or 'spam' for spam folder.
Do I need API keys for Rube MCP?
No API keys are required. Just add the Rube MCP endpoint (https://rube.app/mcp) to your client configuration and authenticate through the HelpDesk connection flow.
What are custom fields?
Custom fields are organization-specific data fields that extend the default ticket schema. Administrators configure these in the HelpDesk admin panel to capture additional information.

تفاصيل المطور

بنية الملفات

📄 SKILL.md