skyrim-nif

Reads Skyrim NIF mesh files to inspect headers, textures, and scale models uniformly via Spooky's CLI.

17|8|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/SpookyPirate/spookys-automod-toolkit --skill skyrim-nif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skyrim-nif
Source: https://github.com/SpookyPirate/spookys-automod-toolkit/tree/main/.claude/skills/skyrim-nif
Command: npx skills add https://github.com/SpookyPirate/spookys-automod-toolkit --skill skyrim-nif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and manipulate NIF (NetImmerse Format) 3D mesh files to inspect meshes, locate texture paths, scale models, and troubleshoot visibility issues in Skyrim mods.

Core Features & Use Cases

  • Read NIF file information (version, header, size)
  • List textures referenced by a mesh
  • Scale meshes uniformly and validate copies
  • Troubleshoot invisible items by verifying mesh integrity and texture references

Quick Start

Inspect a NIF file by querying its basic information and textures to verify integrity.

Frequently Asked Questions about skyrim-nif

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect Skyrim NIF mesh files to troubleshoot invisible models?

To troubleshoot invisible Skyrim NIF models, inspect the mesh details and verify texture references to check file integrity. This Skill reads NIF headers and locates texture paths to identify missing or incorrect references causing visibility issues.

Can I uniformly scale NIF meshes for Skyrim weapons and armor?

Yes, you can uniformly scale NIF meshes for Skyrim weapons and armor. This Skill applies consistent scaling across 3D models and validates the copies to ensure dimensions are correct without distorting the mesh.

How do I list texture paths referenced by a Skyrim NIF file?

You list texture paths by reading the NIF file information to extract referenced textures. This Skill interprets the NetImmerse Format data to locate and display all texture paths associated with the 3D mesh.

What is the best way to read NIF file headers and version info for Skyrim mods?

The best way to read NIF headers and version info is by querying the file's basic information. This Skill reads NIF file data to extract version numbers, headers, and file sizes for Skyrim mod troubleshooting.

Does Spooky's Automod CLI support basic validation for copied NIF meshes?

Yes, Spooky's Automod CLI supports basic validation for copied NIF meshes. After scaling or copying Skyrim models, it verifies mesh integrity to ensure the output files maintain correct structure and texture references.