Run local GGUF models with llama.cpp on any hardware — CPU, Apple Silicon, CUDA, ROCm, or Intel GPU — and discover models on Hugging Face Hub.
npx clawhub@latest install llama-cppThe llama.cpp skill gives your assistant deep expertise in local GGUF inference and Hugging Face model discovery. It finds the right model and quantization for your hardware, generates exact launch commands, and supports both CLI and Python workflows — letting you run open-weight LLMs on CPU, Apple Silicon, CUDA, ROCm, or Intel GPUs without any cloud dependency.
npx clawhub@latest install llama-cppClick the Install button at the top of this page for one-click setup
llama-server for app development or private inference.llama-cpp-python for generation, chat, streaming, or embeddings.Searches and reads HF model pages directly using structured URL patterns, extracting hardware-specific quant recommendations from the ?local-app=llama.cpp view before falling back to generic guidance.
Queries the HF tree API to list every .gguf file in a repo with exact filename, byte size, and quant label. Separates main model checkpoints from multimodal projector files and BF16 shards.
Produces complete llama-server and llama-cli commands using -hf shorthand or explicit --hf-repo/--hf-file flags. Commands are tailored to the confirmed files in the repo, not generic templates.
Recommends Q4/Q5/Q6/IQ quant variants based on the user's available memory and task type. Preserves repo-native labels (e.g. UD-Q4_K_M) rather than normalizing them.
Provides llama-cpp-python code snippets for basic generation, chat completion with streaming, and embeddings — including GPU build flags for CUDA (GGML_CUDA) and Metal (GGML_METAL).
Supports launching llama-server as a drop-in OpenAI API endpoint, enabling local chat completions for app prototyping without any external API keys or cloud costs.
Run open-weight models entirely on your own hardware. The skill finds a suitable GGUF, confirms it exists in the repo, and gives you the exact command to start serving it — no API keys, no data leaving your machine.
Given a hardware profile (e.g. "16 GB unified memory M2"), the skill reads the HF local-app page and tree API to recommend the best quantization and report the exact file size before you download anything.
Spin up llama-server and point your existing OpenAI-SDK code at http://localhost:8080 to develop and test against a local model before committing to a cloud API.
For vision-language repos, the skill separately identifies the main GGUF and the mmproj-*.gguf projector file, providing the correct combined launch command for multimodal inference.
llama.cpp binary (llama-server, llama-cli) installed via Homebrew, winget, or built from sourcellama-cpp-python >= 0.2.0 for Python binding workflowsnpx clawhub@latest install llama-cppLog in to write a review
No reviews yet. Be the first to share your experience!