ListenClaw

v1.0.0

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...

0· 145·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for tinywatermonster/listenclaw.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "ListenClaw" (tinywatermonster/listenclaw) from ClawHub.
Skill page: https://clawhub.ai/tinywatermonster/listenclaw
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install tinywatermonster/listenclaw

ClawHub CLI

Package manager switcher

npx clawhub@latest install listenclaw
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎙️ Clawdis
latestvk973x3ss1s0nw57kh8sgwqfwv98348na
145downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...