GroqCloud Automation
Automate AI inference, chat completions, audio translation, and TTS voice management through GroqCloud's high-performance API via Composio
npx skills add composio-community/awesome-codex-skills --skill groqcloud-automation --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# GroqCloud Automation Automate AI inference workflows using GroqCloud's ultra-fast API -- chat completions, model discovery, audio translation, and TTS voice selection -- all orchestrated through the Composio MCP integration. **Toolkit docs:** [composio.dev/toolkits/groqcloud](https://composio.dev/toolkits/groqcloud) --- ## Setup 1. Connect your GroqCloud account through the Composio MCP server at `https://rube.app/mcp` 2. The agent will prompt you with an authentication link if no active connection exists 3. Once connected, all `GROQCLOUD_*` tools become available for execution --- ## Core Workflows ### 1. Discover Available Models List all models available on GroqCloud to find valid model IDs before running inference. **Tool:** `GROQCLOUD_LIST_MODELS` ``` No parameters required -- returns all available models with metadata. ``` Use this as a prerequisite before any chat completion call to ensure you reference a valid, non-deprecated model ID. --- ### 2. Run Chat Completions Generate AI responses for conversational prompts using a specified GroqCloud model. **Tool:** `GROQCLOUD_GROQ_CREATE_CHAT_COMPLETION` | Parameter | Type | Required | Description | |-----------|------|--------
- Setup
- Core Workflows
- 1. Discover Available Models
- 2. Run Chat Completions
- 3. Inspect Model Details
- 4. Translate Audio to English
- 5. List TTS Voices
- Known Pitfalls
- Quick Reference
What does the GroqCloud Automation skill do?
Automate AI inference, chat completions, audio translation, and TTS voice management through GroqCloud's high-performance API via Composio
How do I install it?
Run `npx skills add composio-community/awesome-codex-skills --skill groqcloud-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From composio-community/awesome-codex-skills, a repository with 15,591 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
