什么是 add-audio?
使用 Strudel.cc 向游戏添加音乐和音效 — 背景音乐、游戏主题和 SFX 来源:opusgamelabs/game-creator。
使用 Strudel.cc 向游戏添加音乐和音效 — 背景音乐、游戏主题和 SFX
通过命令行快速安装 add-audio AI 技能到你的开发环境
来源:opusgamelabs/game-creator。
Add procedural music and sound effects to an existing game. BGM uses Strudel.cc for looping patterns. SFX use the Web Audio API directly for true one-shot playback. No audio files needed — everything is synthesized in the browser.
Analyze the game at $ARGUMENTS (or the current directory if no path given).
First, load the game-audio skill to get the full Strudel patterns and integration guide.
使用 Strudel.cc 向游戏添加音乐和音效 — 背景音乐、游戏主题和 SFX 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill add-audio使用 Strudel.cc 向游戏添加音乐和音效 — 背景音乐、游戏主题和 SFX 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill add-audio 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator