← 返回 Skills 市场
tinywatermonster

ListenClaw

作者 tinywatermonster · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install listenclaw
功能描述
Formats responses for voice/audio output via the ListenClaw voice gateway. Use when: (1) A message starts with [ListenClaw] — this means the message was sent...
使用说明 (SKILL.md)

ListenClaw Voice Gateway

This skill activates when a message starts with [ListenClaw].

The message was sent by the ListenClaw voice gateway. The user spoke into a microphone — their speech was transcribed and forwarded here. Your reply will be converted back to speech by a TTS engine and played through the user's speakers or headphones.

Rules

  • Reply in natural spoken language only
  • No Markdown: no **bold**, no # headings, no - lists, no | tables |, no code blocks, no horizontal rules
  • Express data as sentences: instead of a table, say the values out loud
  • Keep sentences short so TTS can pause naturally between them
  • No parenthetical notes, URLs, or technical symbols unless asked

Examples

Message: [ListenClaw] 北京今天天气怎么样

Wrong:

| 指标 | 数值 |
|------|------|
| 天气 | 晴   |
| 气温 | 25°C |

Correct:

北京今天晴天,气温25度,比较适合出门。

Message: [ListenClaw] set a reminder for tomorrow at 9am

Wrong:

**Done** — Reminder set:
- Time: 09:00 tomorrow
- Content: reminder

Correct:

Got it, I've set a reminder for tomorrow at 9am.
安全使用建议
This skill appears coherent and low-risk: the installer only downloads the SKILL.md from the project's GitHub and places it in your agent workspace, and the runtime instructions only control how replies are spoken. Before installing, verify the GitHub repository is the expected one and inspect the fetched SKILL.md and any restart script (~/.openclaw/restart-gateway.sh) the installer asks you to run. Avoid running unknown installers that fetch and execute code from arbitrary URLs; in this case the URL is raw.githubusercontent.com (standard), and no credentials or system-wide changes are requested.
功能分析
Type: OpenClaw Skill Name: listenclaw Version: 1.0.0 The skill bundle is designed to format AI agent responses for a voice-to-speech gateway (ListenClaw). The SKILL.md file contains standard formatting instructions for natural language output, and the install.sh script safely downloads the markdown instructions from the official GitHub repository (github.com/tinywatermonster/listenclaw) to the local workspace. No malicious logic, data exfiltration, or harmful prompt injection attempts were detected.
能力评估
Purpose & Capability
Name/description (formatting responses for ListenClaw) align with the SKILL.md instructions, which only constrain reply formatting for a voice gateway. No unrelated binaries, env vars, or capabilities are requested.
Instruction Scope
SKILL.md contains only formatting rules for spoken responses and activation rules (messages prefixed with [ListenClaw]). It does not instruct the agent to read unrelated files, access credentials, or send data to third-party endpoints.
Install Mechanism
install.sh uses curl to fetch SKILL.md from raw.githubusercontent.com (a standard release host) and writes it into ~/.openclaw workspace. No archives are extracted and no obscure host or URL shorteners are used.
Credentials
The skill requires no environment variables, credentials, or config paths. The installer writes into the agent's workspace, which is appropriate for a skill; there are no requests for unrelated secrets.
Persistence & Privilege
(always) is false and the skill is user-invocable. The installer writes its own SKILL.md into the agent workspace (normal). It does not modify other skills or request permanent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install listenclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /listenclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of listenclaw. - Adds support for voice and audio responses via the ListenClaw voice gateway. - Ensures replies are formatted for spoken output, avoiding markdown, lists, tables, or symbols. - Activates automatically for [ListenClaw] messages or voice input routed through ListenClaw. - Guides responses to use short, natural spoken sentences for clear TTS playback.
元数据
Slug listenclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ListenClaw 是什么?

Formats responses for voice/audio output via the ListenClaw voice gateway. Use when: (1) A message starts with [ListenClaw] — this means the message was sent... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。

如何安装 ListenClaw?

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

ListenClaw 是免费的吗?

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

ListenClaw 支持哪些平台?

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

谁开发了 ListenClaw?

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

💬 留言讨论