Agent skill · Backend & API

GroqCloud Automation

Automate AI inference, chat completions, audio translation, and TTS voice management through GroqCloud's high-performance API via Composio

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: composio-skills/groqcloud-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 | |-----------|------|--------

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Discover Available Models
  4. 2. Run Chat Completions
  5. 3. Inspect Model Details
  6. 4. Translate Audio to English
  7. 5. List TTS Voices
  8. Known Pitfalls
  9. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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.

Keep going