by Jaycheng1103
用 ChatGPT/Codex 安裝 AI 剪輯環境,並依八大步驟完成可驗證的短影音剪輯。
# Add to your Claude Code skills
git clone https://github.com/Jaycheng1103/chatgpt-video-editing-skillsGuides for using ai agents skills like chatgpt-video-editing-skills.
chatgpt-video-editing-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Jaycheng1103. 用 ChatGPT/Codex 安裝 AI 剪輯環境,並依八大步驟完成可驗證的短影音剪輯。. It has 51 GitHub stars.
chatgpt-video-editing-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Jaycheng1103/chatgpt-video-editing-skills" and add it to your Claude Code skills directory (see the Installation section above).
chatgpt-video-editing-skills is primarily written in Shell. It is open-source under Jaycheng1103 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh chatgpt-video-editing-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
一組給可操作本機檔案與終端機的 AI Agent 使用的繁體中文 Skills,協助你安全地準備剪輯環境,並把自己提供的影片製作成直式短影音。
這個套件把「環境安裝/檢查」和「實際剪輯」拆成兩個 Skill。它會保護原始素材、在付費或上傳前取得同意,並以實際輸出與 QA 證據為準,不把計畫、指令或未驗證的檔案說成完成品。

| Skill | 用途 | 不會做的事 |
|---|---|---|
chatgpt-video-editing-setup |
檢查、安裝、修復或驗證 video-use、FFmpeg、ffprobe、思源黑體 TW 字幕字體、ElevenLabs 憑證與選用的 HyperFrames 環境 | 不上傳素材、不轉寫、不剪輯、不輸出影片 |
chatgpt-short-video-editor |
對使用者提供的影片執行逐字轉寫、剪輯策略、粗剪、字幕、預覽、QA 與正式輸出 | 不會靜默安裝工具,也不會在預覽核准前輸出正式定稿 |
在你的專案目錄執行:
npx skills add Jaycheng1103/chatgpt-video-editing-skills --full-depth
安裝器會讓你選擇要安裝的 Skills 與偵測到的 Agent。
若你確定要一次選取這個 Repo 內的所有 Skills,並安裝到所有偵測到的 Agent,可執行:
npx skills add Jaycheng1103/chatgpt-video-editing-skills --all --full-depth
--all 會同時選取「全部 Skills」與「全部偵測到的 Agent」,請先確認這正是你想要的範圍。
只安裝環境設定 Skill:
npx skills add Jaycheng1103/chatgpt-video-editing-skills --skill chatgpt-video-editing-setup --full-depth
只安裝剪輯 Skill:
npx skills add Jaycheng1103/chatgpt-video-editing-skills --skill chatgpt-short-video-editor --full-depth
git clone https://github.com/Jaycheng1103/chatgpt-video-editing-skills.git
cd chatgpt-video-editing-skills
npx skills add . --full-depth
這種方式適合先閱讀內容、再從本機路徑安裝。若要手動複製 Skill,必須連同各自的 references/ 一起保留,不能只複製 SKILL.md。
更新已安裝的兩個 Skills:
npx skills update chatgpt-video-editing-setup chatgpt-short-video-editor
互動式移除:
npx skills remove chatgpt-video-editing-setup chatgpt-short-video-editor
若你安裝在全域範圍,更新或移除時請加上 --global。你也可以先用 npx skills list 確認目前專案範圍的安裝狀態。
ffprobe。release 分支下載。bun.lock 或其 Core Skills。缺少工具時,剪輯 Skill 會停在安全位置,說明缺口並交給 Setup Skill 檢查。它不會自行 Clone、更新、安裝套件或改動你的 Skills 目錄。
先檢查環境:
請使用
chatgpt-video-editing-setup檢查我的短影音剪輯環境。先只做檢查並列出需要的變更,等我確認後再安裝;不要上傳或轉寫任何媒體。
環境通過後開始剪輯:
請使用
chatgpt-short-video-editor,把/完整/路徑/原始影片.mov剪成 60–90 秒、9:16 的繁體中文 Reels。先完成素材檢查、逐字轉寫與內容整理,再用 4–8 句提出剪輯策略,等我確認後才開始剪。
若想一次提供完整規格,可直接複製 examples/完整提示詞.md。
ffprobe 確認來源規格與可解碼性,原始影片保持不變。完整規則見 eight-step-workflow.md 與 production-rules.md。
ELEVENLABS_API_KEY 只能由本機環境變數,或受保護的 ~/Developer/video-use/.env 提供。.env 前,Agent 必須先確認 Git 會忽略它;本機檔案權限應為 600。Agent 不應讀取或顯示檔案內容。詳細安全規則見 security-and-verification.md。
所有新產物都放在原始影片旁的 edit/,原始檔不會被覆寫、移動、重新命名或刪除:
edit/
├── project.md
├── transcripts/<source>.json
├── corrected-transcript.md
├── edl.json
├── master.srt
├── clips/
├── animations/slot_<id>/
├── qa/
├── preview.mp4
└── final.mp4
final.mp4 只有在 720p 預覽獲得核准、1080×1920 正式檔完成渲染,而且正式檔本身通過剪接點、代表畫面與完整解碼檢查後,才會被當成可交付成片。完整定義見 output-contract.md。
請改用 chatgpt-video-editing-setup。它會先檢查,再列出需要你核准的變更。若既有 Repo 有未提交修改,它會停下來,不會直接 pull、reset 或覆寫;既有字體檔也不會被重新下載或覆寫。
完整精度流程以 Scribe v2 為主。你可以明確要求使用本機 Whisper 降級方案,但要接受較低信心的時間碼與額外邊界 QA;Agent 不應默默切換。
指令不等於已執行,畫面不等於完整 QA,預覽也不等於正式交付。正確順序是:完整預覽檢查 → 你核准預覽 → 渲染正式檔 → 驗證正式檔 → 交付。
請在剪輯策略階段提出或核准。這些都是 opt-in 創意決策,不是預設自動加入。簡單靜態圖卡優先使用 Pillow;只有已核准的 HTML、CSS 或 GSAP 動畫才需要 HyperFrames。
本 Repo 不內含第三方上游程式碼。相關工具、API 與服務仍受各自的條款與授權約束,詳見 THIRD_PARTY_NOTICE.md。
本專案以 MIT License 發布。歡迎先閱讀 CONTRIBUTING.md 與 CODE_OF_CONDUCT.md 再參與貢獻。
這是社群維護的非官方專案,與 OpenAI、ChatGPT、video-use、HyperFrames、ElevenLabs、FFmpeg、Pillow 或 Adobe 的開發者及所屬公司沒有從屬、授權、背書或合作關係。產品名稱與商標屬各自權利人所有。