Video-Downloader
Laden Sie Videodateien von verschiedenen Web-Links herunter.
SKILL.md Definition
YouTube Video Downloader
Download YouTube videos with full control over quality and format settings.
Quick Start
The simplest way to download a video:
python scripts/download_video.py "https://www.youtube.com/watch?v=VIDEO_ID"
This downloads the video in best available quality as MP4 to /mnt/user-data/outputs/.
Options
Quality Settings
Use -q or --quality to specify video quality:
best(default): Highest quality available1080p: Full HD720p: HD480p: Standard definition360p: Lower qualityworst: Lowest quality available
Example:
python scripts/download_video.py "URL" -q 720p
Format Options
Use -f or --format to specify output format (video downloads only):
mp4(default): Most compatiblewebm: Modern formatmkv: Matroska container
Example:
python scripts/download_video.py "URL" -f webm
Audio Only
Use -a or --audio-only to download only audio as MP3:
python scripts/download_video.py "URL" -a
Custom Output Directory
Use -o or --output to specify a different output directory:
python scripts/download_video.py "URL" -o /path/to/directory
Complete Examples
- Download video in 1080p as MP4:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
- Download audio only as MP3:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
- Download in 720p as WebM to custom directory:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 720p -f webm -o /custom/path
How It Works
The skill uses yt-dlp, a robust YouTube downloader that:
- Automatically installs itself if not present
- Fetches video information before downloading
- Selects the best available streams matching your criteria
- Merges video and audio streams when needed
- Supports a wide range of YouTube video formats
Important Notes
- Downloads are saved to
/mnt/user-data/outputs/by default - Video filename is automatically generated from the video title
- The script handles installation of yt-dlp automatically
- Only single videos are downloaded (playlists are skipped by default)
- Higher quality videos may take longer to download and use more disk space
About Awesome Claude Skills
A curated list of practical Claude Skills for enhancing productivity across Claude.ai, Claude Code, and the Claude API.
What Are Claude Skills?
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner across all Claude platforms.
Quickstart: Connect Claude to 500+ Apps
The connect-apps plugin lets Claude perform real actions - send emails, create issues, post to Slack. It handles auth and connects to 500+ apps using Composio under the hood.
Install the Plugin
claude --plugin-dir ./connect-apps-pluginRun Setup
/connect-apps:setupPaste your API key when asked. (Get a free key at platform.composio.dev)
Links & Support
- Repository: https://github.com/ComposioHQ/awesome-claude-skills
- Discord: Join our Discord
- X (Twitter): Follow on X
Vorgestellte Skills
"Finden Sie die perfekten 'agent skills' für Ihr Projekt"
ZINC-Datenbank
Kuratierte Datenbank kommerzieller Verbindungen für das virtuelle Screening.
Zarr Python
Python-Implementierung von gechunkten, komprimierten N-dimensionalen Arrays für wissenschaftliche Daten.
USPTO-Datenbank
Zugriff auf die Datenbank des Patent- und Markenamts der Vereinigten Staaten.
UniProt-Datenbank
Umfassende, hochwertige und freie Ressource für Proteinsequenzen und Funktionsinformationen.
Leistungsstarke Agent Skills
Steigern Sie Ihre KI-Performance mit unserer professionellen Skill-Sammlung.
Sofort einsatzbereit
Kopieren und in jedes Agentensystem einfügen, das Skills unterstützt.
Modulares Design
Kombinieren Sie 'code skills', um komplexes Agentenverhalten zu erzeugen.
Optimiert
Jeder 'agent skill' ist auf hohe Leistung und Genauigkeit abgestimmt.
Open Source
Alle 'code skills' sind offen für Beiträge und Anpassungen.
Plattformübergreifend
Funktioniert mit verschiedenen LLMs und Agenten-Frameworks.
Sicher & Geschützt
Geprüfte Skills, die Best Practices für KI-Sicherheit folgen.
Stärken Sie Ihre Agenten
Nutzen Sie Agiskills noch heute und erleben Sie den Unterschied.
Jetzt erkundenSo funktioniert es
Starten Sie mit Agent Skills in drei einfachen Schritten.
Skill wählen
Finden Sie den benötigten Skill in unserer Sammlung.
Doku lesen
Verstehen Sie, wie der Skill funktioniert und welche Einschränkungen er hat.
Kopieren & Nutzen
Fügen Sie die Definition in die Konfiguration Ihres Agenten ein.
Testen
Überprüfen Sie die Ergebnisse und verfeinern Sie sie bei Bedarf.
Bereitstellen
Starten Sie Ihren spezialisierten KI-Agenten.
Was Entwickler sagen
Sehen Sie, warum Entwickler weltweit auf Agiskills setzen.
Alex Smith
KI-Ingenieur
"Agiskills hat die Art und Weise, wie ich KI-Agenten baue, komplett verändert."
Maria Garcia
Produktmanagerin
"Der PDF-Spezialisten-Skill hat komplexe Probleme beim Dokumenten-Parsing für uns gelöst."
John Doe
Entwickler
"Professionelle und gut dokumentierte Fähigkeiten. Sehr zu empfehlen!"
Sarah Lee
Künstlerin
"Der algorithmische Kunst-Skill erzeugt unglaublich schönen Code."
Chen Wei
Frontend-Spezialist
"Mit der Theme Factory erstellte Themes sind pixelgenau."
Robert T.
CTO
"Wir nutzen Agiskills jetzt als Standard für unser KI-Team."
FAQ
Alles, was Sie über Agiskills wissen müssen.
Ja, alle öffentlichen Skills können kostenlos kopiert und genutzt werden.