/install groq-bot
Groq Bot Skill
Purpose
Fast, low-latency text generation using Groq's free-tier models for quick summaries, reasoning, trading analysis, and tool-assisted responses.
Free Tier Models (alle getestet ✅)
| Model | Größe | Nutzung |
|---|---|---|
llama-3.1-8b-instant |
8B | Schnelle Antworten, Zusammenfassungen |
llama-3.3-70b-versatile |
70B | Komplexe Analysen, Trading-Entscheidungen |
qwen/qwen3-32b |
32B | Allrounder, gutes Preis-Leistungs-Verhältnis |
meta-llama/llama-4-scout-17b-16e-instruct |
17B | Primär — schnell + intelligent |
openai/gpt-oss-20b |
20B | Open-Source GPT Alternative |
openai/gpt-oss-120b |
120B | Maximale Qualität für komplexe Aufgaben |
Primäre Model-Reihenfolge (Free Tier)
meta-llama/llama-4-scout-17b-16e-instant— Standard (schnell + gut)llama-3.1-8b-instant— Für schnelle Antwortenllama-3.3-70b-versatile— Für komplexe Analysenqwen/qwen3-32b— Wenn die anderen rate-limited sindopenai/gpt-oss-120b— Maximale Qualität (langsamer)openai/gpt-oss-20b— GPT Alternative
Configuration
- Provider: groq
- API key: aus .env (GROQ_API_KEY)
- Rate Limit: ~100 requests/min (Free Tier)
- Alle Models sind kostenlos
Usage
- Via
sessions_sendodersessions_spawn - Model override möglich
- Automatisches Fallback wenn Rate-Limit erreicht
Safety
- Rate limit aware: \x3C100 requests/min empfohlen
- API key nie in Logs oder Output exposen
- Bei Rate Limit: automatisch auf nächstes Model fallback
- Keine destruktiven Aktionen ohne Bestätigung
Integration
- Agent ID: groq-bot
- Env File: groq-bot/.env (GROQ_API_KEY)
- Fallback Model: llama-3.1-8b-instant (schnellste Option)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install groq-bot - After installation, invoke the skill by name or use
/groq-bot - Provide required inputs per the skill's parameter spec and get structured output
What is Groq Bot?
Fast, low-latency text generation using Groq's free-tier models for summaries, reasoning, trading analysis, and tool-assisted responses with automatic fallback. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Groq Bot?
Run "/install groq-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Groq Bot free?
Yes, Groq Bot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Groq Bot support?
Groq Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Groq Bot?
It is built and maintained by silaskade (@silaskade); the current version is v1.0.0.