← Back to Skills Marketplace
rvigoo

OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS

by TheGrayMan_AI · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
145
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-turbo-bundle5
Description
Integrates Groq and OpenRouter models with smart free-ride optimization and elite bilingual Saudi Arabic/English TTS for high-speed, cost-free performance.
Usage Guidance
This package appears to implement the advertised Groq TTS functionality, but there are several red flags you should address before installing: - Secrets mismatch: The package actually requires a GROQ_API_KEY (via a .env file) and the README mentions OPENROUTER_API_KEY, yet the registry metadata lists no required env vars. Treat API keys as sensitive; do not provide them until you verify the code and endpoints. - Forced output behavior: The skill's instructions demand the agent always paste a specific localhost URL to the generated audio file. That behavior is unusual and could be abused to make the agent repeatedly expose local resources or to standardize an endpoint for other automated actions. Consider whether you want your agent forced to emit that exact URL. - Extra pip package: configure.py installs an additional package, 'free-ride', not listed in requirements.txt. Inspect that package on PyPI (or the source) before running configure.py. - Inconsistent paths: README references a hardcoded Windows path, while speech.py writes to a relative canvas directory. Confirm where files will be written on your system and whether that location is acceptable. Recommendations: 1. Review the 'free-ride' package source or avoid running configure.py; instead manually install only known dependencies (groq, python-dotenv). 2. Inspect speech.py and configure.py yourself (they are short) and run them in an isolated environment or VM. 3. Only create the .env with GROQ_API_KEY if you trust the Groq integration and prefer the local file placement. 4. If you do not want your agent to be forced to output the localhost link, remove or edit the 'MANDATORY' instruction in the skill before using it. 5. If unsure, test in an ephemeral workspace or container and do not expose real production credentials.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-turbo-bundle5 Version: 1.0.1 The bundle is a functional utility designed to integrate Groq TTS and OpenRouter models into the OpenClaw environment. The Python scripts (configure.py and speech.py) perform standard tasks such as dependency installation and API interaction for audio generation, with no evidence of data exfiltration, unauthorized network calls, or malicious prompt injection. A hardcoded local path in the documentation (SKILL.md) appears to be a non-malicious developer artifact.
Capability Assessment
Purpose & Capability
The skill claims Groq, OpenRouter, and a 'Free-Ride' optimizer. The included code uses the Groq SDK and expects a GROQ_API_KEY (in .env). However, the registry metadata declared no required env vars or primary credential, and OpenRouter keys are only mentioned in prose, not used by code — this mismatch between claimed requirements and declared metadata is incoherent.
Instruction Scope
SKILL.md (and the sub-skill SKILL.md) instructs the agent to always print an exact localhost URL to the generated audio file (http://127.0.0.1:18789/__openclaw__/canvas/speech.wav). The speech.py script writes a speech.wav into a canvas directory, but the README hardcodes a Windows user path (C:\Users\inves\.openclaw\canvas\) while the script resolves a relative path — this inconsistency and the mandatory 'you MUST paste this link' requirement are scope creep and potentially coercive (forces the agent to reveal/advertise a local resource every time).
Install Mechanism
There is no platform install spec (instruction-only), which lowers risk. The included configure.py runs pip install -r requirements.txt and pip install free-ride. Installing an extra package ('free-ride') not listed in requirements is unusual and should be reviewed; otherwise dependencies are typical (groq, python-dotenv). configure.py executes shell commands with subprocess.run but only when the user runs the script.
Credentials
Metadata declares no required env vars, but code requires GROQ_API_KEY in a local .env and README/configure mention OPENROUTER_API_KEY. This mismatch (undeclared secrets) is disproportionate and misleading. The skill asks for API keys (sensitive) that are not reflected in the registry metadata.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide config changes, and does not modify other skills. It does write a speech.wav into a canvas directory inside the workspace (normal for a TTS skill).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-turbo-bundle5
  3. After installation, invoke the skill by name or use /openclaw-turbo-bundle5
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
-Version updated to 1.0.1. What's New in this Update: Added YouTube integration: Included official channel links for T--h--e--Gray--Man 🌠. Fixed Validation Errors: Renamed internal example files from .example to .txt to meet ClawHub's requirements. Enhanced Documentation: Updated README.md and SKILL.md with clearer instructions and professional branding. Minor Tweaks: Improved script messaging for a better user experience.
v1.0.0
Version 1.0.0 (Initial Release) First Launch of the OpenClaw Turbo-Bundle. Elite Bilingual TTS: Support for professional Saudi Arabic and English voices via Groq. Smart Free-AI Integration: Built-in logic to prioritize free models and reduce costs. Turbo Models: Pre-configured setup for ultra-fast Groq and OpenRouter inference. Easy Setup: Added configure.py for one-click installation and configuration. Cross-Platform: Full support for both Windows and VPS (Linux).
Metadata
Slug openclaw-turbo-bundle5
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS?

Integrates Groq and OpenRouter models with smart free-ride optimization and elite bilingual Saudi Arabic/English TTS for high-speed, cost-free performance. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.

How do I install OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS?

Run "/install openclaw-turbo-bundle5" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS free?

Yes, OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS support?

OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Turbo-Bundle: Groq, OpenRouter & Elite TTS?

It is built and maintained by TheGrayMan_AI (@rvigoo); the current version is v1.0.1.

💬 Comments