← Back to Skills Marketplace
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-content-analyzer
Description
Phân tích nội dung video YouTube từ file SRT/VTT/TXT hoặc URL trực tiếp. Tóm tắt nội dung, extract key points, phân tích chủ đề chính, tạo báo cáo. Dùng khi...
Usage Guidance
This skill appears to do what it says: parse subtitle files (or fetch them with yt-dlp) and produce local analysis reports. Before installing: 1) Verify the GitHub repository and file contents (ensure the raw URLs point to the expected repo/commit). 2) Install/confirm Python 3 and yt-dlp on your system — the script invokes yt-dlp but the SKILL metadata doesn't declare it. 3) Be aware that yt-dlp will perform network requests to YouTube to download subtitles (expected behavior). 4) Run the script in a controlled directory first to confirm outputs and that no unexpected network or file activity occurs. If you need stricter assurance, request the repository URL/commit hash and review the code yourself or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: youtube-content-analyzer
Version: 1.0.0
The 'youtube-content-analyzer' skill is a legitimate tool designed to extract and summarize YouTube video content. The Python script (analyze_content.py) uses the well-known 'yt-dlp' utility to fetch subtitles and processes them locally without any evidence of data exfiltration, obfuscation, or malicious execution. The installation instructions in SKILL.md are standard for manual setup, and the agent instructions are strictly aligned with the stated purpose of content analysis.
Capability Assessment
Purpose & Capability
The name/description (analyze YouTube content from SRT/VTT/TXT or URL) matches the included script and prompts. One mismatch: the runtime uses yt-dlp to fetch subtitles but the skill metadata/requirements do not declare any required binary; the script also expects Python 3. This is a missing dependency declaration rather than purposeful misdirection.
Instruction Scope
SKILL.md and scripts limit actions to reading subtitle files, chunking text, writing analysis reports to a local 'Youtube_Analysis' directory, and invoking yt-dlp to download subtitles for a given YouTube URL. The instructions do not read unrelated system files or access environment variables or external endpoints other than those used by yt-dlp to fetch subtitles. The agent-run subprocess call is expected for this purpose.
Install Mechanism
No packaged install; install instructions fetch SKILL.md and the script directly from raw.githubusercontent.com or clone a GitHub repo. Downloading from GitHub raw is common and acceptable, but it writes files to disk and you should verify the source repository and commit before running. There is no opaque third-party binary download in the spec.
Credentials
The skill requests no environment variables or credentials, and the code does not read secrets. The only external requirement is an undocumented tool (yt-dlp) for fetching subtitles — this is proportionate to the stated functionality but should be declared.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration. It writes analysis output to a local directory only.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-content-analyzer - After installation, invoke the skill by name or use
/youtube-content-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - MCB AI YouTube skills suite
Metadata
Frequently Asked Questions
What is YouTube Content Analyzer?
Phân tích nội dung video YouTube từ file SRT/VTT/TXT hoặc URL trực tiếp. Tóm tắt nội dung, extract key points, phân tích chủ đề chính, tạo báo cáo. Dùng khi... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install YouTube Content Analyzer?
Run "/install youtube-content-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube Content Analyzer free?
Yes, YouTube Content Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YouTube Content Analyzer support?
YouTube Content Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube Content Analyzer?
It is built and maintained by MCB AI (@mcbaivn); the current version is v1.0.0.
More Skills