返回目錄

vox-director

維護狀態: 活躍

alisa0808/vox-director

將主題自動生成 Vox 拼貼風解說或廣告影片的智慧體技能,全流程在 Atlas Cloud 與 ffmpeg 上自動完成。

安裝
$ git clone https://github.com/Alisa0808/vox-director.git ~/.claude/skills/vox-director

1,403

星數

198

Fork

Python

語言

MIT

授權條款

2026-07-10

建立於

2026-08-11

最近推送

MIT 授權的 agent skill,以 Atlas Cloud 與本機 ffmpeg 將單一選題自動製成 Vox 風拼貼解說影片;可安裝到任何 coding agent 的 skills 目錄,包括 DeepSeek Harness 工作流。

DSH 整合

相容

自動推斷

安全稽核

未稽核

最後核實

2026-08-21

授權條款

MIT

01它能幫你完成什麼?

  • Turn a one-line topic into a finished Vox-style paper-collage explainer or ad video

    A final MP4 with script, collage keyframes, motion, voice-over, music and captions, assembled at out/<project>/final.mp4 after two human approval gates

    Creators and marketers using DeepSeek Harness or another coding agent who need editorial-style explainer/ad videos without hand-editing them

  • Re-style existing footage or photos into the collage look (A-roll / C-roll)

    Talking-head videos re-styled frame-for-frame while keeping the real face, lip-sync and gestures; still photos cut out as photographic stickers anchored into generated posters, with optional voice-cloned narration

    Video producers and brand teams that already have talking-head footage or product shots and want the Vox collage aesthetic

02如何將外掛接入 DeepSeek Harness?

先決條件

  • A coding agent — Claude Code, Codex, or similar
  • An Atlas Cloud API key
  • ffmpeg + ffprobe (e.g. `brew install ffmpeg`)
  • Python 3 with Pillow (`pip install pillow`) for caption/watermark overlays

安裝步驟

  1. 01

    Option A — clone the repo as a skill: `git clone https://github.com/Alisa0808/vox-director.git ~/.claude/skills/vox-director`

    $ git clone https://github.com/Alisa0808/vox-director.git ~/.claude/skills/vox-director

  2. 02

    Option B — download `vox-director.skill` and install it via your Claude skills UI

  3. 03

    Set your Atlas Cloud API key: `export ATLASCLOUD_API_KEY="sk-..."`

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

Agent skill (SKILL.md workflow + scripts) installed into a coding agent's skills directory; the README targets any coding agent and does not mention DeepSeek Harness explicitly, though the repo is tagged dsh-plugin.

  • End-to-end video pipeline with human gates

    A one-line topic (B-roll), a talking-head video (A-roll), or a still photo (C-roll)beat map → style bake-off → collage keyframes → motion → voice + music → ffmpeg assembly → final.mp4

    Sends prompts and media to the Atlas Cloud API (network calls to api.atlascloud.ai)Writes generated assets and final.mp4 under out/<project>/
  • Three input modalities (B-roll / A-roll / C-roll)

    a topic, a talking-head video, or a still photofully generated film; talking-head re-styled with face/lip-sync preserved; photo anchored as a photographic sticker with optional voice cloning

    Voice cloning (bytedance/seed-audio-1.0) processes a real person's voice via Atlas Cloud
  • Local ffmpeg assembly & overlays

    generated clips, narration, music and captionsfinal.mp4 with concatenated clips, music ducked under VO, burned-in captions and watermark

    Requires local ffmpeg/ffprobe and Python 3 + Pillow for caption/watermark overlays

04適合誰?何時不該用?

適合

  • Creators and marketers using DeepSeek Harness or another coding agent who need editorial-style explainer/ad videos without hand-editing them
  • Video producers and brand teams that already have talking-head footage or product shots and want the Vox collage aesthetic

不適合

  • All image, video, voice and music generation runs through the Atlas Cloud API — you need an Atlas Cloud API key and network access, and model usage is billed against your Atlas Cloud account.

05相容性、維護與安全提醒

  • All image, video, voice and music generation runs through the Atlas Cloud API — you need an Atlas Cloud API key and network access, and model usage is billed against your Atlas Cloud account.
  • Model IDs on Atlas Cloud drift over time; the skill fetches the live model list before every run, and the model table is only verified on Atlas Cloud.
  • Final assembly and caption/watermark overlays depend on locally installed ffmpeg + ffprobe and Python 3 with Pillow; the skill cannot produce the final MP4 without them.
2026-07-102026-08-11作者未說明

MIT · actively maintained (last push 2026-08-11, no tagged releases yet)

06常見問題

Vox Director 如何接入 DeepSeek Harness?是原生還是 MCP?

都不是——它是 agent skill,不是 MCP 伺服器或原生執行環境。README 表示任何能讀取工作流並執行腳本的 coding agent 都可用:複製到 skills 目錄(Claude Code 會自動發現),或安裝打包好的 .skill 檔;其他 agent 則讀取 AGENTS.md → SKILL.md。README 並未特別提及 DeepSeek Harness。

安裝前需要準備什麼?

一個 coding agent(Claude Code、Codex 或類似工具)、Atlas Cloud API key、ffmpeg + ffprobe,以及安裝了 Pillow 的 Python 3(用於字幕/浮水印疊加)。

我的資料和請求會傳到哪裡?

所有生成環節——關鍵幀、動畫、配音、配樂——都會傳送到 Atlas Cloud API(api.atlascloud.ai),每次執行前還會取得即時模型清單;最終合成在本機以 ffmpeg 完成,輸出到 out/<project>/final.mp4。

製作過程中我能保留多少控制權?

兩個人工決策關卡:你需要確認節拍圖(敘事結構),並從 3–4 種主題的風格比選中挑選視覺風格;之後的所有步驟全部自動完成。

08資料與來源

  • 自動推斷github.com668ec3946fe0…

    usable by any coding agent (Claude Code, Codex, etc.). You give it a one-line topic; it gives you an `mp4`.

  • 自動推斷github.com668ec3946fe0…

    This is an **agent skill** — it works with any coding agent that can read a workflow and run scripts (Claude Code, Codex…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。