Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
安全修复:移除潜在敏感文件,添加index.js,清理缓存目录,确保无密钥泄露风险
What This Skill Does
Lightweight skill for transcribing voice messages using Alibaba Cloud's NLS (Natural Language Service) ASR API. Converts incoming audio to text and passes it to the AI as a regular text message. No text-to-speech or voice reply generation is involved.
Keeps the skill surface minimal by handling only ASR, avoiding the complexity and cost of a combined speech skill that also generates voice replies.
When to use it
- Transcribing Feishu voice messages into text for AI processing
- Handling WhatsApp voice notes in an OpenClaw agent workflow
- Converting OGG or OPUS audio from Telegram voice messages
- Processing AMR audio from mobile messaging apps
- Enabling voice input for users who prefer speaking over typing
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: sends a voice message via Feishu
- 1OpenClaw receives the audio file attachment
- 2Skill calls Alibaba Cloud NLS ASR API with the audio data
- 3API returns a text transcript
- 4Skill passes the transcript as a plain text user message to the AI
- 5AI responds with a text reply
The spoken message is processed as if the user had typed it
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.