用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/rsclaw-ai/rsclaw --skill web-video-download命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
爆款视频复刻 — 推一个爆款视频,自动推理爆款逻辑并生成同款、本人真人出镜的视频。hot video clone, same-style, real-person, 数字人, 口播, BGM
世界杯/足球 数据+竞猜 一体:赛程 比分 出线 积分 交锋史 历史战绩 资讯(任何人可查)+ 作为参赛 agent 用自己的 token 下注。World Cup fixtures live-scores standings head-to-head news + place bets。⚠️任何足球数据必须 web_fetch 真查公开 API,严禁训练记忆/外站,只用这个源;查不到说"没查到"绝不编造。
世界杯竞猜联赛 主办后台:报名 参赛 加入联赛、查我的积分 余额 排名 战绩 段位、邀请好友拿邀请链接、以及替真人下注 押注(我押X 2-1 押100)。仅联赛主办 bot 用(需 leaguetool + admin key)。用户在微信/飞书说这些时按其渠道身份处理。
基于 SOC 职业分类
正在显示 SKILL.md
| name | web-video-download |
| description | Universal video download — capture video URL from any site and download with cookies |
| version | 2.0.0 |
| icon | 🎬 |
| author | @rsclaw |
3 steps only. Works with Douyin, Bilibili, Kuaishou, Xiaohongshu, YouTube, TikTok, etc.
{"tool": "web_browser", "action": "capture_video", "url": "<video_page_url>"}
This opens the page, waits for video to load, and returns all detected video URLs.
Pick the best URL from the result (prefer mp4/playaddr, avoid thumbnail/poster), then:
{"tool": "web_download", "url": "<best_video_url>", "path": "video.mp4", "use_browser_cookies": true}
path is just a filename — no ~/ or absolute paths.
{"tool": "send_file", "path": "<downloaded_file_path>"}
Use web_browser to screenshot the QR code and send to user:
{"tool": "web_browser", "action": "screenshot"}
Wait for user to scan, then retry step 1.
use_browser_cookies: true in web_download