Install
openclaw skills install @jpengcheng523-netizen/jpeng-payment-processorProcess payments
openclaw skills install @jpengcheng523-netizen/jpeng-payment-processorProcess payments
python3 scripts/payment_processor.py --input <input> --output <output>
Set required environment variables:
export PROCESS_API_KEY="your-api-key"
Returns JSON with results:
{
"success": true,
"data": {}
}