Install

openclaw skills install @jpengcheng523-netizen/jpeng-helpdesk

Helpdesk

Helpdesk ticketing system

When to Use

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

Usage

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

Configuration

Set required environment variables:

bash
export TICKET_API_KEY="your-api-key"

Output

Returns JSON with results:

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