# Send MLX STT 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mlx-stt",
    "name": "MLX STT",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/guoqiao/mlx-stt",
    "canonicalUrl": "https://clawhub.ai/guoqiao/mlx-stt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/mlx-stt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-stt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "install.sh",
      "mlx-stt.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "mlx-stt",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T07:15:38.734Z",
      "expiresAt": "2026-05-09T07:15:38.734Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-stt",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mlx-stt",
        "contentDisposition": "attachment; filename=\"mlx-stt-1.0.7.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "mlx-stt"
      },
      "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-stt"
    },
    "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-stt",
    "downloadUrl": "https://openagent3.xyz/downloads/mlx-stt",
    "agentUrl": "https://openagent3.xyz/skills/mlx-stt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mlx-stt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mlx-stt/agent.md"
  }
}
```
## Documentation

### MLX STT

Speech-To-Text/ASR/Transcribe with MLX (Apple Silicon) and opensource models (default GLM-ASR-Nano-2512) locally.

Free and Accurate. No api key required. No server required.

### Requirements

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

### Installation

bash ${baseDir}/install.sh

This script will use brew to install these cli tools if not available:

ffmpeg: convert audio format when needed
uv: install python package and run python script
mlx_audio: do the real job

### Usage

To transcribe an audio file, run this script:

bash  ${baseDir}/mlx-stt.sh <audio_file_path>

First run could be a little slow, since it will need to download model.
The transcript result will be printed to stdout.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: guoqiao
- Version: 1.0.7
## 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-02T07:15:38.734Z
- Expires at: 2026-05-09T07:15:38.734Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/mlx-stt)
- [Send to Agent page](https://openagent3.xyz/skills/mlx-stt/agent)
- [JSON manifest](https://openagent3.xyz/skills/mlx-stt/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/mlx-stt/agent.md)
- [Download page](https://openagent3.xyz/downloads/mlx-stt)