What problem does it solve? Choosing and running the right local LLM for a given machine is error-prone: VRAM versus total RAM, quantization choices, context windows, and engine compatibility all interact. This Skill inspects the hardware, applies an evidence-backed model ladder, and exposes one stable OpenAI-compatible endpoint so Hermes Agent always talks to custom:turbofit / auto regardless of what runs underneath. ## Core Features & Use Cases - Hardware-aware configuration: turbofit_status and turbofit_configure probe dedicated VRAM, unified memory, or RAM-only hosts and select Fit List profiles (Maple at 8 GB, Unleashed at 16ā95 GB, Qwen 3.8 16-bit at 96 GB+). - Adaptive runtime ladder: /turbofit shift up|down|<model>|intelligence|balanced|speed walks the measured ladder, contracting context, auxiliary mode, and model size under memory pressure and healing back up. - Provider and fallback management: registers the named turbofit provider, sets it as primary or appends it to the fallback chain, and publishes the :8091 gateway privately over Tailscale Serve. - Use Case: On a 16 GB GPU workstation, run /turbofit scan to get the Unleashed UD-IQ3_XXS recommendation, then /turbofit setup to download the pinned artifacts and start the local stack, and verify with curl http://127.0.0.1:8091/v1/models. ## Quick Start Ask the agent to run /turbofit status to inspect the current provider, gateway health, and active rung, then run /turbofit setup to download the recommended models and start the local runtime.