{
  "schemaVersion": "1.0",
  "item": {
    "slug": "discord-local-stt-tts-installer",
    "name": "Discord Local STT/TTS Installer (macOS)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/vilmire/discord-local-stt-tts-installer",
    "canonicalUrl": "https://clawhub.ai/vilmire/discord-local-stt-tts-installer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/discord-local-stt-tts-installer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-local-stt-tts-installer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "bin/install.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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "discord-local-stt-tts-installer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T14:33:30.668Z",
      "expiresAt": "2026-05-09T14:33:30.668Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-local-stt-tts-installer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=discord-local-stt-tts-installer",
        "contentDisposition": "attachment; filename=\"discord-local-stt-tts-installer-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "discord-local-stt-tts-installer"
      },
      "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/discord-local-stt-tts-installer"
    },
    "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/discord-local-stt-tts-installer",
    "agentPageUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "discord-local-stt-tts-installer (macOS)",
        "body": "ClawHub skill that installs/updates the discord-local-stt-tts OpenClaw plugin.\n\nPlugin repo: https://github.com/vilmire/discord-local-stt-tts\nInstall path: ~/.openclaw/openclaw-extensions/plugins/discord-local-stt-tts"
      },
      {
        "title": "Supported platforms",
        "body": "macOS only"
      },
      {
        "title": "Requirements",
        "body": "curl\npython3 (used by the installer; also needed for some local STT engines)\nunzip\nffmpeg (required by the plugin runtime)\nOptional: pnpm (if you want the installer to attempt a build)"
      },
      {
        "title": "macOS permissions",
        "body": "If you use Apple Speech (apple-speech) local STT, macOS may require:\n\nSystem Settings → Privacy & Security → Speech Recognition\nSystem Settings → Privacy & Security → Microphone"
      },
      {
        "title": "Install / Update",
        "body": "bash bin/install.sh\nopenclaw gateway restart"
      },
      {
        "title": "What the installer does",
        "body": "Downloads the latest GitHub Release source zipball\nBacks up any existing plugin folder\nInstalls into the OpenClaw extensions plugin directory\nIf pnpm is available, attempts pnpm i && pnpm build (best-effort)"
      },
      {
        "title": "Notes",
        "body": "This skill does not modify your openclaw.json. You still need to enable/configure the plugin."
      }
    ],
    "body": "discord-local-stt-tts-installer (macOS)\n\nClawHub skill that installs/updates the discord-local-stt-tts OpenClaw plugin.\n\nPlugin repo: https://github.com/vilmire/discord-local-stt-tts\nInstall path: ~/.openclaw/openclaw-extensions/plugins/discord-local-stt-tts\nSupported platforms\nmacOS only\nRequirements\ncurl\npython3 (used by the installer; also needed for some local STT engines)\nunzip\nffmpeg (required by the plugin runtime)\nOptional: pnpm (if you want the installer to attempt a build)\nmacOS permissions\n\nIf you use Apple Speech (apple-speech) local STT, macOS may require:\n\nSystem Settings → Privacy & Security → Speech Recognition\nSystem Settings → Privacy & Security → Microphone\nInstall / Update\nbash bin/install.sh\nopenclaw gateway restart\n\nWhat the installer does\nDownloads the latest GitHub Release source zipball\nBacks up any existing plugin folder\nInstalls into the OpenClaw extensions plugin directory\nIf pnpm is available, attempts pnpm i && pnpm build (best-effort)\nNotes\nThis skill does not modify your openclaw.json. You still need to enable/configure the plugin."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/vilmire/discord-local-stt-tts-installer",
    "publisherUrl": "https://clawhub.ai/vilmire/discord-local-stt-tts-installer",
    "owner": "vilmire",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer",
    "downloadUrl": "https://openagent3.xyz/downloads/discord-local-stt-tts-installer",
    "agentUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/discord-local-stt-tts-installer/agent.md"
  }
}