← 返回 Skills 市场
silaskade

Groq Bot

作者 silaskade · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (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)
安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install groq-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /groq-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug groq-bot
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。

如何安装 Groq Bot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install groq-bot」即可一键安装,无需额外配置。

Groq Bot 是免费的吗?

是的,Groq Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Groq Bot 支持哪些平台?

Groq Bot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Groq Bot?

由 silaskade(@silaskade)开发并维护,当前版本 v1.0.0。

💬 留言讨论