{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mlx-audio-server",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-audio-server",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "install.sh",
      "run_stt.sh",
      "run_tts.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mlx-audio-server",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MLX Audio Server",
        "body": "Local 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.\n\nmlx-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.\n\nguoqiao/tap/mlx-audio-server: Homebrew Formula to install mlx-audio with brew, and run mlx_audio.server as a LaunchAgent service on macOS."
      },
      {
        "title": "Requirements",
        "body": "mlx: macOS with Apple Silicon\nbrew: used to install deps if not available"
      },
      {
        "title": "Installation",
        "body": "bash ${baseDir}/install.sh\n\nThis script will:\n\ninstall ffmpeg/jq with brew if missing.\ninstall homebrew formula mlx-audio-server from guoqiao/tap\nstart brew service for mlx-audio-server"
      },
      {
        "title": "Usage",
        "body": "STT/Speech-To-Text(default model: mlx-community/glm-asr-nano-2512-8bit):\n\n# input will be converted to wav with ffmpeg, if not yet.\n# output will be transcript text only.\nbash ${baseDir}/run_stt.sh <audio_or_video_path>\n\nTTS/Text-To-Speech(default model: mlx-community/Qwen3-TTS-12Hz-1.7B-VoiceDesign-bf16):\n\n# audio will be saved into a tmp dir, with default name `speech.wav`, and print to stdout.\nbash ${baseDir}/run_tts.sh \"Hello, Human!\"\n# or you can specify a output dir\nbash ${baseDir}/run_tts.sh \"Hello, Human!\" ./output\n# output will be audio path only.\n\nYou can use both scripts directly, or as example/reference."
      }
    ],
    "body": "MLX Audio Server\n\nLocal 24x7 OpenAI-compatible API server for STT/TTS, powered by MLX on your Mac.\n\nmlx-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.\n\nguoqiao/tap/mlx-audio-server: Homebrew Formula to install mlx-audio with brew, and run mlx_audio.server as a LaunchAgent service on macOS.\n\nRequirements\nmlx: macOS with Apple Silicon\nbrew: used to install deps if not available\nInstallation\nbash ${baseDir}/install.sh\n\n\nThis script will:\n\ninstall ffmpeg/jq with brew if missing.\ninstall homebrew formula mlx-audio-server from guoqiao/tap\nstart brew service for mlx-audio-server\nUsage\n\nSTT/Speech-To-Text(default model: mlx-community/glm-asr-nano-2512-8bit):\n\n# input will be converted to wav with ffmpeg, if not yet.\n# output will be transcript text only.\nbash ${baseDir}/run_stt.sh <audio_or_video_path>\n\n\nTTS/Text-To-Speech(default model: mlx-community/Qwen3-TTS-12Hz-1.7B-VoiceDesign-bf16):\n\n# audio will be saved into a tmp dir, with default name `speech.wav`, and print to stdout.\nbash ${baseDir}/run_tts.sh \"Hello, Human!\"\n# or you can specify a output dir\nbash ${baseDir}/run_tts.sh \"Hello, Human!\" ./output\n# output will be audio path only.\n\n\nYou can use both scripts directly, or as example/reference."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guoqiao/mlx-audio-server",
    "publisherUrl": "https://clawhub.ai/guoqiao/mlx-audio-server",
    "owner": "guoqiao",
    "version": "0.2.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}