← Back to Skills Marketplace
176
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install wechat-voice-decode
Description
专为微信 clawbot 设计的微信语音解析技能 / WeChat voice parsing skill for clawbot. 识别微信 SILK 语音,解码为 WAV,并用本地 Whisper 转写后回复。适用于微信语音、语音转文字、语音附件解析、‘这段语音说了什么’等场景。
Usage Guidance
This skill appears to do what it says: read a provided audio file, decode SILK audio, and transcribe locally. Before installing or running it, consider: (1) Dependencies — you need python3, ffmpeg, and pip-installed packages (silk-python/pysilk and faster-whisper) which will be downloaded from the network; (2) Model weights — the Whisper model (base) will likely be downloaded the first time it runs and can be large and CPU/disk intensive; (3) Resource use — transcription runs locally and may be slow on CPU; (4) File access — the script reads the supplied audio path and writes a temporary WAV (default /tmp/wechat-voice-decoded.wav); ensure you only pass audio files you trust. If you want tighter control, preinstall packages and the model offline or run the skill in a sandboxed environment with restricted network access and disk quotas.
Capability Assessment
Purpose & Capability
Name/description (WeChat SILK decode + local Whisper transcription) align with the included script and runtime notes. The script inspects file headers, decodes SILK via pysilk, falls back to ffmpeg, and transcribes with faster-whisper — all coherent with the declared purpose and expected local dependencies.
Instruction Scope
Instructions correctly limit actions to inspecting and decoding a provided audio file and transcribing it. They require access to the local attachment path (explicitly). One important operational note: faster-whisper/WhisperModel('base') will typically fetch model weights from the network on first run (and pip installs will download packages), so the skill may perform large external downloads and use significant local CPU/disk when invoked.
Install Mechanism
There is no automated install spec (instruction-only). The SKILL.md recommends pip user installs ('silk-python', 'faster-whisper') and expects ffmpeg and python3. This is low technical risk, but these steps involve network downloads from PyPI and (implicitly) model weight fetches — not written code from an arbitrary URL and no archive extraction in the install flow.
Credentials
The skill does not request environment variables, credentials, or unusual config paths. It only needs read access to the provided audio file and permission to write a temporary WAV (default /tmp/wechat-voice-decoded.wav), which is proportionate to its function.
Persistence & Privilege
always is false, the skill is user-invocable and not forced into every agent run. It does not modify other skills or request system-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wechat-voice-decode - After installation, invoke the skill by name or use
/wechat-voice-decode - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release.
- Skill to identify, decode, and transcribe WeChat SILK voice messages to text using local Python tools.
- Reports whether the audio contains speech, is blank, too short, or unclear.
- Designed for Clawbot; integrates with local files and responds based on recognized content.
- Provides troubleshooting steps and installation guidance for required runtimes and Python packages.
v1.0.2
- 介绍精简更新,方便搜索
v1.0.1
- Added multilingual (Chinese + English) descriptions to increase usability for Chinese speakers.
- Expanded the introduction and usage scenarios to explicitly mention more WeChat-related cases in both Chinese and English.
- Core technical instructions and workflow remain unchanged.
- No code or file changes in this release; documentation update only.
v1.0.0
v1.0.0
通过silk-python实现解码微信语音,用faster-whisper进行语音转写
https://github.com/jozhn/wechat-voice-decode-skill
Metadata
Frequently Asked Questions
What is Wechat Voice?
专为微信 clawbot 设计的微信语音解析技能 / WeChat voice parsing skill for clawbot. 识别微信 SILK 语音,解码为 WAV,并用本地 Whisper 转写后回复。适用于微信语音、语音转文字、语音附件解析、‘这段语音说了什么’等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install Wechat Voice?
Run "/install wechat-voice-decode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Wechat Voice free?
Yes, Wechat Voice is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Wechat Voice support?
Wechat Voice is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Wechat Voice?
It is built and maintained by jozhn (@jozhn); the current version is v0.1.0.
More Skills