← 返回 Skills 市场
338
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install voice-reply-mode
功能描述
Enables agents to reply in the same modality as received: voice messages get voice replies, text messages get text replies, using Edge TTS and config snippets.
安全使用建议
This skill appears to do what it says: package workspace snippets, gateway config examples, and a small helper script to call an external 'edge-tts' CLI. Before installing or enabling it: 1) Verify you have a trusted 'edge-tts' binary installed (the skill calls edge-tts but does not install or declare it). 2) Review the gateway config snippet and only allow the skill/agent to patch gateway settings if you trust it—changing messages.tts.auto to 'inbound' can alter behavior platform-wide. 3) Inspect the included scripts (scripts/edge-tts.sh) locally to confirm they match your expectations. 4) Test in a staging environment (one agent workspace and one channel) before rolling out. If you need higher assurance, request the skill author or publisher metadata/homepage and an explicit dependency list for edge-tts.
功能分析
Type: OpenClaw Skill
Name: voice-reply-mode
Version: 1.0.0
The skill is designed to enable modality-matching behavior (voice-to-voice and text-to-text) for agents using Edge TTS. It contains a straightforward shell script (scripts/edge-tts.sh) for generating audio and several documentation files (SKILL.md, gateway-config.md) providing configuration snippets and deployment notes for platforms like Telegram and Feishu, with no signs of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
Name/description, workspace snippets, gateway config examples, and a small helper script all align with enabling same‑modality replies. The included artifacts (IDENTITY/SOUL/TOOLS snippets, gateway examples, and a TTS helper script) are appropriate for this purpose.
Instruction Scope
SKILL.md stays within scope: it instructs the operator to copy snippets into a workspace and only to patch gateway config if the user explicitly asks. It references using the 'edge-tts' CLI for TTS generation; however, the skill does not declare or provide an installer for that dependency—so the agent's runtime must already have edge-tts available or the operator must install it manually.
Install Mechanism
This is an instruction-only skill with no install spec and a tiny helper script. Nothing is downloaded from arbitrary URLs and no archives are extracted. Risk from install mechanism is low.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The content uses only local files and a local CLI ('edge-tts'); there are no unexpected credential accesses.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It documents a workflow that may patch gateway config, but only if explicitly authorized by the user; this is appropriate but operator caution is recommended before applying gateway changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voice-reply-mode - 安装完成后,直接呼叫该 Skill 的名称或使用
/voice-reply-mode触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Voice Reply Mode(语音对语音 / 文本对文本)
让 agent 实现:语音进 → 语音出,文字进 → 文字出。
包含工作区行为规则(SOUL/IDENTITY/TOOLS 片段)、Edge TTS 辅助脚本、以及 messages.tts 网关配置示例。
适用于 Telegram / 飞书语音消息场景,按文档复制配置即可启用同模态回复。
使用步骤
1. 阅读 references/workspace-snippets.md 与 references/gateway-config.md
2. 将片段写入目标 agent 的 SOUL.md / IDENTITY.md / TOOLS.md
3. 如需自动语音回复,设置网关:messages.tts.auto = inbound
4. 用 一条文字 + 一条语音 验证效果
───
Voice Reply Mode (Same‑Modality Reply)
Enables voice‑in → voice‑out, text‑in → text‑out behavior for agents.
Includes workspace behavior snippets (SOUL/IDENTITY/TOOLS), an Edge TTS helper script, and gateway config examples for messages.tts.
Designed for Telegram/Feishu voice‑note workflows—copy the snippets and it just works.
Quick Steps
1. Read references/workspace-snippets.md and references/gateway-config.md
2. Copy snippets into the target agent’s SOUL.md / IDENTITY.md / TOOLS.md
3. For auto voice replies, set messages.tts.auto = inbound
4. Validate with one text + one voice message
元数据
常见问题
Voice Reply Mode 是什么?
Enables agents to reply in the same modality as received: voice messages get voice replies, text messages get text replies, using Edge TTS and config snippets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 Voice Reply Mode?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-reply-mode」即可一键安装,无需额外配置。
Voice Reply Mode 是免费的吗?
是的,Voice Reply Mode 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice Reply Mode 支持哪些平台?
Voice Reply Mode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice Reply Mode?
由 nasplycc(@nasplycc)开发并维护,当前版本 v1.0.0。
推荐 Skills