Install
openclaw skills install whatsapp-local-endpoints-routerRoute incoming WhatsApp content to local HTTP endpoints and return endpoint JSON directly to the user. Use when a WhatsApp message contains plain text/random symbols that should be sent to POST http://localhost:8080/process, or when a WhatsApp message contains a QR image that should be sent to POST http://localhost:8080/decode-qr.
openclaw skills install whatsapp-local-endpoints-routerHandle two WhatsApp input types and mirror backend responses back to the user:
/process/decode-qrAlways send the endpoint response body back to the user with no extra formatting unless the user asks for explanation.
scripts/route_whatsapp.sh.Run from workspace root:
# Text -> /process
bash skills/whatsapp-local-router/scripts/route_whatsapp.sh process "<any text>"
# Image -> /decode-qr
bash skills/whatsapp-local-router/scripts/route_whatsapp.sh decode "/path/to/image.png"
image for QR decode uploads.