📥
動画ダウンローダー

動画ダウンローダー

さまざまなWebリンクから動画ファイルをダウンロードします。

PROMPT EXAMPLE
「video-downloader」スキルを使用して動画をダウンロードしてください。
Fast Processing
High Quality
Privacy Protected

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 available
  • 1080p: Full HD
  • 720p: HD
  • 480p: Standard definition
  • 360p: Lower quality
  • worst: 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 compatible
  • webm: Modern format
  • mkv: 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

  1. Download video in 1080p as MP4:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -q 1080p
  1. Download audio only as MP3:
python scripts/download_video.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" -a
  1. 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.

  1. Install the Plugin

    claude --plugin-dir ./connect-apps-plugin
    
  2. Run Setup

    /connect-apps:setup
    

    Paste your API key when asked. (Get a free key at platform.composio.dev)

強力な Agent Skills

プロフェッショナルなスキルコレクションで AI パフォーマンスを向上させます。

すぐに使用可能

スキルをサポートする任意のエージェントシステムにコピー&ペースト。

モジュール設計

「code skills」を組み合わせて、複雑なエージェントの動作を作成。

最適化済み

各「agent skill」は、高性能と正確性のために調整されています。

オープンソース

すべての「code skills」は提供とカスタマイズのために公開されています。

クロスプラットフォーム

さまざまな LLM とエージェントフレームワークで動作します。

安全・確実

AI セーフティのベストプラクティスに従った精査済みのスキル。

エージェントを強化する

今日から Agiskills を使い始めて、その違いを実感してください。

今すぐ探索

使い方

3 つの簡単なステップでエージェントスキルを開始しましょう。

1

スキルを選択

コレクションから必要なスキルを見つけます。

2

ドキュメントを読む

スキルの仕組みと制約を理解します。

3

コピーして使用

定義をエージェントの構成に貼り付けます。

4

テスト

結果を確認し、必要に応じて微調整します。

5

デプロイ

特化型 AI エージェントを起動します。

開発者の声

世界中の開発者が Agiskills を選ぶ理由をご覧ください。

Alex Smith

AI エンジニア

"Agiskills は AI エージェントの構築方法を完全に変えました。"

Maria Garcia

プロダクトマネージャー

"PDF スペシャリストスキルは、複雑なドキュメント解析の問題を解決してくれました。"

John Doe

開発者

"プロフェッショナルでドキュメントが充実したスキル。非常にお勧めです!"

Sarah Lee

アーティスト

"アルゴリズムアートスキルは、非常に美しいコードを生成します。"

Chen Wei

フロントエンドスペシャリスト

"テーマファクトリーで作成されたテーマはピクセルパーフェクトです。"

Robert T.

CTO

"現在、私たちの AI チームの標準として Agiskills を使用しています。"

よくある質問

Agiskills について知っておくべきすべてのこと。

はい、すべての公開スキルは無料でコピーして使用できます。

フィードバック