← 返回 Skills 市场
3472
总下载
4
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install openrouter-transcribe
功能描述
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc).
安全使用建议
This skill appears to do what it says (convert audio and call OpenRouter), but there are documentation/metadata inconsistencies you should resolve before use. Specifically: (1) the script requires OPENROUTER_API_KEY — ensure the registry metadata advertises this and you provide a key you trust; (2) SKILL.md mentions storing the key in ~/.clawdbot/clawdbot.json but the script does not read that file — do not assume the key will be read from disk; (3) the script sends X-Title and an HTTP-Referer header (defaulting to 'Clawdbot' and https://clawdbot.com) which will appear in your OpenRouter dashboard — change or remove these defaults if you don't want identifying metadata sent; (4) inspect and (if needed) run the script in an isolated environment first to confirm it behaves as expected and to test large-file handling; and (5) ask the skill author/maintainer to fix the metadata vs. code discrepancies (registry declarations, SKILL.md vs actual behavior) before trusting it with real credentials.
功能分析
Type: OpenClaw Skill
Name: openrouter-transcribe
Version: 1.0.0
The skill bundle is benign. It transparently uses standard system binaries (ffmpeg, base64, jq, curl) to convert audio, encode it, and send it to the OpenRouter API for transcription. The `OPENROUTER_API_KEY` is read from the environment and used for authentication with the legitimate `openrouter.ai` endpoint, which is the stated purpose. There is no evidence of data exfiltration beyond the necessary API key, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. All operations are clearly defined and aligned with the skill's description.
能力评估
Purpose & Capability
Name/description match the included script: the script converts audio, encodes it, and calls OpenRouter's chat/completions API with input_audio. The required binaries (ffmpeg, base64, jq, curl) are appropriate for this task. However, registry metadata shown earlier (no required env vars / no primary credential) contradicts the SKILL.md metadata and the script, which do require OPENROUTER_API_KEY — this mismatch is unexpected.
Instruction Scope
SKILL.md and the script stay within the stated purpose (audio conversion, base64, POST to openrouter.ai). There are no hidden external endpoints or attempts to read unrelated system files. But SKILL.md documents an alternative API-key storage path (~/.clawdbot/clawdbot.json) that is not implemented in the script (the script only checks OPENROUTER_API_KEY env var). This is an inconsistency between documentation and implementation that could confuse users and lead to misconfiguration.
Install Mechanism
No install spec — instruction-only with a bundled shell script. This is low risk compared to remote downloads or package installs. The file is plain shell script, readable, and does not extract or run external installers.
Credentials
The only secret actually required by the script is OPENROUTER_API_KEY, which is proportionate for calling OpenRouter. The SKILL.md metadata correctly lists required binaries and OPENROUTER_API_KEY, but the registry summary in the provided data claimed 'no required env vars' — that inconsistency should be resolved. SKILL.md's suggestion to store keys in ~/.clawdbot/clawdbot.json is not reflected in code, so the declared config path is misleading.
Persistence & Privilege
The skill does not request always:true and does not alter other skills or global agent settings. It uses temporary files and cleans them up via trap; no persistent credentials are stored by the script. Autonomous invocation is allowed by default but is not combined with other broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openrouter-transcribe - 安装完成后,直接呼叫该 Skill 的名称或使用
/openrouter-transcribe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
常见问题
Transcribe audio files via OpenRouter using audio-capable models 是什么?
Transcribe audio files via OpenRouter using audio-capable models (Gemini, GPT-4o-audio, etc). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3472 次。
如何安装 Transcribe audio files via OpenRouter using audio-capable models?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openrouter-transcribe」即可一键安装,无需额外配置。
Transcribe audio files via OpenRouter using audio-capable models 是免费的吗?
是的,Transcribe audio files via OpenRouter using audio-capable models 完全免费(开源免费),可自由下载、安装和使用。
Transcribe audio files via OpenRouter using audio-capable models 支持哪些平台?
Transcribe audio files via OpenRouter using audio-capable models 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Transcribe audio files via OpenRouter using audio-capable models?
由 obviyus(@obviyus)开发并维护,当前版本 v1.0.0。
推荐 Skills