← 返回 Skills 市场
ElevenLabs Speech-to-Text
作者
clawdbotborges
· GitHub ↗
· v1.0.0
4818
总下载
6
收藏
14
当前安装
1
版本数
在 OpenClaw 中安装
/install elevenlabs-stt
功能描述
Transcribe audio files using ElevenLabs Speech-to-Text (Scribe v2).
安全使用建议
Install this only if you are comfortable sending the audio files you choose to ElevenLabs and using your ElevenLabs API key for that processing. Avoid submitting confidential, regulated, or consent-sensitive recordings unless your use of ElevenLabs is approved, and ensure jq is installed because the script depends on it.
功能分析
Type: OpenClaw Skill
Name: elevenlabs-stt
Version: 1.0.0
The skill bundle is a legitimate wrapper for the ElevenLabs Speech-to-Text API. The `scripts/transcribe.sh` script uses `curl` to send audio files to the official `https://api.elevenlabs.io/v1/speech-to-text` endpoint, using an API key provided via the `ELEVENLABS_API_KEY` environment variable. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent in any of the files (`_meta.json`, `SKILL.md`, `scripts/transcribe.sh`, `README.md`). The use of `curl` and `jq` is declared and necessary for the skill's stated purpose.
能力评估
Purpose & Capability
The skill's capability matches its stated purpose: it transcribes user-selected audio through ElevenLabs Speech-to-Text using the official API endpoint.
Instruction Scope
Instructions are user-directed and limited to running a transcription script on a chosen file with optional flags; there is no background execution, bulk file scanning, or destructive behavior.
Install Mechanism
Installation is conventional and requires an ElevenLabs API key; the script also uses jq even though only curl is declared in the skill metadata.
Credentials
Network access and ELEVENLABS_API_KEY are proportionate for a cloud speech-to-text integration, but audio content and API-key-backed usage are sensitive considerations.
Persistence & Privilege
No persistence, privilege escalation, credential-store access, hidden writes, or long-running workers are present in the inspected artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install elevenlabs-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/elevenlabs-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of elevenlabs-stt skill.
- Transcribe audio files using ElevenLabs Scribe v2 model.
- Supports 90+ languages and speaker diarization.
- Multiple output options: plain text, JSON with timestamps, audio event tagging.
- Works with all major audio and video formats.
- Requires ELEVENLABS_API_KEY for authentication.
元数据
常见问题
ElevenLabs Speech-to-Text 是什么?
Transcribe audio files using ElevenLabs Speech-to-Text (Scribe v2). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4818 次。
如何安装 ElevenLabs Speech-to-Text?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install elevenlabs-stt」即可一键安装,无需额外配置。
ElevenLabs Speech-to-Text 是免费的吗?
是的,ElevenLabs Speech-to-Text 完全免费(开源免费),可自由下载、安装和使用。
ElevenLabs Speech-to-Text 支持哪些平台?
ElevenLabs Speech-to-Text 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ElevenLabs Speech-to-Text?
由 clawdbotborges(@clawdbotborges)开发并维护,当前版本 v1.0.0。
推荐 Skills