What problem does it solve? Running local GGUF models involves hunting Hugging Face repositories, verifying licenses and revisions, checking GPU and disk fit, and recovering from interrupted downloads. This Skill manages that entire lifecycle through Mixdog's installer instead of manual shell downloads or configuration edits. ## Core Features & Use Cases - Model Discovery and Inspection: Search Hugging Face repositories, inspect exact GGUF files for size, license, pinned revision, SHA-256, context window, and VRAM estimates before committing to a download. - Managed Installation and Recovery: Start resumable background runtime and model downloads, monitor progress, cancel or resume paused jobs, and verify or repair model files with checksum validation. - Safe Lifecycle Operations: Activate the provider, adjust idle unload TTL, and delete models only after explicit confirmation with expiring tokens, without touching user files or bypassing failed checks. - Use Case: A user wants an offline coding model. The Skill checks GPU and disk status, inspects a candidate GGUF from Hugging Face, registers it after license approval, downloads the weights in the background, and routes the conversation to the local model once a real response is observed. ## Quick Start Ask the agent to check local provider status and find a GGUF model that fits your GPU, then install it through the managed installer.