首页龙虾技能列表 › Tóm tắt Video YouTube (Jaskies) — 技能工具

Tóm tắt Video YouTube (Jaskies) — 技能工具

v1.1.0

Tóm tắt nội dung video YouTube từ đường link cung cấp. Hỗ trợ trích xuất transcript tự động và phân tích ý chính chuyên sâu. Yêu cầu máy chủ có cài đặt yt-dl...

0· 233·0 当前·0 累计
by @jaskies (Trần Anh Vũ)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/12
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with a YouTube-transcript-and-summary purpose: it uses a small shell script that calls yt-dlp to fetch subtitles and relies on the agent/model to produce summaries; nothing in the files indicates credential requests, hidden endpoints, or unexpected persistence.
评估建议
This appears to be a straightforward YouTube summarizer. Before installing/use: (1) ensure yt-dlp and ffmpeg are installed (SKILL.md explains how); (2) note the script returns raw VTT (with timestamps) — the agent or your pipeline must remove timestamps before summarizing; (3) the example run path in SKILL.md may not match where the script is stored—adjust the command to the actual script path; (4) yt-dlp will contact YouTube to download subtitles, so network access is required and you should av...
详细分析 ▾
用途与能力
The declared purpose (YouTube transcript + summary) matches the included script that runs yt-dlp. Minor mismatch: the registry metadata lists no required binaries, while SKILL.md correctly tells the user to have yt-dlp and ffmpeg installed. This looks like an omission in metadata rather than malicious behavior.
指令范围
SKILL.md directs the agent to run the included script to extract subtitles and then to remove timestamps and summarize. The script itself simply outputs the VTT subtitle file (it does not strip timestamps), so the agent is expected to perform timestamp-stripping and summarization — this is a scope mismatch but not a red flag. Also the usage example path ('bash skills/public/tomtat-video/...') differs slightly from the included file path ('scripts/get_transcript.sh'), which may cause runtime confusion. The yt-dlp invocation suppresses stdout/stderr (redirected to /dev/null 2>&1), which will hide diagnostic messages.
安装机制
There is no install spec; this is an instruction-only skill with a tiny shell script. That is low-risk: nothing is downloaded or written by the skill itself. SKILL.md suggests installing yt-dlp and ffmpeg via standard package managers/pip, which is appropriate for the stated functionality.
凭证需求
The skill requests no environment variables, credentials, or config paths. That is proportionate to its simple purpose (fetch subtitles and summarize).
持久化与权限
The skill does not request persistent or elevated privileges; always:false and no install-time modifications are present.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.1.02026/3/12

Bổ sung hướng dẫn cài đặt yt-dlp và ffmpeg chi tiết.

● 无害

安装命令 点击复制

官方npx clawhub@latest install tomtat-video-jaskies
镜像加速npx clawhub@latest install tomtat-video-jaskies --registry https://cn.clawhub-mirror.com

技能文档

Skill này giúp em lấy transcript (phụ đề) từ video YouTube và tóm tắt lại nội dung một cách logic và súc tích nhất.

Yêu cầu hệ thống

Để skill này hoạt động ổn định, máy của anh cần được cài đặt hai công cụ quan trọng sau:

  • yt-dlp: Công cụ mạnh mẽ để tải thông tin và phụ đề từ YouTube.
  • ffmpeg: Bộ công cụ xử lý đa phương tiện.

Lệnh cài đặt nhanh (cho Linux/Ubuntu)

Anh chạy dòng lệnh sau trong terminal nhé:

# Cài đặt ffmpeg
sudo apt update && sudo apt install -y ffmpeg

# Cài đặt yt-dlp bản mới nhất qua pip3 python3 -m pip install -U yt-dlp

Quy trình thực hiện

  • Lấy dữ liệu: Sử dụng script scripts/get_transcript.sh để trích xuất transcript từ URL video.
  • Xử lý nội dung: Đọc nội dung transcript (định dạng VTT) và lọc bỏ các mốc thời gian để lấy văn bản thuần túy.
  • Tóm tắt: Sử dụng mô hình AI hiện tại để tóm tắt văn bản đó theo các ý chính, cấu trúc logic và dễ hiểu.

Lệnh thực thi lấy transcript

bash skills/public/tomtat-video/scripts/get_transcript.sh ""

Lưu ý

  • Skill ưu tiên lấy phụ đề tiếng Việt, nếu không có sẽ lấy tiếng Anh.
  • Đối với các video quá dài, em sẽ thực hiện tóm tắt theo từng phần để đảm bảo không mất thông tin quan trọng.
  • Luôn trình bày bản tóm tắt một cách chuyên nghiệp và hoạt bát theo phong cách của Thanh Tình.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务