技能 video-enhancement
🎬

video-enhancement

中風險 ⚙️ 外部命令🌐 網路存取🔑 環境變數📁 檔案系統存取

使用 AI 增強與提升影片解析度

將低解析度或雜訊過多的影片轉換為清晰的 HD/4K 輸出。此技能可自動化從本地檔案或影片 URL 進行完整增強流程,無需手動編輯即可交付成果。

支援: Claude Codex Code(CC)
⚠️ 61
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「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 點數。

安全審計

中風險
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
規範符合性

你能建構什麼

內容創作者增強影片素材

在發布至社群媒體或影片平台之前,提升錄製的螢幕錄影或短片的品質。

開發者修復舊影片片段

將封存或低品質的影片檔案升級並降噪至現代的 HD/4K 標準,以用於簡報或文件。

行銷人員準備展示影片

將原始錄製的產品展示影片增強為適用於行銷活動的精緻 HD 輸出。

試試這些提示

增強本地影片檔案
Use the video-enhancement skill to upscale /path/to/recording.mp4 with denoising enabled.
增強 YouTube 影片並進行裁剪
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 秒的影片裁剪至 30 秒以內,以避免自動裁剪行為。
  • 請將 API 金鑰儲存在環境變數中,而非硬編碼至腳本內。

避免

  • 請勿嘗試處理長度超過 30 秒的影片而不先進行裁剪。
  • 避免將 API 金鑰直接硬編碼於 shell 指令或腳本中。
  • 請勿使用此技能增強您無權修改的內容。

常見問題

支援哪些影片來源?
此技能接受本地影片檔案(mp4 及其他 ffmpeg 支援的格式)以及 YouTube 與 Bilibili 的 URL。如為其他來源,請先下載檔案並提供本地路徑。
增強的費用為何?
普通模式每秒消耗 3 點數。HD 4K 模式每秒消耗 5 點數。影片會以裁剪後的實際長度進行處理。
影片最長可為多長?
最大處理長度為 30 秒。較長的影片會自動裁剪為前 30 秒,除非您使用 --start 與 --end 指定較短的範圍。
需要安裝哪些工具?
您需要 yt-dlp 以下載影片、ffmpeg 與 ffprobe 進行裁剪與探測,以及 curl 進行 API 呼叫。所有工具都必須在系統 PATH 中可用。
如何取得 API 金鑰?
請造訪 verging.ai,登入後點擊右上角的頭像,並導覽至 API Keys。建立新的金鑰並將其設定為 VERGING_API_KEY 環境變數。
我的 API 金鑰是否安全?
此技能會從環境變數讀取金鑰,這是建議的做法。請勿將金鑰提交至版本控制或暴露於共用腳本中。

開發者詳情

檔案結構

📄 README.md

📄 SKILL.md