← Back to Skills Marketplace
jaskies

Tóm tắt Video YouTube (Jaskies)

by Trần Anh Vũ · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
287
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tomtat-video-jaskies
Description
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...
Usage Guidance
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 avoid using sensitive/private videos; (5) the script suppresses yt-dlp output (errors may be hidden) — run manually first to confirm it works in your environment. If any of these points are unacceptable, inspect or modify scripts locally before running.
Capability Analysis
Type: OpenClaw Skill Name: tomtat-video-jaskies Version: 1.1.0 The skill is designed to summarize YouTube videos by extracting transcripts using 'yt-dlp' and 'ffmpeg'. The shell script 'scripts/get_transcript.sh' handles the extraction of subtitles in a standard manner, and the instructions in 'SKILL.md' are consistent with the stated functionality without any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its simple purpose (fetch subtitles and summarize).
Persistence & Privilege
The skill does not request persistent or elevated privileges; always:false and no install-time modifications are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tomtat-video-jaskies
  3. After installation, invoke the skill by name or use /tomtat-video-jaskies
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Bổ sung hướng dẫn cài đặt yt-dlp và ffmpeg chi tiết.
v1.0.0
Initial release of tomtat-video-jaskies skill: - Hỗ trợ trích xuất và tóm tắt nội dung video YouTube từ link do người dùng cung cấp. - Ưu tiên sử dụng phụ đề tiếng Việt, thay thế bằng tiếng Anh nếu cần thiết. - Xử lý transcript dạng VTT, lọc thời gian để lấy văn bản thuần. - Có thể tóm tắt các video dài theo từng phần để đảm bảo đầy đủ ý chính. - Trình bày nội dung tóm tắt theo phong cách chuyên nghiệp và sinh động.
Metadata
Slug tomtat-video-jaskies
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Tóm tắt Video YouTube (Jaskies)?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 287 downloads so far.

How do I install Tóm tắt Video YouTube (Jaskies)?

Run "/install tomtat-video-jaskies" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tóm tắt Video YouTube (Jaskies) free?

Yes, Tóm tắt Video YouTube (Jaskies) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tóm tắt Video YouTube (Jaskies) support?

Tóm tắt Video YouTube (Jaskies) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tóm tắt Video YouTube (Jaskies)?

It is built and maintained by Trần Anh Vũ (@jaskies); the current version is v1.1.0.

💬 Comments