# Send MLX Audio Server to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mlx-audio-server",
    "name": "MLX Audio Server",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/guoqiao/mlx-audio-server",
    "canonicalUrl": "https://clawhub.ai/guoqiao/mlx-audio-server",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/mlx-audio-server",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-audio-server",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "install.sh",
      "run_stt.sh",
      "run_tts.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mlx-audio-server",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T06:07:56.777Z",
      "expiresAt": "2026-05-12T06:07:56.777Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-audio-server",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-audio-server",
        "contentDisposition": "attachment; filename=\"mlx-audio-server-0.2.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mlx-audio-server"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mlx-audio-server"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mlx-audio-server",
    "downloadUrl": "https://openagent3.xyz/downloads/mlx-audio-server",
    "agentUrl": "https://openagent3.xyz/skills/mlx-audio-server/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mlx-audio-server/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mlx-audio-server/agent.md"
  }
}
```
## Documentation

### MLX Audio Server

Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.

mlx-audio: The best audio processing library built on Apple's MLX framework, providing fast and efficient text-to-speech (TTS), speech-to-text (STT), and speech-to-speech (STS) on Apple Silicon.

guoqiao/tap/mlx-audio-server: Homebrew Formula to install mlx-audio with brew, and run mlx_audio.server as a LaunchAgent service on macOS.

### Requirements

mlx: macOS with Apple Silicon
brew: used to install deps if not available

### Installation

bash ${baseDir}/install.sh

This script will:

install ffmpeg/jq with brew if missing.
install homebrew formula mlx-audio-server from guoqiao/tap
start brew service for mlx-audio-server

### Usage

STT/Speech-To-Text(default model: mlx-community/glm-asr-nano-2512-8bit):

# input will be converted to wav with ffmpeg, if not yet.
# output will be transcript text only.
bash ${baseDir}/run_stt.sh <audio_or_video_path>

TTS/Text-To-Speech(default model: mlx-community/Qwen3-TTS-12Hz-1.7B-VoiceDesign-bf16):

# audio will be saved into a tmp dir, with default name \`speech.wav\`, and print to stdout.
bash ${baseDir}/run_tts.sh "Hello, Human!"
# or you can specify a output dir
bash ${baseDir}/run_tts.sh "Hello, Human!" ./output
# output will be audio path only.

You can use both scripts directly, or as example/reference.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: guoqiao
- Version: 0.2.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T06:07:56.777Z
- Expires at: 2026-05-12T06:07:56.777Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mlx-audio-server)
- [Send to Agent page](https://openagent3.xyz/skills/mlx-audio-server/agent)
- [JSON manifest](https://openagent3.xyz/skills/mlx-audio-server/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mlx-audio-server/agent.md)
- [Download page](https://openagent3.xyz/downloads/mlx-audio-server)