Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Local Model SelectionSkill
Summary
Choose and run the right local model with llama.cpp and GGUF — quantisation, hardware fit, and local serving.
Features
- Pick a local model that fits your RAM and VRAM budget
- GGUF quantisation levels and the quality/size trade-off
- llama.cpp serving setup for local inference
- Hardware fit checks before downloading weights
- Hub-sourced model discovery for offline use
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
The hard part of running models locally is not the running; it is choosing. Which model, at which quantisation, will fit in the memory you have and still be good enough for the task?
This official skill answers that: finding GGUF conversions on the Hub, understanding what each quantisation level costs in quality and saves in memory, matching a model to CPU, Apple Metal, CUDA, or ROCm hardware, and locating the exact file to download rather than pulling a whole repository.
It also covers running llama.cpp as an OpenAI-compatible server so existing code can point at it, and converting models to GGUF when no conversion exists. Published by Hugging Face.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
