Youtube Downloader
SKILL.md dokumentiert ein yt-dlp Downloader-Skript, das im Repo fehlt
Tested · Didn't pass
Was es kann
Eine Fähigkeit, die dazu gedacht ist, YouTube-Videos und -Audio über yt-dlp mit Qualitäts-/Formatoptionen herunterzuladen, ausgelöst, wenn ein Benutzer darum bittet, ein YouTube-Video herunterzuladen, zu speichern oder zu erfassen. Sie ist defekt: Der gesamte SKILL.md-Text ruft scripts/download_video.py auf, das im Repository nicht existiert, sodass kein Download ausgeführt werden kann.
Testbericht
Die Fähigkeit unter SkillBank/Common/AwesomeClaudeSkills/youtube-downloader/SKILL.md gefunden. Der vollständige rekursive Git-Baum und ein Raw-Fetch bestätigen beide, dass das Verzeichnis NUR SKILL.md enthält – das scripts/download_video.py, das jeder Befehl im Text aufruft, gibt HTTP 404 zurück. Ein vollständiger Git-Klon + Kopie in ein temporäres ~/.claude/skills reproduzierte dies: Das installierte Verzeichnis enthielt nur SKILL.md, keinen scripts/-Ordner. yt_dlp importiert lokal einwandfrei, aber ohne ein Skript, das es steuert, gibt es kein Artefakt zum Ausführen, sodass die Ausgabe nicht gemessen werden konnte. Frontmatter wird korrekt geparst und die Trigger-Beschreibung ist präzise; die Dokumentation übertreibt, indem sie ein nicht existierendes Skript detailliert dokumentiert.
Getestet am: 2026-07-21 · Claude Code 2.x (agent harness)
Installation
# BROKEN: the referenced scripts/download_video.py is NOT in the repo (404). This # installs SKILL.md but the skill cannot run — no downloader script ships with it. git clone --depth 1 https://github.com/ECNU-ICALK/AutoSkill.git /tmp/youtube-downloader-src mkdir -p ~/.claude/skills cp -R /tmp/youtube-downloader-src/SkillBank/Common/AwesomeClaudeSkills/youtube-downloader ~/.claude/skills/youtube-downloader # The dir contains ONLY SKILL.md. To make it functional you would have to write # scripts/download_video.py yourself and `pip install yt-dlp`. Default output path is # hardcoded to /mnt/user-data/outputs/ (a sandbox path).
Befehle & Beispiel-Prompts
/youtube-downloaderSKILL.md dokumentiert ein yt-dlp Downloader-Skript, das im Repo fehlt
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Download this YouTube video in 1080pGrab the audio from this video as MP3Save this YouTube link as an MP4 file