Search, download, and serve a local GGUF model on a Ryu node via Core's models and engines REST surface. Covers catalog search and device-fit, installing a specific quantization, activating a model, and listing engines (the engine is derived from the model format). Use when a user wants to get a local model running on their node.
$npx -y skills add amajorai/ryu --skill ryu-local-modelInstalls into the current project.
Run `npx skills use "https://github.com/amajorai/ryu" --skill "amajorai/ryu/ryu-local-model"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/amajorai/ryu" that are relevant to the current task. Run `npx skills add "https://github.com/amajorai/ryu"` and select the relevant skills, then follow their instructions.