Openclaw Mlx Setup
Description
One-click setup for running local LLMs (MLX) on Apple Silicon Mac with OpenClaw
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
OpenClaw + MLX Local Model Setup
One-click setup for running local LLMs on Apple Silicon Mac with OpenClaw
[](https://support.apple.com/en-us/116943) [](LICENSE)
What is this?
This skill automatically sets up a local LLM on your Apple Silicon Mac and connects it to [OpenClaw](https://github.com/nichochar/openclaw). It handles everything:
- Detects your Mac's RAM and selects the optimal model
- Installs dependencies (
mlx-lm) - Downloads the model from HuggingFace
- Starts
mlx_lm.server(OpenAI-compatible API) - Configures
openclaw.jsonautomatically - Tests the connection
Quick Start
# Clone and run
git clone https://github.com/jkf87/openclaw-mlx-setup.git
cd openclaw-mlx-setup
bash scripts/auto_install.sh
That's it. Your OpenClaw agents (Telegram bots, etc.) can now use local models.
Requirements
| Item | Requirement |
|---|---|
| Mac | Apple Silicon (M1/M2/M3/M4) |
| RAM | 8GB minimum |
| Python | 3.10+ |
| OpenClaw | Installed and configured |
Auto-Selected Models by RAM
| RAM | Model | Size | Use Case |
|---|---|---|---|
| 8GB | Qwen3-4B-4bit | ~2.5GB | Light chat |
| 16GB | Qwen3-8B-4bit | ~4.9GB | Best value |
| 32GB | Qwen3-14B-4bit | ~8.5GB | Balanced |
| 64GB+ | Qwen3-32B-4bit | ~19GB | High performance |
Architecture
[HuggingFace MLX Model] --> [mlx_lm.server :8080] --> [OpenClaw] --> [Telegram Bot / Agent]
OpenAI-compatible API mlx provider
Options
# Auto-select model (default)
bash scripts/auto_install.sh
# Specify a model
bash scripts/auto_install.sh --model mlx-community/Qwen3-14B-4bit
# Change port
bash scripts/auto_install.sh --port 8081
# Restart without re-downloading
bash scripts/auto_install.sh --skip-download
Mac Chip Performance (8B Q4)
| Chip | Token/s (approx)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11