Install
openclaw skills install whatsapp-image-sendSend images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files.
openclaw skills install whatsapp-image-sendDownload: Save file to /tmp/<filename>
curl -o /tmp/<filename> <url>
Copy to workspace: WhatsApp requires workspace path
cp /tmp/<filename> ~/.openclaw/workspace/
Send to WhatsApp
message --channel whatsapp --target <phone> --filePath /home/seekey/.openclaw/workspace/<filename> --message "<caption>"
Cleanup: Delete temp file
rm /tmp/<filename>