Productivity

elevenlabs-sound-effects

inferen-sh/skills · updated Apr 8, 2026

$npx skills add https://github.com/inferen-sh/skills --skill elevenlabs-sound-effects
summary

Generate royalty-free sound effects from text descriptions using ElevenLabs AI.

  • Supports custom duration (0.5–22 seconds) and prompt influence control (0–1) to balance creative interpretation against literal accuracy
  • Three parameter types: text description, optional duration, and optional prompt influence for fine-tuning output
  • Covers cinematic effects, nature ambience, game audio, and everyday sounds with practical examples for each category
  • Integrates with inference.sh CLI and p
skill.md

ElevenLabs Sound Effects

Generate sound effects from text descriptions via inference.sh CLI.

Sound Effects

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

# Generate a sound effect
infsh app run elevenlabs/sound-effects --input '{"text": "Thunder rumbling in the distance"}'

Parameters

Parameter Type Description
text string Description of the sound effect (max 1000 chars)
duration_seconds number Duration 0.5-22 seconds (optional, auto if omitted)
prompt_influence number 0-1, how literal to interpret prompt (default: 0.3)

Examples

Cinematic Effects

# Epic trailer hit
infsh app run elevenlabs/sound-effects --input '{"text": "Cinematic braam, deep bass impact"}'

# Suspense drone
infsh app run elevenlabs/sound-effects --input '{
  "text": "Dark atmospheric drone, tension building, horror",
  "duration_seconds": 10
}'

# Whoosh transition
infsh app run elevenlabs/sound-effects --input '{
  "text": "Fast cinematic whoosh transition",
  "duration_seconds": 1.5
}'

Nature & Environment

# Rain
infsh app run elevenlabs/sound-effects --input '{
  "text": "Heavy rain on a tin roof with occasional thunder",
  "duration_seconds": 15
}'

# Forest ambience
infsh app run elevenlabs/sound-effects --input '{
  "text": "Forest ambience with birds chirping and gentle wind",
  "duration_seconds": 20
}'

# Ocean waves
infsh app run elevenlabs/sound-effects --input '{
  "text": "Ocean waves crashing on a beach, calming",
  "duration_seconds": 15
}'

Game Audio

# Power-up
infsh app run elevenlabs/sound-effects --input '{
  "text": "Retro game power-up sound, ascending tones",
  "duration_seconds": 1
}'

# Explosion
infsh app run elevenlabs/sound-effects --input '{
  "text": "Sci-fi laser explosion, futuristic",
  "duration_seconds": 3
}'

# UI click
infsh app run elevenlabs/sound-effects --input '{
  "text": "Soft UI button click, subtle and clean",
  "duration_seconds": 0.5
}'

Everyday Sounds

# Doorbell
infsh app run elevenlabs/sound-effects --input '{"text": "Classic doorbell ring"}'

# Typing
infsh app run elevenlabs/sound-effects --input '{
  "text": "Mechanical keyboard typing, fast, clicky",
  "duration_seconds": 5
}'

# Notification
infsh app run elevenlabs/sound-effects --input '{
  "text": "Pleasant notification chime, positive",
  "duration_seconds": 1
}'

Prompt Influence

Control how literally the model interprets your description:

Value Effect Best For
0.0 Very loose interpretation Creative, surprising results
0.3 Balanced (default) General purpose
0.7 Close to description Specific sound needs
1.0 Very literal Exact sound reproduction
# Loose interpretation - creative result
infsh app run elevenlabs/sound-effects --input '{
  "text": "Magical fairy dust sparkle",
  "prompt_influence": 0.1
}'

# Literal interpretation - precise result
infsh app run elevenlabs/sound-effects --input '{
  "text": "Single gunshot, pistol, indoor range",
  "prompt_influence": 0.8
}'

Prompt Tips

Be specific: "Heavy rain on metal roof" > "rain sound"

Include context: "Footsteps on gravel, slow walking pace" > "footsteps"

Describe mood: "Eerie wind howling through abandoned building" > "wind"

Specify material: "Glass shattering on concrete floor" > "breaking glass"

Workflow: Add SFX to Video

# 1. Generate sound effect
infsh app run elevenlabs/sound-effects --input '{
  "text": "Dramatic reveal swoosh with bass drop",
  "duration_seconds": 2
}' > sfx.json

# 2. Merge with video
infsh app run infsh/media-merger --input '{
  "media": ["video.mp4", "<sfx-url>"]
}'

Use Cases

  • Video Production: Transitions, impacts, ambience
  • Game Development: UI sounds, effects, environments
  • Podcasts: Stingers, transitions, atmosphere
  • Film/Animation: Foley, ambience, scoring elements
  • Presentations: Attention-grabbing sound cues
  • Social Media: Short-form content audio

Related Skills

# ElevenLabs music generation
npx skills add inference-sh/skills@elevenlabs-music

# ElevenLabs TTS (combine voice with effects)
npx skills add inference-sh/skills@elevenlabs-tts

# AI music generation (Diffrythm, Tencent)
npx skills add inference-sh/skills@ai-music-generation

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli

Browse all audio apps: infsh app list --category audio

general reviews

Ratings

4.510 reviews
  • Shikha Mishra· Oct 10, 2024

    elevenlabs-sound-effects is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Piyush G· Sep 9, 2024

    Keeps context tight: elevenlabs-sound-effects is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Chaitanya Patil· Aug 8, 2024

    Registry listing for elevenlabs-sound-effects matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sakshi Patil· Jul 7, 2024

    elevenlabs-sound-effects reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ganesh Mohane· Jun 6, 2024

    I recommend elevenlabs-sound-effects for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Oshnikdeep· May 5, 2024

    Useful defaults in elevenlabs-sound-effects — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Dhruvi Jain· Apr 4, 2024

    elevenlabs-sound-effects has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Rahul Santra· Mar 3, 2024

    Solid pick for teams standardizing on skills: elevenlabs-sound-effects is focused, and the summary matches what you get after install.

  • Pratham Ware· Feb 2, 2024

    We added elevenlabs-sound-effects from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Yash Thakker· Jan 1, 2024

    elevenlabs-sound-effects fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.