# Mlx Wire

> Preview and confirm wiring a chosen MLX model.

- Skill: `cavi-ai/mlx-wire` (Agent Skill, multi-file: 45 files)
- Install (CLI): `npx skillmds@latest add cavi-ai/mlx-wire`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cavi-ai/mlx-wire/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cavi-ai (https://skillmd.com/u/cavi-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cavi-ai/mlx-wire

---


# MLX Wire

Resolve `<skill-dir>` as the absolute directory containing this SKILL.md. Never resolve the bundled executable from the shell working directory.

canonical capability ID: mlx-agent.wire

Use the structured CLI to inspect the target configuration without mutation:

`python3 <skill-dir>/scripts/mlx-agent wire render <model> --target <target> --path <config-path> --json`

Then request the exact transaction diff and preview hash without confirmation. This command is intentionally non-mutating and exits nonzero while it waits for confirmation:

`python3 <skill-dir>/scripts/mlx-agent wire apply <model> --target <target> --path <config-path> --json`

Show that returned diff and preview hash. Do not write configuration files directly. Only after the user explicitly confirms that exact preview, run:

`python3 <skill-dir>/scripts/mlx-agent wire apply <model> --target <target> --path <config-path> --confirm --preview-hash <preview-hash> --json`

Never download model weights without an explicit confirmation. Report the transaction receipt returned by the CLI.

