agentsclimarketplace

Elevenlabs sound effects

Skill VRIL-LABS/skill-jam/skills/ai-ml/skills-main/skills-main/tools/audio/elevenlabs-sound-effects

Welcome to the skill-jam ☄️🏀

Install
npx -y skills add VRIL-LABS/skill-jam --skill elevenlabs-sound-effects

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate AI sound effects from text descriptions with ElevenLabs via inference.sh CLI. Capabilities: text-to-sound-effect, custom duration, royalty-free audio. Use for: video production, game audio, podcasts, films, presentations, social media. Triggers: sound effects, sfx, sound generation, ai sound effects, generate sound, foley, audio effects, sound design, text to sound, elevenlabs sound, eleven labs sfx, ambient sound, cinematic sound, game sound effects

SKILL.md

5.2 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

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

ParameterTypeDescription
textstringDescription of the sound effect (max 1000 chars)
duration_secondsnumberDuration 0.5-22 seconds (optional, auto if omitted)
prompt_influencenumber0-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:

ValueEffectBest For
0.0Very loose interpretationCreative, surprising results
0.3Balanced (default)General purpose
0.7Close to descriptionSpecific sound needs
1.0Very literalExact 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

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.