with one click
speech-to-speech
语音生语音工具,使用当前 provider 的 speech_to_speech 能力转换本地音频并保存结果。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
语音生语音工具,使用当前 provider 的 speech_to_speech 能力转换本地音频并保存结果。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | speech_to_speech |
| description | 语音生语音工具,使用当前 provider 的 speech_to_speech 能力转换本地音频并保存结果。 |
| version | 1.2 |
| category | multimodal |
| enabled | true |
| tags | ["multimodal","audio","speech-to-speech"] |
把本地音频按提示词或语音参数转换为新的音频文件。
plugins/speech_to_speech/
| 工具名 | 描述 |
|---|---|
speech_to_speech | 输入本地音频,按提示词或音色参数转换并保存结果 |
| 参数 | 类型 | 必需 | 默认值 | 说明 |
|---|---|---|---|---|
audio | string | 是 | — | 本地音频文件路径 |
prompt | string | 否 | "" | 转换要求(如"用温柔女声") |
instruction | string | 否 | "" | 语气、风格等全局指令 |
voice | string | 否 | "" | 目标音色 ID。不同厂商音色完全不同,请根据当前 provider 配置的模型传入 |
format | string | 否 | "mp3" | 输出音频格式。常见值:mp3/wav/flac/opus/pcm。具体取决于厂商支持 |
output_dir | string | 否 | users/<user>/download/ | 输出目录 |
ERROR: 前缀的错误信息speech_to_speech_model 或开启 capabilities_override: ["speech_to_speech"]speech_to_speech 能力speech_to_speech_model(config.json 专用配置)users/<user>/download/prompt 和 instruction 的作用因厂商而异,部分厂商可能不使用speech_to_speech_model 已设置prompt 和 instruction 参数的效果依赖厂商实现,部分厂商可能忽略通用下载编排器。下载公开可访问、开源授权或用户本人授权的数字资源;提供 inspect_download_url、download_direct_file、download_video、list_downloads 四个工具。
本地双层知识库检索与问答。用户要求从知识库、资料目录或本地文档中查信息、总结、核对来源时使用。先按 data_structure.md 分层导航,再渐进检索候选文件;遇到 PDF/Excel 时先读取本 Skill 的 references 处理指南。
双模式记忆管理:保存、读取、搜索、删除、审阅和清理用户记忆。被动模式只处理临时层;主动审阅读取临时+永久并将有价值内容晋升到永久层。用户要求记住、忘记、搜索记忆、审阅记忆、清理记忆时使用。
VOTX Agent run_command tool usage guide for safe local command execution.
创建或更新 VOTX Agent Skill 的指导技能。用于设计 SKILL.md、工具型或指令型 Skill、scripts/references/assets 资源、触发描述、渐进式披露结构,以及验证现有 Skill 是否适配框架。
将复杂用户请求自动分解为可执行步骤计划,可视化进度,支持暂停/继续/中止。受用户 config.json 中 task_plan.accept_task 控制。