Install
openclaw skills install instagraDownload an Instagram Reel via sssinstagram.com and return it as a WhatsApp-ready video file. Use when a reel URL is provided and yt-dlp is blocked or not preferred.
openclaw skills install instagraplaywright-core installed in the runtime.BROWSER_EXECUTABLE_PATH (preferred), or/usr/bin/brave-browser.OPENCLAW_WORKSPACE (optional): workspace root used for output path.REEL_DOWNLOAD_DIR (optional): explicit download directory override.BROWSER_EXECUTABLE_PATH (optional): browser binary path override.Validate input URL.
https://www.instagram.com/reel/... (or /reels/...) links.Run downloader automation script.
node scripts/download_via_sss.mjs "<instagram-url>"MEDIA_PATH=<absolute path>Send the file to user on WhatsApp.
message action=send with media set to MEDIA_PATH.Done 🐾.If the site blocks automation.
BROWSER_EXECUTABLE_PATH if set, otherwise defaults to /usr/bin/brave-browser.REEL_DOWNLOAD_DIR when set, else <workspace>/downloads (OPENCLAW_WORKSPACE or current working directory).playwright-core) in headless mode.bash scripts/cleanup_reels.sh 30 (minutes to retain, default 30).