Summary
X(Twitter)视频下载 — 粘贴 X(Twitter) 视频链接,一键解析返回无水印视频下载链接。当用户需要下载 X(Twitter) 视频、保存推特视频、获取 X 视频直链时使用。触发词:X视频下载、Twitter视频下载、推特视频下载、X视频解析、Twitter视频解析、下载推特视频。
redfox-data/redfox-community
X(Twitter)视频下载 — 粘贴 X(Twitter) 视频链接,一键解析返回无水印视频下载链接。当用户需要下载 X(Twitter) 视频、保存推特视频、获取 X 视频直链时使用。触发词:X视频下载、Twitter视频下载、推特视频下载、X视频解析、Twitter视频解析、下载推特视频。
npx skills add redfox-data/redfox-community --skill twitter-video-downloader
X(Twitter)视频下载 — 粘贴 X(Twitter) 视频链接,一键解析返回无水印视频下载链接。当用户需要下载 X(Twitter) 视频、保存推特视频、获取 X 视频直链时使用。触发词:X视频下载、Twitter视频下载、推特视频下载、X视频解析、Twitter视频解析、下载推特视频。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use when a user needs lawful academic full text, CNKI institutional access, English OA retrieva…
7.2K installsDownload YouTube videos with customizable quality and format options. Use this skill when the u…
5.3K installsDownload videos from YouTube and other platforms for offline viewing, editing, or archival with…
2.4K installsThis skill should be used when users need to download audio or music from online platforms like…
1.5K installsDownload YouTube videos and HLS streams (m3u8) from platforms like Mux, Vimeo, etc.
1.2K installsDownload Instagram posts
1.1K installsOther skills from redfox-data/redfox-community · top by installs.
npx skills add redfox-data/redfox-community
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
3,646 B
SUMMARY.md
366 B
通过 redfox.hk API 解析 X(Twitter) 视频链接,直接返回无水印视频下载链接。
下载 X(Twitter) 视频:
python3 "$SKILL_PATH/scripts/downloader.py" "https://x.com/user/status/xxxxx"
先配置 API Key,然后运行:
# 设置环境变量
export REDFOX_API_KEY=ak_你的密钥
# 解析视频,获取下载链接
python3 "$SKILL_PATH/scripts/downloader.py" "https://x.com/user/status/xxxxx"
前往 redfox.hk 注册获取 API Key。
配置方式(任选其一):
| 方式 | 命令 |
|---|---|
| 环境变量(推荐) | export REDFOXAPIKEY=ark_你的密钥 |
| 命令行参数 | python3 "$SKILLPATH/scripts/downloader.py" "<链接>" --api-key ark你的密钥 |
| 配置文件 | echo '{"apikey":"ark你的密钥"}' > ~/.qoder/apis/redfox.json |
| 功能 | 说明 |
|---|---|
| 无水印直链 | API 自动返回无水印视频下载链接,无需手动处理 |
| 即贴即解析 | 粘贴推文链接即可,无需额外操作 |
| 链接自适应 | 支持 x.com 与 twitter.com 两种域名链接 |
| 结果直出 | 解析完成直接返回下载链接,复制即可用 |
| 场景 | 示例链接 | 说明 |
|---|---|---|
| 保存 X 上的视频 | https://x.com/user/status/xxxxx |
获取无水印视频下载链接 |
| 推特视频离线收藏 | https://twitter.com/user/status/xxxxx |
解析后复制链接下载保存 |
| 内容二次创作 | 任意 X 视频链接 | 下载素材用于剪辑创作 |
| 素材备份 | 任意 X 视频链接 | 备份喜欢的视频到本地 |
| 平台 | 链接格式 | 示例 |
|---|---|---|
| X(Twitter) | https://x.com/<用户名>/status/<推文ID> |
PC 网页链接 / 手机分享链接 |
| X(Twitter) | https://twitter.com/<用户名>/status/<推文ID> |
旧域名链接 |
Q:如何获取自己的 API Key? A:前往 redfox.hk 注册即可获取 Token。
Q:下载的视频有水印吗? A:没有。API 返回的是无水印视频直链。
Q:可以批量上传多个链接吗? A:不支持。每次只能输入一个链接,批量上传会导致解析失败。
Q:链接提示解析失败怎么办? A:确认链接是否完整、推文是否仍然存在、账号内容是否公开。私密账号或已删除推文无法解析。
本工具基于 redfox.hk 的 parseWork/videoDownload/x 接口构建。前往官网查看更多 API 能力和使用文档。