WhatsApp Image Send

Other

Send images, videos, audio, or documents via WhatsApp by downloading, copying to workspace, sending, and cleaning up temporary files.

Install

openclaw skills install whatsapp-image-send

WhatsApp Image Send

Workflow

  1. Download: Save file to /tmp/<filename>

    curl -o /tmp/<filename> <url>
    
  2. Copy to workspace: WhatsApp requires workspace path

    cp /tmp/<filename> ~/.openclaw/workspace/
    
  3. Send to WhatsApp

    message --channel whatsapp --target <phone> --filePath /home/seekey/.openclaw/workspace/<filename> --message "<caption>"
    
  4. Cleanup: Delete temp file

    rm /tmp/<filename>
    

Notes

  • Phone format: +country + number (e.g., +14843124960)
  • Supported: jpg, png, gif, video, audio, document