بنقرة واحدة
skyrim-audio
Process Skyrim voice and sound files (FUZ, XWM, WAV) using AutoMod CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Process Skyrim voice and sound files (FUZ, XWM, WAV) using AutoMod CLI.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Inspect and modify NIF mesh files using AutoMod CLI. Use when working with meshes, textures, skeleton nodes, or fixing VR mesh issues.
Read and scan Skyrim save files (.ess). Use when debugging save issues, searching for orphaned scripts, checking mod footprint in saves, or investigating save bloat.
Guided workflow for creating a new Skyrim mod from scratch using AutoMod CLI. Use when the user wants to build a new mod.
Read, extract, create, and modify BSA/BA2 archives using AutoMod CLI.
Generate SkyUI Mod Configuration Menus using AutoMod CLI.
Inspect an ESP/ESM plugin file and show a summary of all records
| name | skyrim-audio |
| description | Process Skyrim voice and sound files (FUZ, XWM, WAV) using AutoMod CLI. |
| paths | **/*.fuz,**/*.xwm,**/*.wav,Data/Sound/** |
Use the AutoMod CLI for voice/sound file processing. Always use --json for output.
bash tools/automod-cli.sh audio <command> [args] --json
audio info <path> — display file detailsaudio extract-fuz <fuz-path> --output <dir> — extract FUZ into XWM + LIP componentsaudio create-fuz <xwm-path> [--lip <lip-path>] --output <fuz-path> — pack XWM (+LIP) into FUZaudio wav-to-xwm <wav-path> --output <xwm-path> — convert WAV to XWM formatSkyrim voice files are .fuz — a container holding:
To replace a voice line: WAV → XWM → FUZ (with matching LIP if lip-sync needed).