← 返回 Skills 市场
jgf78

Tts Responder

作者 JULIAN GOMEZ FERNANDEZ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tts-responder
功能描述
Convierte texto a audio OGG usando Piper y envía respuestas habladas por Telegram cuando se activa el modo de voz.
安全使用建议
This skill does what it says (synthesizes speech and can send it to Telegram), but check these before installing: - The included script will attempt to POST audio to https://api.telegram.org using environment variables BOT_TOKEN and CHAT_ID. Those variables are sensitive (BOT_TOKEN is equivalent to a secret) and are not declared in the registry metadata—confirm you are willing to provide them and understand the bot's permissions. - Verify the BOT_TOKEN and CHAT_ID values and that you trust the destination chat. A compromised token would allow someone to send messages as your bot. - Piper may auto-download voice models from external hosts the first time it runs. If you need to avoid external downloads, prefetch models in a controlled environment. - The script writes temp files to /tmp and then removes them; you may want to run it in a sandbox or container if you want stronger isolation. - If you plan to integrate this into an agent, confirm the agent will only pass intended messages to the skill—avoid letting it forward arbitrary or sensitive content automatically. If you want to proceed, ask the author or maintainer to update the skill metadata to declare BOT_TOKEN and CHAT_ID (and mark them as sensitive) so the requirements are explicit. If you cannot verify the source or do not want to provide a bot token, do not install.
功能分析
Type: OpenClaw Skill Name: tts-responder Version: 1.0.0 The skill provides legitimate Text-to-Speech (TTS) functionality by converting text to audio using Piper and FFmpeg, then sending it to Telegram. The shell script 'tts-responder.sh' and the instructions in 'SKILL.md' are transparent, align with the stated purpose, and use standard environment variables for Telegram API authentication without any signs of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The skill's name/description (TTS → Telegram) aligns with the script: it uses piper and ffmpeg to create OGG and posts to Telegram. However, the registry metadata declares no required environment variables while the runtime script expects BOT_TOKEN and CHAT_ID for sending messages—this mismatch should be corrected.
Instruction Scope
SKILL.md and the shell script stay within scope: synthesize text to WAV/OGG and POST to Telegram. The script only reads TTS_VOICE/TTS_SPEED (optional) and BOT_TOKEN/CHAT_ID for posting, writes temporary files to /tmp, then cleans up.
Install Mechanism
No install spec or external downloads are included by the skill bundle itself (instruction-only + a small bash script). This is low-risk from an installation perspective. Note: Piper models may be downloaded by the piper runtime at first use (SKILL.md mentions ~50 MB).
Credentials
The script requires BOT_TOKEN and CHAT_ID (sensitive credentials) to send messages, but the skill metadata did not declare them. Requesting a Telegram bot token and chat ID is proportionate to the stated purpose, but the missing declaration is an information/consent gap you should address before installing.
Persistence & Privilege
The skill is not always-on, does not request privileged/long-lived platform privileges, and does not modify other skills or system-wide settings. It runs as invoked and uses temporary files in /tmp, which it deletes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tts-responder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tts-responder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
TTS Responder 1.0.0 – Primera versión - Convierte respuestas de texto a mensajes de voz (OGG) para Telegram usando Piper. - Alterna entre respuestas habladas y escritas con comandos sencillos ("responde de forma hablada/escrita"). - Requiere instalación de piper, ffmpeg y opcionalmente sox. - Permite configuración de voz y velocidad mediante variables de entorno. - Incluye ejemplos de configuración, prueba y uso rápido.
元数据
Slug tts-responder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tts Responder 是什么?

Convierte texto a audio OGG usando Piper y envía respuestas habladas por Telegram cuando se activa el modo de voz. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Tts Responder?

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

Tts Responder 是免费的吗?

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

Tts Responder 支持哪些平台?

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

谁开发了 Tts Responder?

由 JULIAN GOMEZ FERNANDEZ(@jgf78)开发并维护,当前版本 v1.0.0。

💬 留言讨论