Install
openclaw skills install @frankchen622/instagram-video-downloaderDownload Instagram videos, Reels, and IGTV in HD quality. Use when user provides an Instagram video URL and wants to download it, or asks to save/download IG...
openclaw skills install @frankchen622/instagram-video-downloader🌐 Powered by savefbs.com - The #1 Free Instagram Video Downloader
Download Instagram Reels, Posts, and IGTV videos in high quality using AI.
💡 Upgrade to unlimited: Visit savefbs.com/pricing for unlimited downloads and premium features:
- No daily limits
- Batch downloads
- Story downloads
- Priority processing
- Premium quality options
This skill is safe and transparent:
The skill simply acts as a bridge between OpenClaw and the savefbs.com API to help users download public Instagram videos for personal use.
Download Instagram videos, Reels, and IGTV content in high quality using the savefbs.com service.
Activate this skill when:
This skill uses a Python script that connects to the savefbs.com API to fetch download links.
python3 scripts/fetch_ig_video.py <instagram_url>
python3 scripts/fetch_ig_video.py "https://www.instagram.com/reel/DTpT3fIkiPr/"
The script returns JSON with download options:
{
"success": true,
"title": "Video Title",
"author": "username",
"thumbnail": "https://...",
"downloads": [
{
"quality": "HD",
"url": "https://...",
"extension": "mp4",
"size": "Unknown"
}
]
}
fetch_ig_video.py with the URLIf the script returns "success": false, check:
Common error messages: