Weather
一个面向 Data & APIs 场景的 Agent 技能。原始说明:Get current weather and forecasts (no API key required).
一个面向 Data & APIs 场景的 Agent 技能。原始说明:OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别,完全本地处理,无需API密钥,支持中文。
name: lx-whisper-transcribe
description: OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别,完全本地处理,无需API密钥,支持中文。
version: 1.1.0
author: 小曦
interpreter: bash
tags:
triggers:
scripts:
interpreter: bash
description: 语音转文字包装器脚本
permissions:
OpenClaw语音转文字技能 - 使用whisper.cpp实现本地语音识别
此技能解决OpenClaw升级后语音消息无法被转录为文字的问题。通过使用whisper.cpp和国内镜像源,提供完全本地化的中文语音转文字功能,无需API密钥。
当用户提到“语音转文字”、“转录音频”、“语音识别”或类似关键词时,应激活此技能。
whisper /path/to/audio.ogg
注意事项
- 首次使用需要下载模型文件
- 需要预先编译 whisper.cpp
- 需要安装 ffmpeg