Instagram Video Downloader
/install instagram-video-downloader
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.
💰 Pricing
- Free Tier: 5 downloads per day
- Paid: $0.1 per download (unlimited)
- Reset: Free quota resets daily at midnight
💡 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
🔒 Security Notice
This skill is safe and transparent:
- No data collection: We do not collect, store, or transmit any user data
- Official API: Connects only to savefbs.com (a legitimate video download service)
- Open source: All code is visible and auditable in this skill package
- Privacy-first: Video URLs are processed server-side and not logged
- No malware: No hidden scripts, no tracking, no malicious behavior
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.
When to Use
Activate this skill when:
- User shares an Instagram video URL (instagram.com/reel/, instagram.com/p/, instagram.com/tv/)
- User asks to "download this Instagram video" or "save this IG reel"
- User wants offline access to Instagram content
- User needs to extract video from Instagram posts
How It Works
This skill uses a Python script that connects to the savefbs.com API to fetch download links.
Usage
python3 scripts/fetch_ig_video.py \x3Cinstagram_url>
Example
python3 scripts/fetch_ig_video.py "https://www.instagram.com/reel/DTpT3fIkiPr/"
Output Format
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"
}
]
}
Workflow
- Extract the URL: Get the Instagram video URL from the user's message
- Run the script: Execute
fetch_ig_video.pywith the URL - Parse results: Present download options to the user
- Provide links: Share the download URLs or offer to download directly
Supported Content
- Instagram Reels
- Instagram Posts with videos
- IGTV videos
- Instagram Stories (when publicly available)
Limitations
- Only works with public videos
- Private accounts require user to be logged in
- Stories expire after 24 hours
Error Handling
If the script returns "success": false, check:
- Is the URL valid and accessible?
- Is the video public?
- Is the account public or do you follow them?
Common error messages:
- "Network error": Connection issue with savefbs.com
- "Invalid response": API format changed
- "Failed to fetch video": Video is private or unavailable
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install instagram-video-downloader - 安装完成后,直接呼叫该 Skill 的名称或使用
/instagram-video-downloader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Instagram Video Downloader 是什么?
Download 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 268 次。
如何安装 Instagram Video Downloader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install instagram-video-downloader」即可一键安装,无需额外配置。
Instagram Video Downloader 是免费的吗?
是的,Instagram Video Downloader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Instagram Video Downloader 支持哪些平台?
Instagram Video Downloader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Instagram Video Downloader?
由 frankchen622(@frankchen622)开发并维护,当前版本 v1.2.0。