avenox-video

仓库创建 2026年7月25日最近提交 1 天前SkillHot 收录 2 小时前
▸ 精选理由

完整且可复用的本地化制作流程,适合重视隐私与离线渲染的团队。

这个 Skill 做什么

本地优先的 YouTube 视频生产流水线,涵盖剪辑、配乐、字幕与渲染等环节。

把视频剪辑、配乐、字幕、动图和最终渲染当作一套本地化流水线来跑:本地优先,用 auto-editor、ffmpeg、mlx-whisper、MLT 等开源工具,再搭配 HyperFrames 做动画图形。当你需要把长录制剪辑成成片、做字幕、加动画或把最终版本渲染出来时就用它;人工负责导演和质检,代理负责执行。亮点是所有处理都在你机器上走,不用把素材上传到云端,便于隐私和大文件操作。

▸ 展开 SKILL.md 英文原文

Avenox Studio — local-first YouTube video production pipeline (ROUTER, read first). Use for ANY request to edit, cut, produce, assemble, caption, score, or render a long-form video, or to make motion graphics for one. Wraps open-source tooling (auto-editor, mlx-whisper, MLT/melt, ffmpeg) plus HyperFrames for animated graphics. Triggers: "edit this video", "cut the recording", "make graphics", "extract captions", "render the final", a job name, or anything about the video pipeline. The human is director/quality gate; the agent is the operator.

内容创作视频制作本地优先自动化流水线通用
12
Stars
1
Forks
8
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/avenox-video/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/avenox-video/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Avenox Studio — operator router

The fast operator guide for a **local-first, agent-operated video pipeline**.
Everything runs on your own machine: no cloud editor, no upload-to-render.

**The human directs and approves quality; the agent runs the pipeline.**

## Setup

```bash
export STUDIO_JOBS="$HOME/video/projects"   # heavy media lives here
export STUDIO_ROOT="/path/to/this/repo"     # scripts, templates, brand
```

Requirements: macOS (hardware encode via `h264_videotoolbox`; Apple Silicon for
`mlx-whisper`), `ffmpeg`, `python3`, `melt`/MLT, Node (for HyperFrames). Most
of this works on Linux with `libx264` and a CUDA whisper build substituted in.

## Operating principles

1. **Media
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有