首页openclaw插件 › Audio Chat — 插件工具

代码插件 安全

Audio Chat — 插件工具

v0.3.1

The plugin's code, instructions, and requirements align with its stated purpose (auto-sending Telegram voice replies via Microsoft Edge TTS); it stores small local state and invokes edge-tts/ffmpeg but does not request unrelated credentials or system-wide access.

0· 1·0 当前
下载插件包 项目主页
最后更新
2026/4/6
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The plugin's code, instructions, and requirements align with its stated purpose (auto-sending Telegram voice replies via Microsoft Edge TTS); it stores small local state and invokes edge-tts/ffmpeg but does not request unrelated credentials or system-wide access.
安全有层次,运行前请审查代码。

版本

latestv0.3.12026/3/27
● 无害

安装命令 点击复制

官方npx clawhub@latest install openclaw-telegram-audio-chat
镜像加速npx clawhub@latest install openclaw-telegram-audio-chat --registry https://cn.clawhub-mirror.com

插件文档

openclaw-telegram-audio-chat

OpenClaw plugin that auto-sends Telegram voice bubble replies from assistant text using local TTS.

What it does

    • Adds /audio_chat on|off|status|max <n>
    • Stores per-chat enable/disable state in the OpenClaw state directory
    • Cleans markdown before TTS
    • Skips long messages with a tip instead of generating voice
    • Debounces sends to reduce duplicate voice bubbles

Install

After publication, install with:

openclaw plugins install openclaw-telegram-audio-chat

OpenClaw checks ClawHub first and falls back to npm automatically.

Config

Use extensions.audioChat (or audioChat) in gateway config:

{
  "extensions": {
    "audioChat": {
      "enabledByDefault": false,
      "channels": ["telegram"],
      "defaultMaxChars": 150,
      "tooLongTip": "Message too long, skipped voice reply",
      "voice": "zh-CN-YunxiaNeural",
      "access": {
        "directOnly": true,
        "allowUserIds": []
      }
    }
  }
}

Dependencies

This plugin requires:

    • ffmpeg
    • edge-tts available via Python (python3 -m edge_tts) or another dedicated Python environment

Privacy and safety

    • No hardcoded personal user IDs or chat IDs
    • Voice synthesis uses Microsoft Edge TTS via the internet (edge-tts connects to speech.platform.bing.com). Text sent for synthesis is processed by Microsoft's servers.
    • The plugin only sends voice notes to chats where it is enabled
    • Recommended default: keep enabledByDefault: false
    • Recommended default: keep access.directOnly: true

Compatibility

Plugin versionOpenClaw version
0.3.xv2026.4.2+
0.2.xv2026.3.x

Notes

Currently focused on Telegram voice-note delivery.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务