Install
openclaw skills install @redfox-data/instagram-video-downloaderInstagram Video Downloader — paste an Instagram video link and get a watermark-free video download URL instantly. Use when you need to download Instagram videos, save IG videos, or get Instagram video direct links. Triggers: Instagram video download, IG video download, Ins video download, Instagram
openclaw skills install @redfox-data/instagram-video-downloaderParse Instagram video links via the redfox.hk API and return watermark-free video download URLs.
... or any form of truncationDownload an Instagram video:
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.instagram.com/reel/xxxxx/"
Configure your API Key first, then run:
# Set environment variable
export REDFOX_API_KEY=ak_your_key
# Parse the video and get the download link
python3 "$SKILL_PATH/scripts/downloader.py" "https://www.instagram.com/reel/xxxxx/"
Visit redfox.hk to register and get your API Key.
Configuration options (choose one):
| Method | Command |
|---|---|
| Environment Variable (recommended) | export REDFOX_API_KEY=ark_your_key |
| CLI Argument | python3 "$SKILL_PATH/scripts/downloader.py" "<link>" --api-key ark_your_key |
| Config File | echo '{"api_key":"ark_your_key"}' > ~/.qoder/apis/redfox.json |
| Feature | Description |
|---|---|
| Watermark-Free Direct Link | API automatically returns a watermark-free video download URL |
| Paste & Parse | Just paste the post link — no extra steps needed |
| Adaptive URL Recognition | Supports both Reel and regular post links on instagram.com |
| Instant Results | Parsing completes and returns the download URL immediately — copy and use |
| Scenario | Example Link | Description |
|---|---|---|
| Save IG videos | https://www.instagram.com/reel/xxxxx/ | Get a watermark-free video download URL |
| Offline Reel collection | https://www.instagram.com/reel/xxxxx/ | Parse and copy the link to download and save |
| Content remixing | Any Instagram video link | Download clips for editing and creative use |
| Asset backup | Any Instagram video link | Back up your favorite videos locally |
| Platform | Link Format | Example |
|---|---|---|
| Instagram Reel | https://www.instagram.com/reel/<shortcode>/ | Reel short video |
| Instagram Post | https://www.instagram.com/p/<shortcode>/ | Regular post video |
Q: How do I get my API Key? A: Visit redfox.hk to register and obtain your token.
Q: Does the downloaded video have a watermark? A: No. The API returns a watermark-free video direct URL.
Q: Can I upload multiple links at once? A: No. Only one link can be parsed per request. Batch upload will cause parsing failure.
Q: What if parsing fails? A: Make sure the link is complete, the post still exists, and the account is public. Private accounts or deleted posts cannot be parsed.
This tool is built on the redfox.hk parseWork/videoDownload/instagram API. Visit the official website for more API capabilities and documentation.