什么是 sound-effects?
使用 ElevenLabs 根据文本描述生成声音效果。在创建音效、生成音频纹理、产生环境声音、电影效果、UI 声音或任何非语音音频时使用。支持循环、时长控制、提示影响调节。 来源:connorads/dotfiles。
使用 ElevenLabs 根据文本描述生成声音效果。在创建音效、生成音频纹理、产生环境声音、电影效果、UI 声音或任何非语音音频时使用。支持循环、时长控制、提示影响调节。
通过命令行快速安装 sound-effects AI 技能到你的开发环境
来源:connorads/dotfiles。
Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control.
Setup: See Installation Guide. For JavaScript, use @elevenlabs/ packages only.
| text | string (required) | — | Description of the desired sound effect | | modelid | string | eleventexttosoundv2 | Model to use | | durationseconds | number \| null | null (auto) | Duration 0.5–30s; auto-calculated if null | | promptinfluence | number \| null | 0.3 | How closely to follow the prompt (0–1) |
使用 ElevenLabs 根据文本描述生成声音效果。在创建音效、生成音频纹理、产生环境声音、电影效果、UI 声音或任何非语音音频时使用。支持循环、时长控制、提示影响调节。 来源:connorads/dotfiles。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/connorads/dotfiles --skill sound-effects使用 ElevenLabs 根据文本描述生成声音效果。在创建音效、生成音频纹理、产生环境声音、电影效果、UI 声音或任何非语音音频时使用。支持循环、时长控制、提示影响调节。 来源:connorads/dotfiles。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/connorads/dotfiles --skill sound-effects 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/connorads/dotfiles