← 返回 Skills 市场
Voice Broadcast
作者
Gabriel-ZZ
· GitHub ↗
· v1.0.0
· MIT-0
120
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install voice-broadcast
功能描述
语音播报控制技能。将AI回复内容转换为语音朗读。触发方式:(1)用户说"朗读"时,自动将AI最后一条文字回复转为语音;(2)用户说"开启语音播报"时,之后所有回复自动朗读;(3)用户说"静音"时,暂停语音播报。用于:用户(尤其是iOS用户)希望通过语音方式接收信息,或双手不便时通过TTS播放回复内容。
安全使用建议
Before installing, confirm the platform's environment: does it provide a built-in 'tts' tool and Feishu integration so no credentials are needed? If not, ask the author which credentials/config are required and why they weren't declared. Decide whether you accept the 'urgent content forced broadcast' behavior — this will override mute and could expose sensitive information. Verify where /workspace/memory/voice_state.json is stored and whether other skills or users can read it. Test the skill in a restricted environment first and request the author to add explicit handling for 'urgent' rules (e.g., a configurable whitelist) and to declare any required credentials.
功能分析
Type: OpenClaw Skill
Name: voice-broadcast
Version: 1.0.0
The skill provides standard text-to-speech (TTS) functionality for the agent, specifically designed for Feishu (Lark) integration. It manages its operational state (auto-read, mute) via a local JSON file (/workspace/memory/voice_state.json) and uses a built-in 'tts' tool to process messages, with no indicators of malicious behavior or unauthorized data access.
能力评估
Purpose & Capability
Name/description (voice broadcast/TTS for replies) matches the instructions to parse commands, use a TTS tool, and send audio. However SKILL.md requires sending voice via Feishu (飞书) but the skill does not declare any Feishu credentials or environment variables; that omission is unexpected unless the platform itself provides a built-in Feishu tool.
Instruction Scope
Instructions read/write /workspace/memory/voice_state.json (reasonable for local state) and call a 'tts' tool then send audio via Feishu. Two problematic behavioral items: (1) the skill forces broadcasting of 'urgent' clinical/critical content and explicitly ignores mute, which overrides user preferences and can leak sensitive info; (2) it says the TTS tool will auto-send audio and set textual reply empty, which is a side-effect that may be surprising and could hide textual context or logging. The SKILL.md gives the agent broad discretion to decide 'urgent'—this is vague and risky.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or written beyond the declared workspace state file.
Credentials
No environment variables or credentials are requested. That is reasonable if the platform provides built-in 'tts' and Feishu tools, but inconsistent if Feishu sending requires tokens: sending messages to a channel usually needs credentials (e.g., Feishu bot token) which are not declared. The skill does not request any unrelated secrets or system paths.
Persistence & Privilege
The skill writes a small persistent state file under /workspace/memory/voice_state.json to track auto/mute flags — this is proportionate for its function. always:false and normal invocation settings are appropriate. It does not request system-wide privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voice-broadcast - 安装完成后,直接呼叫该 Skill 的名称或使用
/voice-broadcast触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
voice-broadcast 1.0.0
- 新增语音播报技能:支持将AI回复内容转换为飞书语音消息朗读。
- 用户可通过“朗读”、“开启/关闭语音播报”、“静音/取消静音”等命令灵活控制朗读行为。
- 支持自动和手动播报,静音和回复恢复功能。
- 状态(auto、muted)按需存储在 JSON 文件,实现记忆切换。
- 文本自动分段或截取精华,避免超长朗读。
- 仅支持飞书频道,其他渠道不触发播报。
元数据
常见问题
Voice Broadcast 是什么?
语音播报控制技能。将AI回复内容转换为语音朗读。触发方式:(1)用户说"朗读"时,自动将AI最后一条文字回复转为语音;(2)用户说"开启语音播报"时,之后所有回复自动朗读;(3)用户说"静音"时,暂停语音播报。用于:用户(尤其是iOS用户)希望通过语音方式接收信息,或双手不便时通过TTS播放回复内容。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Voice Broadcast?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-broadcast」即可一键安装,无需额外配置。
Voice Broadcast 是免费的吗?
是的,Voice Broadcast 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice Broadcast 支持哪些平台?
Voice Broadcast 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voice Broadcast?
由 Gabriel-ZZ(@gabriel-zz)开发并维护,当前版本 v1.0.0。
推荐 Skills