← スキル一覧に戻る

get-last-frame
by jacwu
⭐ 0🍴 0📅 2026年1月5日
SKILL.md
name: get-last-frame description: Extract the last frame of an MP4 file into an image using OpenCV. Use when the user needs the final frame of a generated video saved as a still image. dependencies:
- python>=3.11
- opencv-python (optional)
- ffmpeg (cli tool)
Get Last Frame
Extract the final decoded frame from an .mp4 video and save it to an image path.
Run
.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "video.mp4" "last_frame.png"
Example
.venv/Scripts/python .claude/skills/get_last_frame/scripts/get_last_frame.py "./out/video.mp4" "./out/last_frame.png"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です