← 返回 Skills 市场
xhunx

ElevenLabs STT OpenClaw

作者 xHUNx · GitHub ↗ · v1.2.2
cross-platform ✓ 安全检测通过
481
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install elevenlabs-stt-openclaw
功能描述
Transcribe audio files with ElevenLabs Speech-to-Text (Scribe v2) from the local CLI. Supports diarization, events, JSON output, webhooks, and advanced STT o...
使用说明 (SKILL.md)

ElevenLabs Speech-to-Text (Local CLI)

Use

Run the script in scripts/transcribe.sh with an audio file path or URL.

Examples:

scripts/transcribe.sh /path/to/audio.mp3
scripts/transcribe.sh /path/to/audio.mp3 --diarize --lang en
scripts/transcribe.sh /path/to/audio.mp3 --json
scripts/transcribe.sh /path/to/audio.mp3 --webhook --webhook-metadata '{"job":"call-001"}'
scripts/transcribe.sh --url https://example.com/audio.mp3 --lang en

Environment

Set ELEVENLABS_API_KEY in your shell or OpenClaw env before running.

Notes

  • Defaults to scribe_v2 (the Speech-to-Text model) and uses a filesystem lock to avoid parallel requests.
  • Requires curl and jq.
  • For async workflows, use --webhook with optional --webhook-id and --webhook-metadata.
  • Realtime streaming is available via scripts/realtime.sh (requires ffmpeg + websocat) and uses the scribe_v2_realtime model.
  • Live listener mode is available via scripts/live_listen.sh with toggle/always-on modes and optional TTS response.
安全使用建议
This skill appears to do what it claims: it streams or uploads audio to ElevenLabs for transcription and optionally uses ElevenLabs TTS for playback. Before installing/use: 1) Understand that your audio (and the ELEVENLABS_API_KEY) will be sent to api.elevenlabs.io — only use a key you trust to expose audio to that service. 2) To transcribe local files you must set ALLOW_LOCAL_FILE=true (the README and scripts require it, but SKILL.md metadata doesn't list it). 3) The live-listen mode will capture microphone audio — run it only when you intend to stream mic input. 4) Inspect the scripts locally (they are plain shell/python) and consider using a dedicated API key with limited permissions or usage limits. 5) If you plan to use webhooks, ensure the webhook endpoint you register is secure because ElevenLabs will deliver transcription results to it. If any of these behaviors are unexpected, do not run the scripts and rotate/revoke any keys used for testing.
功能分析
Type: OpenClaw Skill Name: elevenlabs-stt-openclaw Version: 1.2.2 The skill bundle is designed for ElevenLabs Speech-to-Text transcription and exhibits no malicious intent. It correctly uses environment variables for API keys, validates user-provided URLs and JSON inputs, and employs `subprocess.Popen` with lists of arguments to prevent shell injection. The `ALLOW_LOCAL_FILE=true` requirement for local file access is a good security practice. While transcribed audio could theoretically contain malicious instructions, the skill itself only outputs or speaks this text, not executes it, making any downstream risk a vulnerability of the consuming agent, not the skill. All network calls are confined to the ElevenLabs API.
能力评估
Purpose & Capability
Name/description (ElevenLabs STT CLI) match the implementation: scripts call ElevenLabs STT and TTS endpoints, use ffmpeg for audio conversion, websocat for realtime websockets, and jq/curl for API interaction. Required binaries and ELEVENLABS_API_KEY are appropriate for the stated functionality.
Instruction Scope
The SKILL.md and scripts consistently instruct sending audio to ElevenLabs endpoints and optionally streaming microphone audio. One minor mismatch: README and transcribe.sh require ALLOW_LOCAL_FILE=true to operate on local files, but SKILL.md metadata lists only ELEVENLABS_API_KEY. Scripts also read optional env vars (ELEVENLABS_VOICE_ID, RT_*), which are not declared in the metadata. Aside from that, the instructions stay within the stated STT/TTS scope and do not attempt to read unrelated host files or secrets.
Install Mechanism
No install spec; this is an instruction-and-script bundle that relies on existing system binaries. No remote downloads or archive extraction are performed by an installer, which keeps install risk low.
Credentials
Only ELEVENLABS_API_KEY is required and is appropriate for calling ElevenLabs APIs. The scripts reference additional environment variables (ALLOW_LOCAL_FILE, ELEVENLABS_VOICE_ID, RT_DEVICE/RT_LANG/RT_TTS/RT_VOICE_ID) that are optional/defaulted but not declared in the skill metadata — this mismatch should be noted before use. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges; always:false and it doesn't modify other skills or system-wide agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install elevenlabs-stt-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /elevenlabs-stt-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
Security hardening: validate inputs, remove .env sourcing, guard TTS
v1.2.1
Fix metadata requirements; remove .env sourcing; clarify binaries
v1.2.0
Polished README, realtime + live listener options, webhook support
元数据
Slug elevenlabs-stt-openclaw
版本 1.2.2
许可证
累计安装 2
当前安装数 1
历史版本数 3
常见问题

ElevenLabs STT OpenClaw 是什么?

Transcribe audio files with ElevenLabs Speech-to-Text (Scribe v2) from the local CLI. Supports diarization, events, JSON output, webhooks, and advanced STT o... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 481 次。

如何安装 ElevenLabs STT OpenClaw?

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

ElevenLabs STT OpenClaw 是免费的吗?

是的,ElevenLabs STT OpenClaw 完全免费(开源免费),可自由下载、安装和使用。

ElevenLabs STT OpenClaw 支持哪些平台?

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

谁开发了 ElevenLabs STT OpenClaw?

由 xHUNx(@xhunx)开发并维护,当前版本 v1.2.2。

💬 留言讨论