# Send Free Groq Voice Recognition 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": "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": {
    "downloadUrl": "/downloads/free-groq-voice",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=free-groq-voice",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "transcribe.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "free-groq-voice",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T10:41:20.805Z",
      "expiresAt": "2026-05-10T10:41:20.805Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=free-groq-voice",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=free-groq-voice",
        "contentDisposition": "attachment; filename=\"free-groq-voice-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "free-groq-voice"
      },
      "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/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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Overview

100% FREE voice recognition powered by Groq's complimentary Whisper API (whisper-large-v3 model). No credit card required, no usage limits.

Convert audio messages, voice notes, and recordings to text in 50+ languages. Perfect for:

🎙️ Voice message transcription
📝 Meeting notes
♿ Accessibility features
🤖 Voice-controlled automation

### Cost: $0.00

✅ Completely free Groq API tier
✅ No credit card needed
✅ No monthly fees
✅ Generous rate limits
✅ Whisper-large-v3 model (most accurate)

### 1. Get Your FREE Groq API Key

Visit https://console.groq.com/
Sign up for free (takes 30 seconds)
Navigate to API Keys
Create a new API key
Copy the key

That's it! No payment required.

### 2. Configure Proxy (If in Restricted Regions)

Groq API may require a proxy in certain regions (e.g., mainland China).

Add to your TOOLS.md:

### Proxy Settings
- HTTP Proxy: http://127.0.0.1:7890

### Voice Recognition (FREE Groq Whisper)
- API Key: gsk_your_key_here
- Model: whisper-large-v3
- Language: zh (or your preferred language)
- Requires Proxy: Yes (if in restricted region)

### 3. Test the Skill

Send a voice message and ask me to transcribe it!

### Usage Examples

Basic Transcription:

User: [sends voice message]
You: You said: "你好，这是一条测试消息"

With Language Hint:

User: 识别这段英文语音
You: [automatically uses language=en]

Batch Processing:

User: 帮我识别这个文件夹里所有的语音文件
You: [processes all .ogg/.mp3/.wav files]

### Supported Languages

🇨🇳 Chinese (zh) - Mandarin, Cantonese
🇺🇸 English (en) - US, UK, Australian
🇯🇵 Japanese (ja)
🇰🇷 Korean (ko)
🇫🇷 French (fr)
🇩🇪 German (de)
🇪🇸 Spanish (es)
🇮🇹 Italian (it)
🇵🇹 Portuguese (pt)
🇷🇺 Russian (ru)
... and 40+ more

### Technical Details

API Endpoint:

https://api.groq.com/openai/v1/audio/transcriptions

Model: whisper-large-v3 (OpenAI's most accurate model)

Supported Formats:

OGG/OPUS (Feishu, Telegram default)
MP3
WAV
M4A
WebM

Proxy Requirements:

Use HTTP proxy (not SOCKS5)
Default: http://127.0.0.1:7890

### Troubleshooting

❌ "Forbidden" Error:

Check API key is valid
Ensure proxy is configured (if in restricted region)
Try HTTP proxy instead of SOCKS5

❌ "File Not Found":

Check file path is absolute
Ensure file exists

❌ Slow Response:

Check proxy speed
Groq API is usually fast (< 1s for short audio)

### Privacy & Security

✅ Audio processed by Groq's API (not stored permanently)
✅ API key stored locally in your TOOLS.md
✅ No data sent to third parties
✅ Open-source and auditable

### Why Groq?

FREE vs Paid Alternatives:

ServiceCostAccuracySpeedGroq (FREE)$0⭐⭐⭐⭐⭐⚡⚡⚡⚡⚡OpenAI Whisper$0.006/min⭐⭐⭐⭐⭐⚡⚡⚡Google Speech$0.006/min⭐⭐⭐⭐⚡⚡⚡⚡AWS Transcribe$0.024/min⭐⭐⭐⭐⚡⚡⚡

Groq's free tier offers:

Same Whisper-large-v3 model as OpenAI
Faster inference (Groq's LPU chip)
No usage limits (fair use policy)
No credit card required

### Contributing

Want to improve this skill?

Fork on ClawHub
Submit improvements
Share with the community

### License

MIT - Free to use, modify, and distribute.

Enjoy FREE voice recognition! 🎉

No more paying for transcription services. Groq's complimentary API makes professional-grade speech-to-text accessible to everyone.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: huixionghexiyi
- Version: 1.0.0
## 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-03T10:41:20.805Z
- Expires at: 2026-05-10T10:41:20.805Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/free-groq-voice)
- [Send to Agent page](https://openagent3.xyz/skills/free-groq-voice/agent)
- [JSON manifest](https://openagent3.xyz/skills/free-groq-voice/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/free-groq-voice/agent.md)
- [Download page](https://openagent3.xyz/downloads/free-groq-voice)