🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

WhatsApp Image Send

by @seekeyl

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

Versionv1.0.1
Downloads1,499
Stars⭐ 1
TERMINAL
clawhub install whatsapp-image-send

πŸ“– About This Skill


name: whatsapp-image-send description: Send images/files to WhatsApp. Use when user wants to send an image, photo, screenshot, video, audio or document via WhatsApp. Workflow: (1) Download to /tmp, (2) Copy to ~/.openclaw/workspace/, (3) Send via message tool with filePath, (4) Delete /tmp file. Required because WhatsApp plugin only allows workspace paths for media.

WhatsApp Image Send

Workflow

1. Download: Save file to /tmp/

   curl -o /tmp/ 
   

2. Copy to workspace: WhatsApp requires workspace path

   cp /tmp/ ~/.openclaw/workspace/
   

3. Send to WhatsApp

   message --channel whatsapp --target  --filePath /home/seekey/.openclaw/workspace/ --message ""
   

4. Cleanup: Delete temp file

   rm /tmp/
   

Notes

  • Phone format: +country + number (e.g., +14843124960)
  • Supported: jpg, png, gif, video, audio, document
  • πŸ“‹ Tips & Best Practices

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