← Back to Skills Marketplace
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-scheduler
Description
Phân tích lịch đăng video của kênh YouTube để tìm "khung giờ vàng" — thời điểm đăng có nhiều view và engagement nhất. Dùng khi user yêu cầu "Tìm giờ vàng đăn...
Usage Guidance
This skill is largely consistent with its description, but proceed carefully: 1) The Python script calls the external tool 'yt-dlp' (not declared in the metadata). Ensure you have yt-dlp installed and from a trusted source before running. 2) SKILL.md advises downloading raw scripts from GitHub — review the script contents (provided) yourself before executing. 3) The script will make network requests to YouTube (through yt-dlp) and will write a plaintext report to a local folder (Youtube_Schedule). If you are unsure, run it in an isolated environment (VM/container) or inspect/transfer to a trusted package manager that declares dependencies. If the missing yt-dlp declaration concerns you, ask the author to update metadata to list required binaries and to provide a vetted install mechanism.
Capability Analysis
Type: OpenClaw Skill
Name: youtube-scheduler
Version: 1.0.0
The skill is a legitimate tool for analyzing YouTube channel upload schedules using the 'yt-dlp' utility. The Python script (analyze_schedule.py) securely handles subprocess calls using argument lists and includes filename sanitization to prevent path traversal. While the SKILL.md provides installation commands that fetch scripts from GitHub, this is a standard distribution method for such tools and no malicious behavior or data exfiltration logic was found.
Capability Assessment
Purpose & Capability
The skill's stated purpose (analyze YouTube upload schedule) matches the code: the Python script fetches video metadata and computes best days/hours. However the registry metadata lists no required binaries while the script invokes the external tool 'yt-dlp' via subprocess — that binary is necessary for the skill to function but isn't declared. This is an incoherence (likely an oversight) but impacts usability and trust.
Instruction Scope
SKILL.md instructs the agent/user to run a local Python script with a channel URL and optionally set timezone/limit. The script spawns an external process (yt-dlp) to fetch data from YouTube, parses outputs, and writes a plaintext report under Youtube_Schedule/. The instructions do not request unrelated files, credentials, or other system data. Note: the script will perform network calls (via yt-dlp) and writes output to disk — expected for the task.
Install Mechanism
There is no formal install spec; SKILL.md shows optional install methods that download raw files from raw.githubusercontent.com or clone a GitHub repo. Downloading raw scripts from GitHub is common but has moderate risk if you don't review the code first. The skill does not fetch code from obscure/personal servers or use archive extraction, which reduces risk.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not attempt to read secrets or other environment values. This is proportionate to its stated purpose.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system-wide agent settings, and only writes its own report file to a local directory. It has normal, limited persistence (output file creation).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install youtube-scheduler - After installation, invoke the skill by name or use
/youtube-scheduler - 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 Scheduler?
Phân tích lịch đăng video của kênh YouTube để tìm "khung giờ vàng" — thời điểm đăng có nhiều view và engagement nhất. Dùng khi user yêu cầu "Tìm giờ vàng đăn... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install YouTube Scheduler?
Run "/install youtube-scheduler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YouTube Scheduler free?
Yes, YouTube Scheduler is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does YouTube Scheduler support?
YouTube Scheduler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YouTube Scheduler?
It is built and maintained by MCB AI (@mcbaivn); the current version is v1.0.0.
More Skills