waoowaoo

首家工业级全流程 AI 影视生产平台。Industry-first professional AI Agent platform for controllable film & video production. From shorts to live-action with Hollywood-standard workflows.

12,016
Stars
2,721
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/saturndec/waoowaoo

Getting Started

Guides for using skills like waoowaoo.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

🚀 探索 AI 影视的下一代创作流 | 立即加入 waoowaoo 在线网页版内测候补

waooAI%2Fwaoowaoo | Trendshift

waoowaoo AI 影视 Studio

一款基于 AI 技术的短剧/漫画视频制作工具,支持从小说文本自动生成分镜、角色、场景,并制作成完整视频。

English · 加入内测候补 · 反馈问题

[!IMPORTANT] ⚠️ 测试版声明:本项目目前处于测试初期阶段,由于暂时只有我一个人开发,存在部分 bug 和不完善之处。我们正在快速迭代更新中,欢迎进群反馈问题和需求,及时关注项目更新!目前更新会非常频繁,后续会增加大量新功能以及优化效果,我们的目标是成为行业最强AI工具!


✨ 功能特性

  • 🎬 AI 剧本分析 — 自动解析小说,提取角色、场景、剧情
  • 🎨 角色 & 场景生成 — AI 生成一致性人物和场景图片
  • 📽️ 分镜视频制作 — 自动生成分镜头并合成视频
  • 🎙️ AI 配音 — 多角色语音合成
  • 🌐 多语言支持 — 中文 / 英文界面,右上角一键切换

🚀 快速开始

前提条件:安装 Docker Desktop

方式一:拉取预构建镜像(最简单)

无需克隆仓库,下载即用:

# 下载 docker-compose.yml
curl -O https://raw.githubusercontent.com/saturndec/waoowaoo/main/docker-compose.yml

# 启动所有服务
docker compose up -d

⚠️ 当前为测试版,版本间数据库不兼容。升级请先清除旧数据:

docker compose down -v
docker rmi ghcr.io/saturndec/waoowaoo:latest
curl -O https://raw.githubusercontent.com/saturndec/waoowaoo/main/docker-compose.yml
docker compose up -d

启动后请清空浏览器缓存并重新登录,避免旧版本缓存导致异常。

方式二:克隆仓库 + Docker 构建(完全控制)

git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo
docker compose up -d

更新版本:

git pull
docker compose down && docker compose up -d --build

方式三:本地开发模式(开发者)

git clone https://github.com/saturndec/waoowaoo.git
cd waoowaoo

# 复制环境变量配置文件(必须在 npm install 之前完成)
cp .env.example .env
# ⚠️ 编辑 .env,填入你的 AI API Key(NEXTAUTH_URL 默认已是 http://localhost:3000,无需修改)

npm install

# 只启动基础设施
# 注意:docker-compose.yml 将服务映射到非标准端口,.env.example 已按此预设
mysql:13306  redis:16379  minio:19000
docker compose up mysql redis minio -d

# 初始化数据库表结构(首次必须执行,跳过会导致启动后报错)
npx prisma db push

# 启动开发服务器
npm run dev

[!WARNING] 跳过 npx prisma db push 会导致所有数据库表不存在,启动后报错 The table 'tasks' does not exist。请务必先运行此命令再启动开发服务器。


访问 http://localhost:13000(方式一、二)或 http://localhost:3000(方式三)开始使用!

首次启动会自动完成数据库初始化,无需任何额外配置。

[!TIP] 如果遇到网页卡顿:HTTP 模式下浏览器可能限制并发连接。可安装 Caddy 启用 HTTPS:

caddy run --config Caddyfile

然后访问 https://localhost:1443


🔧 API 配置

启动后进入设置中心配置 AI 服务的 API Key,内置配置教程。

💡 注意:目前仅推荐使用各服务商官方 API,第三方兼容格式(OpenAI Compatible)尚不完善,后续版本会持续优化。


📦 技术栈

  • 框架: Next.js 15 + React 19
  • 数据库: MySQL + Prisma ORM
  • 队列: Redis + BullMQ
  • 样式: Tailwind CSS v4
  • 认证: NextAuth.js

📦 页面功能预览

4f7b913264f7f26438c12560340e958c67fa833a 67509361cbe6809d2496a550de5733b9f99a9702 466e13c8fd1fc799d8f588c367ebfa24e1e99bf7 c067c197c20b0f1de456357c49cdf0b0973c9b31


🤝 参与方式

本项目由核心团队独立维护。欢迎你通过以下方式参与:

  • 🐛 提交 Issue 反馈 Bug
  • 💡 提交 Issue 提出功能建议
  • 🔧 提交 Pull Request 供参考 — 我们会认真审阅每一个 PR 的思路,但最终由团队自行实现修复,不会直接合并外部 PR

Made with ❤️ by waoowaoo team

Star History

Star History Chart

Frequently Asked Questions

What is waoowaoo?

waoowaoo is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by saturndec. 首家工业级全流程 AI 影视生产平台。Industry-first professional AI Agent platform for controllable film & video production. From shorts to live-action with Hollywood-standard workflows. It has 12,016 GitHub stars.

Is waoowaoo safe to use?

waoowaoo failed SkillsLLM's automated security scan, which flagged one or more high-severity issues. Review the Security Report section carefully before using it.

How do I install waoowaoo?

Clone the repository with "git clone https://github.com/saturndec/waoowaoo" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is waoowaoo written in?

waoowaoo is primarily written in TypeScript. It is open-source under saturndec on GitHub, so you can review or fork the full source.

Are there alternatives to waoowaoo?

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 waoowaoo against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details