ue5-wwise-setup
Wwise Setup — WAAPI HTTP Automation
Set up complete Wwise projects programmatically: bus hierarchies, RTPCs, switches, events, SoundBanks, and AudioLink routing.
WAAPI HTTP API (Port 8090)
All calls use curl -s -X POST http://127.0.0.1:8090/waapi with JSON body:
{
"uri": "ak.wwise.core.object.create",
"args": { ... },
"options": {}
}
Key format rules:
argscontains the call parametersoptionsis top-level (NOT inside args), used forreturnfields
More from koshimazaki/ue-audio-skills
ue5-blueprint-audio
Unreal Engine 5 Blueprint audio specialist. Use when working with Blueprint audio logic, game event detection, parameter wiring, audio components, scanning blueprints for audio nodes, listing project assets, or connecting game state to audio systems via UE5.
20ue5-metasound-dsp
MetaSounds DSP specialist for Unreal Engine 5. Use when designing MetaSounds graphs, choosing DSP nodes, configuring filters/oscillators/envelopes, building signal chains, working with the Builder API, or creating audio templates. Covers 144 nodes across 20 categories.
12ue5-plugin-dev
Add a new C++ TCP command + Python MCP tool to the UE Audio MCP plugin. Guides you through the 6-file checklist so nothing gets missed.
11ue5-audio-mcp
UE5 Audio MCP plugin TCP control. Use when sending commands to the Unreal Editor plugin, building MetaSounds graphs via TCP, scanning blueprints, editing Blueprint graphs, spawning audio actors, or debugging the plugin connection on port 9877.
10ue5-audio-builder
Full pipeline audio system generator. Use when building complete game audio systems that span MetaSounds + Blueprint + Wwise layers, generating AAA project structures, or orchestrating multi-layer audio from a natural language description.
8build-system
Full pipeline audio system generator. Use when building complete game audio systems that span MetaSounds + Blueprint + Wwise layers, generating AAA project structures, or orchestrating multi-layer audio from a natural language description.
2