with one click
skyrim-mcm
Generate SkyUI Mod Configuration Menus using AutoMod CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Generate SkyUI Mod Configuration Menus using AutoMod CLI.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
Process Skyrim voice and sound files (FUZ, XWM, WAV) using AutoMod CLI.
Read, extract, create, and modify BSA/BA2 archives using AutoMod CLI.
Inspect an ESP/ESM plugin file and show a summary of all records
| name | skyrim-mcm |
| description | Generate SkyUI Mod Configuration Menus using AutoMod CLI. |
Use the AutoMod CLI to create mod configuration menus. Always use --json for output.
bash tools/automod-cli.sh mcm <command> [args] --json
mcm create <modName> <displayName> [--output <config.json>] — create new MCM configmcm add-toggle <config> <id> <text> [--help-text <text>] [--page <name>] — add toggle optionmcm add-slider <config> <id> <text> [--min <n>] [--max <n>] [--step <n>] [--page <name>] — add slidermcm info <config> — inspect MCM configurationmcm validate <config> — check for errorsMCM menus require SkyUI VR (the VR fork, not regular SkyUI). Standard SkyUI is incompatible with VR.