A high-performance tool for building, debugging, and optimizing Groq API workflows for chat, tool calling, and speech-to-text.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install groq-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install groq-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills entry provides a robust framework for integrating Groq's ultra-fast inference capabilities into your development environment. It streamlines the process of model routing, request shaping, and failure recovery, ensuring that your AI-driven applications benefit from the lowest possible latency and production-safe patterns.
Whether you are implementing complex chat logic or high-accuracy speech transcription, this skill acts as a comprehensive guide and automation layer for Groq API interactions. By treating models as dynamic resources rather than static hardcoded IDs, it ensures your workflows remain resilient and up-to-date with the latest hardware accelerations provided by Groq.
To get started with this skill from the Openclaw Skills registry, ensure you have your API key ready and follow these steps:
# Set your Groq API Key env variable
export GROQ_API_KEY='your_api_key_here'
# Verify installation and model access
curl -s https://api.groq.com/openai/v1/models \
-H "Authorization: Bearer $GROQ_API_KEY" | jq '.data[0].id'
Refer to setup.md within the skill directory for advanced activation preferences and default workflow configurations.
The skill maintains a structured local workspace in ~/groq-api/ to manage persistence and debugging without compromising security:
| Component | Path | Description |
|---|---|---|
| Memory | memory.md |
Tracks status, activation preferences, and default configurations. |
| Requests | requests/ |
Stores reusable JSON payload snippets for chat and speech. |
| Logs | logs/ |
Contains optional debug snapshots of API interactions. |
| Experiments | experiments/ |
Houses prompt engineering notes and A-B testing results. |
Loading
A comprehensive grocery management skill that tracks pantry inventory, respects dietary restrictions, and optimizes shopping lists for household needs.

Empowers your AI agent to write authentic, casual Greek that passes the native test by avoiding stiff, formal defaults.

An AI-powered gratitude journal that helps you log daily highlights, surface emotional patterns, and maintain a positive perspective.

A comprehensive design assistant that scales from teaching basic visual principles to managing professional print production and historical theory.

A high-velocity experimentation framework designed to drive explosive user acquisition and viral product growth.

A comprehensive fitness management system for logging workouts, tracking personal records, and receiving intelligent, goal-oriented coaching.








































