Install
openclaw skills install @smseow001/hardware-llm-optimizerAuto-detect PC hardware (CPU/GPU/RAM/VRAM) -> Determine max LLM parameters -> Recommend models (3B/7B/8B/13B/34B/70B) + quantization + deployment tools + bottleneck analysis. Chinese interface.
openclaw skills install @smseow001/hardware-llm-optimizerDetects PC hardware configuration and recommends which large language models can run.
When user asks about running LLMs on their computer:
检测电脑配置
大模型推荐
能跑什么模型
硬件检测
LLM优化
python3 skills/hardware-llm-optimizer/detect.py
pip install psutil| Model | Min VRAM | Rec VRAM | Quantization |
|---|---|---|---|
| 3B | 2GB | 4GB | Q4 |
| 7B | 6GB | 8GB | Q4/Q8 |
| 13B | 10GB | 16GB | Q4/Q8 |
| 34B | 20GB | 32GB | Q4 |
| 70B | 40GB | 80GB | Q4 |
This skill outputs in Chinese for user convenience.