mcpbeat Sign in

Helpdesk Automation Skill for Cursor

Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.

2k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill helpdesk-automation

MCP servers it needs

declared by the author in the skill header

Not in the registry: rube

The skill names a server we cannot find in the official MCP registry. It may be private, renamed, or never published — either way, the skill will not work until you have it.

The instruction itself

14 sections, as written by the author

HelpDesk Automation via Rube MCP

Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP.

Toolkit docs: composio.dev/toolkits/helpdesk

Prerequisites

  • Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
  • Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk
  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas

Setup

Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

  • Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
  • Call RUBE_MANAGE_CONNECTIONS with toolkit helpdesk
  • If connection is not ACTIVE, follow the returned auth link to complete HelpDesk authentication
  • Confirm connection status shows ACTIVE before running any workflows

Core Workflows

1. List and Browse Tickets

When to use: User wants to retrieve, browse, or paginate through support tickets

Tool sequence:

  • HELPDESK_LIST_TICKETS - List tickets with sorting and pagination [Required]

Key parameters:

  • silo: Ticket folder - 'tickets', 'archive', 'trash', or 'spam' (default: 'tickets')
  • sortBy: Sort field - 'createdAt', 'updatedAt', or 'lastMessageAt' (default: 'createdAt')
  • order: Sort direction - 'asc' or 'desc' (default: 'desc')
  • pageSize: Results per page, 1-100 (default: 20)
  • next.value: Timestamp cursor for forward pagination
  • next.ID: ID cursor for forward pagination
  • prev.value: Timestamp cursor for backward pagination
  • prev.ID: ID cursor for backward pagination

Pitfalls:

  • Pagination uses cursor-based approach with timestamp + ID pairs
  • Forward pagination requires both next.value and next.ID from previous response
  • Backward pagination requires both prev.value and prev.ID
  • silo determines which folder to list from; default is active tickets
  • pageSize max is 100; default is 20
  • Archived and trashed tickets are in separate silos

2. Manage Ticket Views

When to use: User wants to see saved agent views for organizing tickets

Tool sequence:

  • HELPDESK_LIST_VIEWS - List all agent views [Required]

Key parameters: (none required)

Pitfalls:

  • Views are predefined saved filters configured by agents in the HelpDesk UI
  • View definitions include filter criteria that can be used to understand ticket organization
  • Views cannot be created or modified via API; they are managed in the HelpDesk UI

3. Use Canned Responses

When to use: User wants to list available canned (template) responses for tickets

Tool sequence:

  • HELPDESK_LIST_CANNED_RESPONSES - Retrieve all predefined reply templates [Required]

Key parameters: (none required)

Pitfalls:

  • Canned responses are predefined templates for common replies
  • They may include placeholder variables that need to be filled in
  • Canned responses are managed through the HelpDesk UI
  • Response content may include HTML formatting

4. Inspect Custom Fields

When to use: User wants to view custom field definitions for the account

Tool sequence:

  • HELPDESK_LIST_CUSTOM_FIELDS - List all custom field definitions [Required]

Key parameters: (none required)

Pitfalls:

  • Custom fields extend the default ticket schema with organization-specific data
  • Field definitions include field type, name, and validation rules
  • Custom fields are configured in the HelpDesk admin panel
  • Field values appear on tickets when the field has been populated

Common Patterns

Ticket Browsing Pattern

1. Call HELPDESK_LIST_TICKETS with desired silo and sortBy
2. Process the returned page of tickets
3. Extract next.value and next.ID from the response
4. Call HELPDESK_LIST_TICKETS with those cursor values for next page
5. Continue until no more cursor values are returned

Ticket Folder Navigation

Active tickets:  silo='tickets'
Archived:        silo='archive'
Trashed:         silo='trash'
Spam:            silo='spam'

Cursor-Based Pagination

Forward pagination:
  - Use next.value (timestamp) and next.ID from response
  - Pass as next.value and next.ID parameters in next call

Backward pagination:
  - Use prev.value (timestamp) and prev.ID from response
  - Pass as prev.value and prev.ID parameters in next call

Known Pitfalls

Cursor Pagination:

  • Both timestamp and ID are required for cursor navigation
  • Cursor values are timestamps in ISO 8601 date-time format
  • Mixing forward and backward cursors in the same request is undefined behavior

Silo Filtering:

  • Tickets are physically separated into silos (folders)
  • Moving tickets between silos is done in the HelpDesk UI
  • Each silo query is independent; there is no cross-silo search

Read-Only Operations:

  • Current Composio toolkit provides list/read operations
  • Ticket creation, update, and reply operations may require additional tools
  • Check RUBE_SEARCH_TOOLS for any newly available tools

Rate Limits:

  • HelpDesk API has per-account rate limits
  • Implement backoff on 429 responses
  • Keep page sizes reasonable to avoid timeouts

Response Parsing:

  • Response data may be nested under data or data.data
  • Parse defensively with fallback patterns
  • Ticket IDs are strings

Quick Reference

| Task | Tool Slug | Key Params |

|------|-----------|------------|

| List tickets | HELPDESK_LIST_TICKETS | silo, sortBy, order, pageSize |

| List views | HELPDESK_LIST_VIEWS | (none) |

| List canned responses | HELPDESK_LIST_CANNED_RESPONSES | (none) |

| List custom fields | HELPDESK_LIST_CUSTOM_FIELDS | (none) |


*Powered by Composio*

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take davepoon/helpdesk-automation from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.