← 返回 Skills 市场
tralaleo-tralala

TTS Media Route Fix

作者 tralaleo-tralala · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tts-media-route-fix
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tts-media-route-fix 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug tts-media-route-fix
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 TTS Media Route Fix?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tts-media-route-fix」即可一键安装,无需额外配置。

TTS Media Route Fix 是免费的吗?

是的,TTS Media Route Fix 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TTS Media Route Fix 支持哪些平台?

TTS Media Route Fix 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TTS Media Route Fix?

由 tralaleo-tralala(@tralaleo-tralala)开发并维护,当前版本 v1.0.0。

💬 留言讨论