video-enhancement
使用 AI 增強與提升影片解析度
將低解析度或雜訊過多的影片轉換為清晰的 HD/4K 輸出。此技能可自動化從本地檔案或影片 URL 進行完整增強流程,無需手動編輯即可交付成果。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「video-enhancement」。 Enhance /tmp/recording.mp4 with HD upscaling and denoising.
預期結果:
此技能會下載檔案、將其上傳至 verging.ai、建立 HD 增強任務、輪詢直到完成,然後回傳結果 URL。增強後的影片可透過提供的下載連結取得,過程消耗每秒 5 點數。
正在使用「video-enhancement」。 Process this YouTube URL with trimming to 15-30 seconds.
預期結果:
此技能使用 yt-dlp 下載影片、使用 ffmpeg 將其裁剪為 15 至 30 秒、上傳裁剪後的片段,並提交增強任務。結果 URL 會在任務狀態每 5 秒更新時一併回傳。
正在使用「video-enhancement」。 Check my remaining credits before enhancing.
預期結果:
此技能會呼叫 auth/me 端點並回傳您目前的點數餘額。普通模式每秒消耗 3 點數;HD 模式每秒消耗 5 點數。
安全審計
中風險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)
低風險問題 (2)
風險因素
⚙️ 外部命令 (10)
🌐 網路存取 (8)
🔑 環境變數 (8)
📁 檔案系統存取 (4)
品質評分
你能建構什麼
內容創作者增強影片素材
在發布至社群媒體或影片平台之前,提升錄製的螢幕錄影或短片的品質。
開發者修復舊影片片段
將封存或低品質的影片檔案升級並降噪至現代的 HD/4K 標準,以用於簡報或文件。
行銷人員準備展示影片
將原始錄製的產品展示影片增強為適用於行銷活動的精緻 HD 輸出。
試試這些提示
Use the video-enhancement skill to upscale /path/to/recording.mp4 with denoising enabled.
Use the video-enhancement skill to process https://youtube.com/watch?v=abc123, trim to seconds 10-25, and enable HD upscaling.
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 秒的影片裁剪至 30 秒以內,以避免自動裁剪行為。
- 請將 API 金鑰儲存在環境變數中,而非硬編碼至腳本內。
避免
- 請勿嘗試處理長度超過 30 秒的影片而不先進行裁剪。
- 避免將 API 金鑰直接硬編碼於 shell 指令或腳本中。
- 請勿使用此技能增強您無權修改的內容。