将文本批量转换为语音旁白与无障碍朗读,支持音频提示生成。
该技能并非纯提示词:文档明确要求通过本地 CLI 调用 OpenAI Audio API,并使用 OPENAI_API_KEY,将文本发送到 OpenAI 生成语音。由于其源码可审计、GitHub 开源且社区采用度高,整体更适合评为需留意而非高风险。
材料明确要求设置 OPENAI_API_KEY 用于实时 API 调用,属于敏感凭证;README 还提示不要在聊天中粘贴完整密钥,这降低了明显误用风险,但凭证一旦配置错误或泄露仍可被滥用产生费用。
该技能说明会通过 OpenAI Audio API 生成语音,意味着用户提供的文本内容会发送到 OpenAI;材料未列出其他第三方或不相关端点,远程外发与其声明功能一致。
README 指示运行本地脚本 `scripts/text_to_speech.py`,并在缺少依赖时执行 `uv pip install openai` 或 `python3 -m pip install openai`;这属于本机执行脚本和安装依赖的常规能力,未见申请异常系统权限的具体红旗。
材料显示其会在 `tmp/speech/` 写入临时 JSONL、在 `output/speech/` 保存生成结果,并处理用户提供的文本;访问范围主要限于工作目录下的中间文件和输出文件,未见要求读取广泛系统数据,但确实存在本地文件写入与内容留存。
来源为 GitHub 上的开源仓库 `openai/skills`,且社区采用度高(约 22k star),源码具备可审计性,这是明显的降风险因素。虽许可证与维护状态未明确、且依赖 `openai` Python 包,但基于现有材料未见闭源、失维或可疑分发链等高风险红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "speech" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/speech/SKILL.md 2. 保存为 ~/.claude/skills/speech/SKILL.md 3. 装好后重载技能,告诉我可以用了
Generate spoken audio for the current project (narration, product demo voiceover, IVR prompts, accessibility reads). Defaults to gpt-4o-mini-tts-2025-12-15 and built-in voices, and prefers the bundled CLI for deterministic, reproducible runs.
scripts/text_to_speech.py) with sensible defaults (see references/cli.md).tmp/speech/ for intermediate files (for example JSONL batches); delete when done.output/speech/ when working in this repo.--out or --out-dir to control output paths; keep filenames stable and descriptive.Prefer uv for dependency management.
Python packages:
uv pip install openai
If uv is unavailable:
python3 -m pip install openai
OPENAI_API_KEY must be set for live API calls.If the key is missing, give the user these steps:
OPENAI_API_KEY as an environment variable in their system.If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.
gpt-4o-mini-tts-2025-12-15 unless the user requests another model.cedar. If the user wants a brighter tone, prefer marin.instructions are supported for GPT-4o mini TTS models, but not for tts-1 or tts-1-hd.--rpm at 50.OPENAI_API_KEY before any live API call.openai package) for all API calls; do not use raw HTTP.scripts/text_to_speech.py) over writing new one-off scripts.scripts/text_to_speech.py. If something is missing, ask the user before doing anything else.Reformat user direction into a short, labeled spec. Only make implicit details explicit; do not invent new requirements.
Quick clarification (augmentation vs invention):
Template (include only relevant lines):
Voice Affect: <overall character and texture of the voice>
Tone: <attitude, formality, warmth>
Pacing: <slow, steady, brisk>
Emotion: <key emotions to convey>
Pronunciation: <words to enunciate or emphasize>
Pauses: <where to add intentional pauses>
Emphasis: <key words or phrases to stress>
…
帮助你将应用与基础设施部署、发布并托管到 Cloudflare 平台。
帮助用户把模糊想法转成具体、可衡量的目标与成功标准。
将 Figma 设计组件与代码组件建立映射,便于设计与实现保持一致。
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
使用本地 Whisper CLI 将音频语音快速转成文本,无需 API 密钥。
让 AI 调用 ElevenLabs 将文本转为语音并管理可用音色。
将文本快速转换为语音,并在 MCP 主机中直接播放与查看历史记录
将文本快速转换为语音,并支持查看可用声音与模型列表。
将文本本地转换为可播放语音,并支持多音色克隆与嵌入播放器。
将音频或视频中的语音转成文字,并可区分说话人与整理访谈记录。