スキル video-enhancement
🎬

video-enhancement

中リスク ⚙️ 外部コマンド🌐 ネットワークアクセス🔑 環境変数📁 ファイルシステムへのアクセス

AIで動画を強化・高解像度化

低解像度やノイズの多い動画をシャープなHD/4K出力に変換します。このスキルはローカルファイルや動画URLからの完全なエンHanceメントパイプラインを自動化し、手動編集なしで結果を提供します。

対応: Claude Codex Code(CC)
⚠️ 61 貧弱
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

テストする

「video-enhancement」を使用しています。 Enhance /tmp/recording.mp4 with HD upscaling and denoising.

期待される結果:

スキルはファイルをダウンロードし、verging.aiにアップロードし、HDエンHanceメントジョブを作成し、完了までポーリングして結果URLを返します。エンHanceメントされた動画は提供されたダウンロードリンクから利用可能で、1秒あたり5クレジットが消費されます。

「video-enhancement」を使用しています。 Process this YouTube URL with trimming to 15-30 seconds.

期待される結果:

スキルはyt-dlpを使用して動画をダウンロードし、ffmpegで15秒から30秒にトリミングし、トリミングされたクリップをアップロードしてエンHanceメントジョブを送信します。5秒ごとにジョブステータスの更新とともに結果URLが返されます。

「video-enhancement」を使用しています。 Check my remaining credits before enhancing.

期待される結果:

スキルはauth/meエンドポイントを呼び出し、現在のクレジット残高を返します。通常モードは1秒あたり3クレジットを消費し、HDモードは1秒あたり5クレジットを消費します。

セキュリティ監査

中リスク
v4 • 6/8/2026

This skill is a legitimate video enhancement tool that wraps the verging.ai API. Static analysis flagged shell commands (ffmpeg, curl, yt-dlp), env var access (VERGING_API_KEY), network calls to verging.ai, and temp directory usage. After evaluation, all findings are false positives: the shell commands are standard video processing tool invocations documented for instructional purposes, the API key access follows best practices (env var only), and network calls are to the documented verging.ai API. The combination heuristic is expected for a skill that processes media files via a cloud API. No malicious intent detected.

2
スキャンされたファイル
215
解析された行数
8
検出結果
4
総監査数
中リスクの問題 (2)
Shell command execution via ffmpeg, curl, and yt-dlp
The skill instructs execution of shell commands including ffmpeg for video trimming, curl for API calls, and yt-dlp for video downloads. These are standard media processing tools invoked with documented parameters. While the execution pattern triggers static analysis, the commands are purposeful and scoped to the video enhancement workflow.
API key handling via environment variable
The skill accesses VERGING_API_KEY environment variable for authentication with the verging.ai API. This is the recommended secure pattern for credential management. The key is never hardcoded; users set it via export. Privacy section explicitly warns against exposing it in public repos.
低リスクの問題 (2)
Network requests to verging.ai API endpoints
The skill makes HTTP requests to verging.ai/api/v1/* endpoints for authentication, video upload, job creation, and status polling. All requests are to the documented API of the service the skill is designed to interface with. No requests to suspicious or external third-party domains.
Temp directory usage for video processing
The skill uses /tmp/verging-video-enhancement/ as a working directory for trimmed video files. This is a standard ephemeral location for media processing. The skill notes temp files are cleaned up after use.
監査者: claude 監査履歴を表示 →

品質スコア

38
アーキテクチャ
100
保守性
85
コンテンツ
23
コミュニティ
51
セキュリティ
91
仕様準拠

作れるもの

映像をエンHanceするコンテンツクリエイター

ソーシャルメディアや動画プラットフォームに公開する前に、録画したスクリーンキャストや短いクリップの品質を向上させます。

古い動画クリップを復元する開発者

アーカイブされた低品質動画ファイルを現代のHD/4K規格にアップスケールおよびノイズ除去し、プレゼンテーションやドキュメントで使用できるようにします。

デモ動画を準備するマーケター

生録の製品デモ動画を、マーケティングキャンペーン用の洗練されたHD出力にエンHanceします。

これらのプロンプトを試す

ローカル動画ファイルをエンHanceする
Use the video-enhancement skill to upscale /path/to/recording.mp4 with denoising enabled.
トリミング付きでYouTube動画をエンHanceする
Use the video-enhancement skill to process https://youtube.com/watch?v=abc123, trim to seconds 10-25, and enable HD upscaling.
自動ダウンロード付きHD 4Kアップスケール
Use the video-enhancement skill to HD upscale /path/to/clip.mp4 and auto-download the result to the current directory.
複数動画の一括処理
Use the video-enhancement skill to process these local files: /path/to/video1.mp4, /path/to/video2.mp4. Apply HD mode and denoising to all.

ベストプラクティス

  • HDジョブを送信する前に十分なクレジットがあるかを必ず確認してください(5クレジット/秒)。
  • 自動トリミング動作を避けるため、送信前に30秒未満に長い動画をトリミングしてください。
  • APIキーはスクリプトにハードコードするのではなく、環境変数に保存してください。

回避

  • 最初にトリミングせずに30秒を超える動画を処理しようとしないでください。
  • シェルコマンドやスクリプトにAPIキーを直接ハードコードすることは避けてください。
  • 変更する権利を持たないコンテンツのエンHanceメントにこのスキルを使用しないでください。

よくある質問

どの動画ソースがサポートされていますか?
スキルはローカル動画ファイル(mp4およびその他のffmpeg対応形式)とYouTube、BilibiliからのURLを受け付けます。その他のソースについては、最初にファイルをダウンロードし、ローカルパスを指定してください。
エンHanceメントの料金はどのくらいですか?
通常モードは1秒あたり3クレジットです。HD 4Kモードは1秒あたり5クレジットです。動画はトリミング後の実際の尺で処理されます。
動画の最大長はどのくらいですか?
処理される最大尺は30秒です。--startと--endでより短い範囲を指定しない限り、長い動画は自動的に最初の30秒にトリミングされます。
どのツールをインストールする必要がありますか?
動画のダウンロードにはyt-dlp、トリミングとプロービングにはffmpegとffprobe、API呼び出しにはcurlが必要です。すべてがシステムのPATHに含まれている必要があります。
APIキーはどのように取得しますか?
verging.aiにアクセスし、ログインして、右上のアバターをクリックし、API Keysに移動します。新しいキーを作成し、VERGING_API_KEY環境変数として設定してください。
APIキーは安全ですか?
スキルは環境変数からキーを読み取ります。これが推奨されるアプローチです。キーをバージョン管理にコミットしたり、共有スクリプトで公開したりしないでください。

開発者の詳細

作成者

verging.ai

ライセンス

MIT

参照

main

ファイル構成

📄 README.md

📄 SKILL.md