원클릭으로
skyrim-bsa
Read, extract, create, and modify BSA/BA2 archives using AutoMod CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read, extract, create, and modify BSA/BA2 archives 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.
Process Skyrim voice and sound files (FUZ, XWM, WAV) 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-bsa |
| description | Read, extract, create, and modify BSA/BA2 archives using AutoMod CLI. |
| paths | **/*.bsa,**/*.ba2 |
Use the AutoMod CLI for archive work. Always use --json for output.
bash tools/automod-cli.sh archive <command> [args] --json
archive info <archive> — metadata and statsarchive list <archive> [--filter <pattern>] [--limit <n>] — list contentsarchive validate <archive> — integrity checkarchive diff <archive1> <archive2> — compare two archivesarchive status — verify BSArch tool availabilityarchive extract <archive> --output <dir> — extract all filesarchive extract-file <archive> <file> --output <dir> — extract single filearchive create <dir> --output <archive> [--game Skyrim] — create new BSAarchive add-files <archive> <dir> [--base-dir <path>] — add files to existing archivearchive remove-files <archive> --filter <pattern> — remove files by patternarchive update-file <archive> <file-path> <archive-path> — replace single filearchive replace-files <archive> <source-dir> — bulk replacearchive merge <archive1> <archive2> [...] --output <path> — merge archivesarchive optimize <archive> [--output <path>] — optimize compressionLoose files always override BSAs. Check for loose file conflicts in Data/ before assuming BSA content is what the game loads.