一键导入
coze-asr
Convert speech audio to text using Coze ASR. Use when you need to transcribe spoken content from a remote audio URL or a local audio file into plain text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Convert speech audio to text using Coze ASR. Use when you need to transcribe spoken content from a remote audio URL or a local audio file into plain text.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a video from text prompts and/or image inputs using Coze video generation. Use when you need text-to-video, image-to-video, first-frame control, last-frame control, or a returned last-frame image URL.
OpenClaw/龙虾/扣子常见问题解答助手。当用户遇到启动问题、服务中断、模型调用失败、飞书集成问题,或对 OpenClaw、Coze、龙虾有疑问时召回此技能。 通过阅读官方 FAQ 文档帮助用户找到解决方案或指导操作步骤。
Generate one or more images from text prompts using Coze image generation. Use when you need to create images from a natural-language prompt, produce multiple image variants, or generate sequential frames from the same prompt.
Convert text to speech using Coze TTS. Use when you need to synthesize spoken audio from one text input or multiple text segments, optionally with a specific speaker, format, sample rate, or speech settings.
| name | coze-asr |
| description | Convert speech audio to text using Coze ASR. Use when you need to transcribe spoken content from a remote audio URL or a local audio file into plain text. |
| homepage | https://www.coze.com |
| metadata | {"openclaw":{"emoji":"🎙️","requires":{"bins":["node"],"config":["plugins.entries.coze-openclaw-plugin.config.apiKey"]}}} |
Transcribe audio from a URL or local file using Coze ASR.
node {skillDir}/scripts/asr.mjs --url "https://example.com/audio.mp3"
node {skillDir}/scripts/asr.mjs --file ./recording.mp3
--url <url>, -u <url> remote audio URL--file <path>, -f <path> local audio file--url or --file is required.--url and --file are provided, the local file input takes precedence.text, and may also print duration and segments.utterances details or raw response payload.--header, -H, or mock mode.plugins.entries.coze-openclaw-plugin.config.apiKey.{skillDir} means the directory containing this SKILL.md.