← 返回 Skills 市场
franklu0819-lang

Coze Asr

作者 xiaofei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
216
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install coze-asr
功能描述
Automatic Speech Recognition (ASR) using Coze API. Use when you need to transcribe audio files to text. Supports Chinese audio transcription via Coze's speec...
使用说明 (SKILL.md)

Coze Automatic Speech Recognition (ASR)

Transcribe audio files to text using Coze API.

Setup

1. Get your API Key: Get a key from Coze Platform

2. Set it in your environment:

export COZE_API_KEY="your-key-here"

Supported Audio Formats

  • MP3 - Recommended
  • WAV - Supported
  • OGG - Supported (包括 opus 编码)

Note: Coze API 原生支持 mp3、wav、ogg 格式,无需转换。

Usage

Basic Transcription

Transcribe an audio file:

bash scripts/speech_to_text.sh recording.mp3

Full Options

bash scripts/speech_to_text.sh \x3Caudio_file> [language]

Parameters:

  • audio_file (required): Path to audio file
  • language (optional): Language code (default: zh)

Output Format

The script outputs JSON with transcribed text.

Example output:

{
  "text": "你好,这是转录的文本内容"
}

Troubleshooting

File Size Issues:

  • Check Coze API documentation for file size limits
  • Reduce sample rate or bit depth if needed

Poor Accuracy:

  • Improve audio quality
  • Ensure clear speech and minimal noise
  • Use appropriate language code

Format Issues:

  • Ensure file is not corrupted
  • Verify audio can be played by standard players
安全使用建议
This skill appears to do what it says: it uploads a user-supplied audio file to Coze (https://api.coze.cn) and returns JSON transcription. Before installing or using it: (1) Be aware that your full audio file and any sensitive speech it contains will be sent to an external service — review Coze's privacy/security policy and ensure this is acceptable. (2) Provide a COZE_API_KEY with appropriate scope and rotate it if compromised. (3) The script uses curl and jq; ensure curl is available (manifest currently lists only jq). (4) Run the script in a controlled environment for testing (sandbox) and verify network egress is acceptable for your data. (5) If you need local/offline transcription or stronger data controls, consider alternatives that keep audio on-device or in a trusted environment.
功能分析
Type: OpenClaw Skill Name: coze-asr Version: 1.0.0 The coze-asr skill is a legitimate tool for transcribing audio files using the Coze API. The script `scripts/speech_to_text.sh` correctly implements the transcription request by sending the audio file to the official Coze endpoint (api.coze.cn) using the provided API key. No malicious behaviors, such as unauthorized data exfiltration or hidden execution, were detected.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the provided script all consistently implement speech-to-text via Coze API. The declared requirement (jq) and required env var (COZE_API_KEY) are appropriate for this purpose.
Instruction Scope
Instructions and the script stick to the ASR task: validating the audio file, reading COZE_API_KEY, and POSTing the file to https://api.coze.cn/v1/audio/transcriptions. Note: the script invokes curl but the manifest only lists jq as a required binary — curl should be declared. Also be aware the script uploads entire audio content to an external service (Coze), which has privacy implications.
Install Mechanism
No install spec (instruction-only + a local script) — low installer risk. Nothing is downloaded from arbitrary URLs and no archives are extracted. The script will execute network calls at runtime (curl) but does not install additional software.
Credentials
Only COZE_API_KEY is required, which is proportional to calling an authenticated ASR API. No unrelated credentials, config paths, or excessive environment access are requested.
Persistence & Privilege
The skill does not request permanent presence or elevated platform privileges (always is false). It does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coze-asr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coze-asr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:Coze 语音识别技能,支持 ogg/mp3/wav 格式
元数据
Slug coze-asr
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Coze Asr 是什么?

Automatic Speech Recognition (ASR) using Coze API. Use when you need to transcribe audio files to text. Supports Chinese audio transcription via Coze's speec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。

如何安装 Coze Asr?

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

Coze Asr 是免费的吗?

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

Coze Asr 支持哪些平台?

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

谁开发了 Coze Asr?

由 xiaofei(@franklu0819-lang)开发并维护,当前版本 v1.0.0。

💬 留言讨论