SkyrimNet is a next-generation AI framework for Skyrim that enables intelligent, dynamic, and immersive NPC behavior — all running entirely in-process as a native DLL.
Unlike traditional mods that rely on hardcoded dialogue trees or slow external servers, SkyrimNet uses large language models (LLMs), templated logic, and real-time game state data to let NPCs:
Whether you're building a romance system, intelligent enemies, or dynamic questlines, SkyrimNet provides the foundation for deep, lifelike AI behavior inside Skyrim.
SkyrimNet runs entirely in-process as a DLL, meaning it does not require any external servers, Python scripts, or WSL/Linux environments. This results in:
SkyrimNet uses LLM-driven prompts and smart decorators to evaluate in-game context and decide which NPC should respond and how. It selects responses dynamically — no rigid trees or fixed scripts required.
Decorators are logic modules that:
No — the SkyrimNet Web UI requires a running, loaded Skyrim game to function.
This is because the Web UI is powered by live data streamed directly from the in-process DLL, allowing it to:
While this means you can’t use the UI from your browser without Skyrim running, the tradeoff enables unprecedented access and control over Skyrim’s systems — far beyond what’s possible with savefile parsing or offline tools.
SkyrimNet’s Web UI is a live control surface for a living world — not a static modding interface.
No — SkyrimNet is a free, open passion project, the brainchild of a very talented developer, Min, who is building it out of love for Skyrim and AI-driven modding, aided by a small team of volunteer devs.
You don’t need to pay anything to download, install, or use SkyrimNet. However, if you'd like to support the developer, you can do so viaKo-fi.
The only potential cost involved is usage of external LLMs (large language models), which power the AI interactions. These may have minimal fees depending on the provider you choose — but a single dollar often covers hours of in-game AI behavior, according to most LLM pricing estimates.
SkyrimNet gives you access to deeply immersive AI-driven gameplay, without locking anything behind a paywall.
Yes! SkyrimNet provides a Papyrus API to:
Yes. SkyrimNet supports multiple LLM backends based on situation, such as:
No. SkyrimNet reads game data on demand during decoration. This makes it faster and avoids the overhead of constant polling.