{
  "schemaVersion": "1.0",
  "item": {
    "slug": "free-groq-voice",
    "name": "Free Groq Voice Recognition",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/huixionghexiyi/free-groq-voice",
    "canonicalUrl": "https://clawhub.ai/huixionghexiyi/free-groq-voice",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/free-groq-voice",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=free-groq-voice",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "transcribe.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/free-groq-voice"
    },
    "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/free-groq-voice",
    "agentPageUrl": "https://openagent3.xyz/skills/free-groq-voice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/free-groq-voice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/free-groq-voice/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": "Overview",
        "body": "100% FREE voice recognition powered by Groq's complimentary Whisper API (whisper-large-v3 model). No credit card required, no usage limits.\n\nConvert audio messages, voice notes, and recordings to text in 50+ languages. Perfect for:\n\n🎙️ Voice message transcription\n📝 Meeting notes\n♿ Accessibility features\n🤖 Voice-controlled automation"
      },
      {
        "title": "Cost: $0.00",
        "body": "✅ Completely free Groq API tier\n✅ No credit card needed\n✅ No monthly fees\n✅ Generous rate limits\n✅ Whisper-large-v3 model (most accurate)"
      },
      {
        "title": "1. Get Your FREE Groq API Key",
        "body": "Visit https://console.groq.com/\nSign up for free (takes 30 seconds)\nNavigate to API Keys\nCreate a new API key\nCopy the key\n\nThat's it! No payment required."
      },
      {
        "title": "2. Configure Proxy (If in Restricted Regions)",
        "body": "Groq API may require a proxy in certain regions (e.g., mainland China).\n\nAdd to your TOOLS.md:\n\n### Proxy Settings\n- HTTP Proxy: http://127.0.0.1:7890\n\n### Voice Recognition (FREE Groq Whisper)\n- API Key: gsk_your_key_here\n- Model: whisper-large-v3\n- Language: zh (or your preferred language)\n- Requires Proxy: Yes (if in restricted region)"
      },
      {
        "title": "3. Test the Skill",
        "body": "Send a voice message and ask me to transcribe it!"
      },
      {
        "title": "Usage Examples",
        "body": "Basic Transcription:\n\nUser: [sends voice message]\nYou: You said: \"你好，这是一条测试消息\"\n\nWith Language Hint:\n\nUser: 识别这段英文语音\nYou: [automatically uses language=en]\n\nBatch Processing:\n\nUser: 帮我识别这个文件夹里所有的语音文件\nYou: [processes all .ogg/.mp3/.wav files]"
      },
      {
        "title": "Supported Languages",
        "body": "🇨🇳 Chinese (zh) - Mandarin, Cantonese\n🇺🇸 English (en) - US, UK, Australian\n🇯🇵 Japanese (ja)\n🇰🇷 Korean (ko)\n🇫🇷 French (fr)\n🇩🇪 German (de)\n🇪🇸 Spanish (es)\n🇮🇹 Italian (it)\n🇵🇹 Portuguese (pt)\n🇷🇺 Russian (ru)\n... and 40+ more"
      },
      {
        "title": "Technical Details",
        "body": "API Endpoint:\n\nhttps://api.groq.com/openai/v1/audio/transcriptions\n\nModel: whisper-large-v3 (OpenAI's most accurate model)\n\nSupported Formats:\n\nOGG/OPUS (Feishu, Telegram default)\nMP3\nWAV\nM4A\nWebM\n\nProxy Requirements:\n\nUse HTTP proxy (not SOCKS5)\nDefault: http://127.0.0.1:7890"
      },
      {
        "title": "Troubleshooting",
        "body": "❌ \"Forbidden\" Error:\n\nCheck API key is valid\nEnsure proxy is configured (if in restricted region)\nTry HTTP proxy instead of SOCKS5\n\n❌ \"File Not Found\":\n\nCheck file path is absolute\nEnsure file exists\n\n❌ Slow Response:\n\nCheck proxy speed\nGroq API is usually fast (< 1s for short audio)"
      },
      {
        "title": "Privacy & Security",
        "body": "✅ Audio processed by Groq's API (not stored permanently)\n✅ API key stored locally in your TOOLS.md\n✅ No data sent to third parties\n✅ Open-source and auditable"
      },
      {
        "title": "Why Groq?",
        "body": "FREE vs Paid Alternatives:\n\nServiceCostAccuracySpeedGroq (FREE)$0⭐⭐⭐⭐⭐⚡⚡⚡⚡⚡OpenAI Whisper$0.006/min⭐⭐⭐⭐⭐⚡⚡⚡Google Speech$0.006/min⭐⭐⭐⭐⚡⚡⚡⚡AWS Transcribe$0.024/min⭐⭐⭐⭐⚡⚡⚡\n\nGroq's free tier offers:\n\nSame Whisper-large-v3 model as OpenAI\nFaster inference (Groq's LPU chip)\nNo usage limits (fair use policy)\nNo credit card required"
      },
      {
        "title": "Contributing",
        "body": "Want to improve this skill?\n\nFork on ClawHub\nSubmit improvements\nShare with the community"
      },
      {
        "title": "License",
        "body": "MIT - Free to use, modify, and distribute.\n\nEnjoy FREE voice recognition! 🎉\n\nNo more paying for transcription services. Groq's complimentary API makes professional-grade speech-to-text accessible to everyone."
      }
    ],
    "body": "Free Groq Voice Recognition\nOverview\n\n100% FREE voice recognition powered by Groq's complimentary Whisper API (whisper-large-v3 model). No credit card required, no usage limits.\n\nConvert audio messages, voice notes, and recordings to text in 50+ languages. Perfect for:\n\n🎙️ Voice message transcription\n📝 Meeting notes\n♿ Accessibility features\n🤖 Voice-controlled automation\nCost: $0.00\n✅ Completely free Groq API tier\n✅ No credit card needed\n✅ No monthly fees\n✅ Generous rate limits\n✅ Whisper-large-v3 model (most accurate)\nSetup\n1. Get Your FREE Groq API Key\nVisit https://console.groq.com/\nSign up for free (takes 30 seconds)\nNavigate to API Keys\nCreate a new API key\nCopy the key\n\nThat's it! No payment required.\n\n2. Configure Proxy (If in Restricted Regions)\n\nGroq API may require a proxy in certain regions (e.g., mainland China).\n\nAdd to your TOOLS.md:\n\n### Proxy Settings\n- HTTP Proxy: http://127.0.0.1:7890\n\n### Voice Recognition (FREE Groq Whisper)\n- API Key: gsk_your_key_here\n- Model: whisper-large-v3\n- Language: zh (or your preferred language)\n- Requires Proxy: Yes (if in restricted region)\n\n3. Test the Skill\n\nSend a voice message and ask me to transcribe it!\n\nUsage Examples\n\nBasic Transcription:\n\nUser: [sends voice message]\nYou: You said: \"你好，这是一条测试消息\"\n\n\nWith Language Hint:\n\nUser: 识别这段英文语音\nYou: [automatically uses language=en]\n\n\nBatch Processing:\n\nUser: 帮我识别这个文件夹里所有的语音文件\nYou: [processes all .ogg/.mp3/.wav files]\n\nSupported Languages\n🇨🇳 Chinese (zh) - Mandarin, Cantonese\n🇺🇸 English (en) - US, UK, Australian\n🇯🇵 Japanese (ja)\n🇰🇷 Korean (ko)\n🇫🇷 French (fr)\n🇩🇪 German (de)\n🇪🇸 Spanish (es)\n🇮🇹 Italian (it)\n🇵🇹 Portuguese (pt)\n🇷🇺 Russian (ru)\n... and 40+ more\nTechnical Details\n\nAPI Endpoint:\n\nhttps://api.groq.com/openai/v1/audio/transcriptions\n\n\nModel: whisper-large-v3 (OpenAI's most accurate model)\n\nSupported Formats:\n\nOGG/OPUS (Feishu, Telegram default)\nMP3\nWAV\nM4A\nWebM\n\nProxy Requirements:\n\nUse HTTP proxy (not SOCKS5)\nDefault: http://127.0.0.1:7890\nTroubleshooting\n\n❌ \"Forbidden\" Error:\n\nCheck API key is valid\nEnsure proxy is configured (if in restricted region)\nTry HTTP proxy instead of SOCKS5\n\n❌ \"File Not Found\":\n\nCheck file path is absolute\nEnsure file exists\n\n❌ Slow Response:\n\nCheck proxy speed\nGroq API is usually fast (< 1s for short audio)\nPrivacy & Security\n✅ Audio processed by Groq's API (not stored permanently)\n✅ API key stored locally in your TOOLS.md\n✅ No data sent to third parties\n✅ Open-source and auditable\nWhy Groq?\n\nFREE vs Paid Alternatives:\n\nService\tCost\tAccuracy\tSpeed\nGroq (FREE)\t$0\t⭐⭐⭐⭐⭐\t⚡⚡⚡⚡⚡\nOpenAI Whisper\t$0.006/min\t⭐⭐⭐⭐⭐\t⚡⚡⚡\nGoogle Speech\t$0.006/min\t⭐⭐⭐⭐\t⚡⚡⚡⚡\nAWS Transcribe\t$0.024/min\t⭐⭐⭐⭐\t⚡⚡⚡\n\nGroq's free tier offers:\n\nSame Whisper-large-v3 model as OpenAI\nFaster inference (Groq's LPU chip)\nNo usage limits (fair use policy)\nNo credit card required\nContributing\n\nWant to improve this skill?\n\nFork on ClawHub\nSubmit improvements\nShare with the community\nLicense\n\nMIT - Free to use, modify, and distribute.\n\nEnjoy FREE voice recognition! 🎉\n\nNo more paying for transcription services. Groq's complimentary API makes professional-grade speech-to-text accessible to everyone."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/huixionghexiyi/free-groq-voice",
    "publisherUrl": "https://clawhub.ai/huixionghexiyi/free-groq-voice",
    "owner": "huixionghexiyi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/free-groq-voice",
    "downloadUrl": "https://openagent3.xyz/downloads/free-groq-voice",
    "agentUrl": "https://openagent3.xyz/skills/free-groq-voice/agent",
    "manifestUrl": "https://openagent3.xyz/skills/free-groq-voice/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/free-groq-voice/agent.md"
  }
}