Agent skill · Business & Finance

llmfit-advisor

Detect local hardware (RAM, CPU, GPU/VRAM) and recommend the best-fit local LLM models with optimal quantization, speed estimates, and fit scoring.

AlexsJonesgithub.com/AlexsJonesGitHub ↗
claude-codeMIT
Install
npx skills add AlexsJones/llmfit --skill llmfit-advisor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/llmfit-advisor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 31,120 · +257 this week
Language: Rust
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# llmfit-advisor Hardware-aware local LLM advisor. Detects your system specs (RAM, CPU, GPU/VRAM) and recommends models that actually fit, with optimal quantization and speed estimates. ## When to use (trigger phrases) Use this skill immediately when the user asks any of: - "what local models can I run?" - "which LLMs fit my hardware?" - "recommend a local model" - "what's the best model for my GPU?" - "can I run Llama 70B locally?" - "configure local models" - "set up Ollama models" - "what models fit my VRAM?" - "help me pick a local model for coding" Also use this skill when: - The user wants to configure `models.providers.ollama` or `models.providers.lmstudio` - The user mentions running models locally and you need to know what fits - A model recommendation is needed and the user has local inference capability (Ollama, vLLM, LM Studio) ## Quick start ### Detect hardware ```bash llmfit --json system ``` Returns JSON with CPU, RAM, GPU name, VRAM, multi-GPU info, and whether memory is unified (Apple Silicon). ### Get top recommendations ```bash llmfit recommend --json --limit 5 ``` Returns the top 5 models ranked by a composite score (quality, speed, fit, context) with optimal qu

What's inside
Steps it walks through
  1. When to use (trigger phrases)
  2. Quick start
  3. Detect hardware
  4. Get top recommendations
  5. Filter by use case
  6. Filter by minimum fit level
  7. Understanding the output
  8. System JSON
  9. Recommendation JSON
  10. Fit levels explained
  11. Run modes explained
  12. Configuring OpenClaw with results
  13. For Ollama
  14. For vLLM / LM Studio
Commands it runs
llmfit --json system
llmfit recommend --json --limit 5
llmfit recommend --json --use-case coding --limit 3
llmfit recommend --json --use-case reasoning --limit 3
llmfit recommend --json --use-case chat --limit 3
llmfit recommend --json --min-fit good --limit 10
About this skill
What does the llmfit-advisor skill do?

Detect local hardware (RAM, CPU, GPU/VRAM) and recommend the best-fit local LLM models with optimal quantization, speed estimates, and fit scoring.

How do I install it?

Run `npx skills add AlexsJones/llmfit --skill llmfit-advisor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From AlexsJones/llmfit, a repository with 31,120 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going