Token导航 LogoToken导航TokenDH.com
待分类敏感数据github未标认证来源可访问许可证需确认审计通过

sound-fx声音效果

Agent Skill

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

总安装

1,552

周安装

66

GitHub Stars

487

下载量

544
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:sound-fx(声音效果)
来源仓库:https://github.com/noizai/skills
仓库路径:skills/sound-fx
安装命令:
npx skills add https://github.com/noizai/skills --skill sound-fx
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/noizai/skills --skill sound-fx

简介

sound-fx 用于辅助音频、音乐或语音素材处理。

  • 适合生成配乐说明、调用语音工具或处理播客和视频配音。
  • 支持语音转写、合成及声音效果管理。
  • 安装命令:npx skills add https://github.com/noizai/skills --skill sound-fx。
  • 涉及人声克隆或版权音乐时需核对授权和合规边界。

SKILL.md

sound-fx

Generate any sound effect from a text description — footsteps, explosions, cartoon boings, ambient rain, or whatever you can imagine.

Triggers

  • sound effect / sfx / foley
  • generate sound / make a sound / create audio
  • ambient sound / background noise
  • what does X sound like / make the sound of X
  • 音效 / 声音 / 音频效果

Quick Start

# Animals
python3 skills/sound-fx/scripts/sfx.py "a cat purring contentedly, deep rumbling vibration" -d 8
python3 skills/sound-fx/scripts/sfx.py "dog sneezing three times in a row" -d 3
python3 skills/sound-fx/scripts/sfx.py "dog eating food really fast, chomping and gulping" -d 4

# Funny
python3 skills/sound-fx/scripts/sfx.py "cartoon character getting spanked, exaggerated squeaky yelp" -d 2
python3 skills/sound-fx/scripts/sfx.py "someone sitting on a whoopee cushion mid-meeting" -d 2

# Ambient (save to file)
python3 skills/sound-fx/scripts/sfx.py "heavy rain on a tin roof" -d 15 -o rain.wav
python3 skills/sound-fx/scripts/sfx.py "campfire crackling at night, crickets in background" -d 15 -o campfire.wav

Arguments

ArgumentDefaultDescription
promptrequiredText description of the sound to generate
--duration / -dautoLength in seconds (1–30). Omit to let the model decide.
--format / -fwavOutput format: wav, mp3, flac
--output / -ooutput.wavPath to save the generated audio
--api-keyfrom env/configNoiz API key (overrides stored key)

Configuration

# Save your API key once
python3 skills/sound-fx/scripts/sfx.py config --set-api-key YOUR_KEY

# Or set via environment variable
export NOIZ_API_KEY=YOUR_KEY

Get your API key at developers.noiz.ai.

Fun Example Prompts

🐾 Animals

PromptSuggested Duration
"a cat purring contentedly, deep rumbling vibration"8s
"cat hissing and yowling aggressively"3s
"cat knocking a glass off the table, crash"2s
"dog sneezing three times in a row"3s
"small dog barking excitedly at a doorbell"4s
"dog howling dramatically at the moon"5s
"dog eating food really fast, chomping and gulping"4s
"hamster running furiously on a squeaky wheel"6s
"parrot perfectly mimicking a phone ringing"3s
"frog croaking in a pond at night"8s

😂 Funny & Expressive

PromptSuggested Duration
"cartoon character getting spanked, exaggerated squeaky yelp"2s
"dramatic fail horn (wah wah wah wah)"3s
"someone sitting on a whoopee cushion mid-meeting"2s
"anime power-up charging sound"5s
"someone slipping on a banana peel, cartoon slide and crash"3s
"dramatic chipmunk stare — suspenseful strings"3s
"rubber duck squeak three times"2s
"evil villain laugh echoing in a dungeon"5s
"crowd gasping in disbelief"3s
"a notification sound that sounds passive-aggressive"2s
"someone aggressively typing on a mechanical keyboard"5s

🌍 Ambient & Atmosphere

PromptSuggested Duration
"heavy rain and thunder on a metal roof"15s
"busy coffee shop, background chatter and espresso machine"15s
"old dial-up modem connecting to the internet"10s
"campfire crackling at night, crickets in background"15s
"ocean waves gently crashing on a beach"15s

🎮 Action & Sci-Fi

PromptSuggested Duration
"spaceship laser blaster"2s
"monster truck engine revving"5s
"sword being unsheathed from scabbard"2s
"video game level-up fanfare"3s

Output

On success, the audio file is saved to the output path and the URL is printed:

✓ Saved to output.wav (3.2s, 282 KB)
  URL: https://storage.googleapis.com/...

Third-Party Integration

To send generated sound effects to Discord, Telegram, Feishu, or mix them into videos with ffmpeg, see ref_3rd_party.md.

Requirements

Security & Data Disclosure

  • API key: Stored in ~/.config/noiz/api_key (permissions 0600) or via NOIZ_API_KEY env variable.
  • Network: The text prompt is sent to https://noiz.ai/v1/text-to-sound for generation. No other data is transmitted.
  • Output: Generated audio is downloaded from a Noiz GCS URL and saved locally.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

34.32%
按下载量换算187

Claude

32.15%
按下载量换算175

Cursor

19.77%
按下载量换算108

Gemini CLI

9.29%
按下载量换算51

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills