← 返回 Skills 市场
374
总下载
2
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install openrouter-audio
功能描述
Audio transcription and text-to-speech generation using OpenRouter API. Use when the user needs to transcribe audio files to text or generate speech/audio fr...
安全使用建议
This skill appears internally consistent for OpenRouter-based transcription and TTS: it needs node and your OPENROUTER_API_KEY and runs the included JavaScript. Things to consider before installing: 1) The bundle is large and executes arbitrary JS on your machine — if you don't trust the source, inspect openrouter-audio.js or run it in a sandbox. 2) The API key grants access to your OpenRouter account — restrict/rotate it if you later stop using the skill. 3) The embedded base64 WASM is normal for audio encoders, but you may want to grep the JS for any hard-coded endpoints or unexpected network calls (confirm it calls only OpenRouter endpoints). 4) If you need higher assurance, review the full repository at the listed homepage and confirm the published code matches this bundle.
功能分析
Type: OpenClaw Skill
Name: openrouter-audio
Version: 1.0.2
The skill bundle provides a standard interface for audio transcription and text-to-speech using the OpenRouter API. The provided files (SKILL.md and openrouter-audio.sh) contain legitimate operational instructions and a simple shell wrapper for a Node.js script, with no evidence of data exfiltration, malicious execution, or harmful prompt injection. While the core logic file (openrouter-audio.js) is referenced but not included in the provided text, the available components align strictly with the stated purpose.
能力评估
Purpose & Capability
Name/description, required binary (node), and required env var (OPENROUTER_API_KEY) align with a CLI client for OpenRouter audio transcription and TTS. The primary credential matches the declared purpose.
Instruction Scope
SKILL.md instructs running the included shell wrapper which invokes the bundled node CLI. It only references the API key and optional workspace/output paths. It mentions workspace tmp (WORKSPACE_DIR) which is a reasonable platform-provided path but is not listed as a required config path — this is a minor note rather than a contradiction.
Install Mechanism
No external install/spec is used; the skill ships a shell wrapper and a bundled JS executable (no remote downloads at runtime). The JS contains embedded WASM as a data: URI (base64) for audio encoding — expected for audio processing libraries.
Credentials
Only OPENROUTER_API_KEY is required and declared as the primary credential. That is proportional for a client that calls the OpenRouter API. No unrelated secrets or system-wide credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent platform privileges or system-level config changes in the provided metadata.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openrouter-audio - 安装完成后,直接呼叫该 Skill 的名称或使用
/openrouter-audio触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Version 1.0.2 includes tmp directory location fix - move to workspace by default.
v1.0.1
- Added a requirement for the Node.js binary (`node`) in the environment, listed under `metadata.openclaw.requires.bins`.
- No other changes to code or functionality.
v1.0.0
- Initial release of OpenRouter Audio skill.
- Provides CLI for audio transcription (speech-to-text) and text-to-speech generation using the OpenRouter API.
- Supports multiple input and output audio formats; reads API key from the OPENROUTER_API_KEY environment variable.
- Includes default models and voices for easy, out-of-the-box usage.
- Outputs transcriptions to stdout and TTS-generated audio paths as JSON.
元数据
常见问题
OpenRouter Audio 是什么?
Audio transcription and text-to-speech generation using OpenRouter API. Use when the user needs to transcribe audio files to text or generate speech/audio fr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 374 次。
如何安装 OpenRouter Audio?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openrouter-audio」即可一键安装,无需额外配置。
OpenRouter Audio 是免费的吗?
是的,OpenRouter Audio 完全免费(开源免费),可自由下载、安装和使用。
OpenRouter Audio 支持哪些平台?
OpenRouter Audio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenRouter Audio?
由 odubinkin(@odubinkin)开发并维护,当前版本 v1.0.2。
推荐 Skills