helpdesk

Prompts

Helpdesk ticketing system

Install

openclaw skills install jpeng-helpdesk

Helpdesk

Helpdesk ticketing system

When to Use

  • User needs support related functionality
  • Automating ticket tasks
  • Communication operations

Usage

python3 scripts/helpdesk.py --input <input> --output <output>

Configuration

Set required environment variables:

export TICKET_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}