← Back to Skills Marketplace
tralaleo-tralala

TTS Media Route Fix

by tralaleo-tralala · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tts-media-route-fix
Description
Fix and verify OpenClaw TTS media-route behavior in installed dist builds. Use when users report that tts.convert returns unusable audio URLs, media TTS MP3...
Usage Guidance
This skill appears to do what it says: locate hashed gateway-cli dist files, back them up, apply a minimal patch to the TTS media route, restart the gateway, and verify with an authenticated range request. Before using it: (1) review the exact patch you will apply to the gateway-cli-*.js files—do the edits locally and confirm they only implement the stated checks (filename validation, Bearer auth, proper Content-Type, Range support, TTL cleanup); (2) ensure you have backups and a rollback plan (the SKILL.md emphasizes .bak files); (3) run the workflow in a staging environment first to avoid production downtime; (4) supply bearer tokens only on the local command line and avoid pasting them to untrusted systems; and (5) verify you trust the skill source—manual edits to installed runtime files are powerful and should be done by an operator who can inspect the changes. If you want higher assurance, request an explicit patch diff or an automated patch script that you can review before applying.
Capability Analysis
Type: OpenClaw Skill Name: tts-media-route-fix Version: 1.0.0 The skill bundle instructs an AI agent to perform live-patching of production application binaries (gateway-cli-*.js) to fix TTS routing issues. While the instructions in SKILL.md include security-conscious guardrails such as path traversal prevention and authentication enforcement, the capability to modify core application logic at runtime is a high-risk behavior. The scripts find_gateway_cli.sh and verify_tts_media_route.sh are functional for the stated purpose but facilitate sensitive file system modifications that could be abused if the agent's instructions were subverted.
Capability Assessment
Purpose & Capability
Name/description match the included scripts and SKILL.md: find gateway-cli-*.js, back up, patch route behavior, restart gateway, and verify via authenticated curl. No unrelated env vars, binaries, or external services are requested.
Instruction Scope
SKILL.md confines actions to locating specific dist files, creating .bak backups, applying a minimal patch to the /media/tts/*.mp3 handler, restarting the gateway, and verifying with a Bearer-authenticated range curl. The included scripts only search expected install roots and perform a curl-based verification; they do not read or transmit unrelated system data. Note: the workflow requires manual edits to installed files and possession of permissions to modify/install and restart the gateway.
Install Mechanism
No install spec and only two small helper scripts are included. Nothing is downloaded from external URLs and no archives are extracted. This is the lowest-risk install pattern for an instruction-only skill.
Credentials
The skill declares no required environment variables or credentials. The verification script requires a bearer token passed as an argument (expected and proportional for verifying authenticated media routes). There is no storage or exfiltration of secrets in the repository.
Persistence & Privilege
The skill does instruct operators to modify installed gateway-cli-*.js files and to run 'openclaw gateway restart', which require filesystem and service-control privileges on the host. This is coherent with the patching purpose but operators should be aware these are privileged actions and can affect runtime availability.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tts-media-route-fix
  3. After installation, invoke the skill by name or use /tts-media-route-fix
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug tts-media-route-fix
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TTS Media Route Fix?

Fix and verify OpenClaw TTS media-route behavior in installed dist builds. Use when users report that tts.convert returns unusable audio URLs, media TTS MP3... It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.

How do I install TTS Media Route Fix?

Run "/install tts-media-route-fix" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TTS Media Route Fix free?

Yes, TTS Media Route Fix is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TTS Media Route Fix support?

TTS Media Route Fix is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TTS Media Route Fix?

It is built and maintained by tralaleo-tralala (@tralaleo-tralala); the current version is v1.0.0.

💬 Comments