返回顶部
f

fb-video-downloader

Download Facebook videos, Reels, and Stories in HD quality. Use when user provides a Facebook video URL and wants to download it, or asks to save/download FB content. Supports HD, SD, and MP3 audio extraction.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
161
下载量
0
收藏
概述
安装方式
版本历史

fb-video-downloader

# Facebook Video Downloader ## 🔒 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 Facebook videos for personal use. Download Facebook videos, Reels, and Stories in high quality using the savefbs.com service. ## When to Use Activate this skill when: - User shares a Facebook video URL (facebook.com/watch, fb.watch, facebook.com/reel, etc.) - User asks to "download this FB video" or "save this Facebook video" - User wants to extract audio from a Facebook video (MP3) - User needs offline access to Facebook content ## How It Works This skill uses a Python script that connects to the savefbs.com API to fetch download links. ### Usage ```bash python3 scripts/fetch_fb_video.py <facebook_video_url> ``` ### Example ```bash python3 scripts/fetch_fb_video.py "https://www.facebook.com/watch?v=123456789" ``` ### Output Format The script returns JSON with download options: ```json { "success": true, "title": "Video Title", "thumbnail": "https://...", "downloads": [ { "quality": "HD", "url": "https://...", "extension": "mp4" }, { "quality": "SD", "url": "https://...", "extension": "mp4" }, { "quality": "Audio", "url": "https://...", "extension": "mp3" } ] } ``` ## Workflow 1. **Extract the URL**: Get the Facebook video URL from the user's message 2. **Run the script**: Execute `fetch_fb_video.py` with the URL 3. **Parse results**: Present download options to the user (HD, SD, MP3) 4. **Provide links**: Share the download URLs or offer to download directly ## Supported Content - Facebook Watch videos - Facebook Reels - Facebook Stories (when publicly available) - Timeline video posts - Page videos - Group videos (public only) ## Limitations - Only works with public videos - Private/restricted videos require user to be logged in to Facebook - Live streams can only be downloaded after they end ## Error Handling If the script returns `"success": false`, check: - Is the URL valid and accessible? - Is the video public? - Is the video still available on Facebook? Common error messages: - "Network error": Connection issue with savefbs.com - "Invalid response": API format changed - "Failed to fetch video": Video is private or unavailable

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 facebook-video-downloader-1776263882 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 facebook-video-downloader-1776263882 技能

通过命令行安装

skillhub install facebook-video-downloader-1776263882

下载 Zip 包

⬇ 下载 fb-video-downloader v1.0.0

文件大小: 3.57 KB | 发布时间: 2026-4-17 14:47

v1.0.0 最新 2026-4-17 14:47
Initial release of Facebook Video Downloader skill.

- Download Facebook videos, Reels, and Stories in HD, SD, or MP3 formats.
- Extracts download links from public Facebook content using savefbs.com.
- No data collection or logging; privacy-first and open source.
- Python script CLI for easy video and audio download.
- Supports Facebook Watch, Reels, Stories, timeline, page, and public group videos.
- Detailed error handling and usage instructions included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部