← Back to Skills Marketplace
silaskade

Groq Bot

by silaskade · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install groq-bot
Description
Fast, low-latency text generation using Groq's free-tier models for summaries, reasoning, trading analysis, and tool-assisted responses with automatic fallback.
README (SKILL.md)

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)

  1. meta-llama/llama-4-scout-17b-16e-instant — Standard (schnell + gut)
  2. llama-3.1-8b-instant — Für schnelle Antworten
  3. llama-3.3-70b-versatile — Für komplexe Analysen
  4. qwen/qwen3-32b — Wenn die anderen rate-limited sind
  5. openai/gpt-oss-120b — Maximale Qualität (langsamer)
  6. 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_send oder sessions_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)
Usage Guidance
Install only if you are comfortable with a Groq-connected agent that can persist and resend conversation history, and review or remove AGENTS.md, start_bot.sh, bundled memory files, and any API-key-like config value before use. Prefer providing your own Groq key through a secret or environment variable and disabling proactive commit/push or heartbeat behavior unless you explicitly want it.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Groq API use for fast text generation and trading analysis is coherent with the stated purpose, and Sorare price querying is related to trading analysis. However, the package also includes workspace-wide agent behavior, memory maintenance, heartbeat checks, and commit/push authority that go beyond a Groq API skill.
Instruction Scope
AGENTS.md authorizes first-run deletion of BOOTSTRAP.md and proactive work without asking, including reading and organizing memory, checking projects, updating documentation, and committing/pushing changes. Those instructions are broad and partly conflict with the same file's caution about external actions.
Install Mechanism
The skill is not from the trusted @openclaw publisher. Installation includes a hardcoded sub-agent launcher with a specific local cwd and a config file containing an API-key-like value instead of relying cleanly on a user-provided secret flow.
Credentials
External calls to Groq are expected for this skill, but main.py also persists conversation history locally and reuses it in later API requests without a clear user-facing retention or disclosure control. The bundled memory files also contain personal/workflow context unrelated to the minimal skill purpose.
Persistence & Privilege
The artifacts define durable conversation.json and token-budget state, encourage ongoing memory updates, and grant background heartbeat/proactive authority. This persistence and privilege level is under-scoped for a low-latency Groq response helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install groq-bot
  3. After installation, invoke the skill by name or use /groq-bot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Groq Bot Skill 1.0.0 – Initial Release - Provides ultra-fast text generation using Groq's free-tier models. - Supports six different open and proprietary models, tested and prioritized for various tasks (summaries, analysis, trading). - Automatic fallback between models if rate limit is hit (~100 requests/min). - Simple integration with `.env` API key and agent ID. - Safety features: rate limit awareness, API key never exposed, and confirmation for critical actions.
Metadata
Slug groq-bot
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments