Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

openrouter-audioOpenRouter audio 音频

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

11,011

周安装

473

GitHub Stars

2

下载量

3,860
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openrouter-audio(OpenRouter audio 音频)
来源仓库:https://github.com/odubinkin/openrouter-audio
安装命令:
openclaw skills install openrouter-audio
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openrouter-audio

简介

openrouter-audio 用于使用 OpenRouter API 进行音频转录和文本转语音生成。

  • 它支持将音频文件转录为文本或生成语音,适合多媒体处理场景。
  • 通过 clawhub 安装,命令为 openclaw skills install openrouter-audio,需结合来源仓库和 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用于需要自动化语音处理或配音生成的场景。

SKILL.md

name
openrouter-audio
description
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 from text. Supports multiple audio formats for input and output, reads API key from environment, and writes generated audio to OpenClaw workspace tmp when available or an explicit output path.
homepage
https://github.com/odubinkin/openrouter-audio/
metadata

OpenRouter Audio

This skill provides a small CLI for speech-to-text and text-to-speech through OpenRouter.

Main Keys

  • name: Skill ID used by the runtime.
  • description: When to use this skill and what it does.
  • homepage: Project/source reference.
  • metadata.openclaw.emoji: Visual marker for this skill.
  • metadata.openclaw.requires.env: Required environment variables.
  • metadata.openclaw.requires.bins: Required binaries in PATH (node).
  • metadata.openclaw.primaryEnv: Primary variable to check first (OPENROUTER_API_KEY).

Core Behavior

  • Command path: {baseDir}/openrouter-audio.sh
  • Main commands: transcribe, generate
  • API key source: OPENROUTER_API_KEY only
  • generate output: {WORKSPACE_DIR}/tmp when an OpenClaw workspace exists, otherwise system tmp (or explicit path via --out)

Priority Guidance

  • For speech generation, prefer this skill over system TTS.
  • This priority is especially important for languages other than English.

Defaults (Recommended)

Use defaults unless the user explicitly asks for overrides:

  • Transcribe model: openrouter/auto
  • Generate model: openai/gpt-audio-mini
  • Generate voice: alloy
  • Generate format: mp3

Models and Formats

Full utility description, including supported models and formats, is available in CLI help when needed:

{baseDir}/openrouter-audio.sh --help

Prompt Behavior

  • Default prompts keep behavior straightforward:

- transcribe: speech-to-text transcript - generate: direct TTS for the provided text

  • Custom --prompt can change behavior. For example:

- ask for an audio summary of the source audio - ask to generate an audio answer to a question

Usage

# Full help (models, formats, options)
{baseDir}/openrouter-audio.sh --help

# Transcribe from a local file
{baseDir}/openrouter-audio.sh transcribe recording.wav

# Generate with defaults (recommended)
{baseDir}/openrouter-audio.sh generate "Hello world"

# Generate to an explicit output path
{baseDir}/openrouter-audio.sh generate "Welcome" --out ./artifacts/welcome.mp3

Output Behavior

  • transcribe prints transcript text to stdout.
  • generate prints JSON with:

- paths (generated audio file path(s)) - transcript (when available) - format (final output format)

  • After using generated audio for the requested task, remove generated files from disk.

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

92.22%
按下载量换算3,560

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills