create-sound

Generate audio sounds from natural language descriptions using @web-kits/audio.

507|17|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/raphaelsalaja/audio --skill create-sound
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-sound
Source: https://github.com/raphaelsalaja/audio/tree/main/skills/create-sound
Command: npx skills add https://github.com/raphaelsalaja/audio --skill create-sound

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @web-kits/audio, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the creation of audio sounds directly from natural language descriptions, eliminating the need for manual audio editing.

Core Features & Use Cases

  • Audio Synthesis: Generate audio sounds based on natural language descriptions.
  • Use Case: For example, the user can say "create a sound that is a click with a low FM, very short decay" and the skill will generate the corresponding audio sound.

Quick Start

Use the create-sound skill to generate a sound description like "create a sound that is a sine wave with a frequency of 440 Hz and a decay of 0.1 seconds".

Frequently Asked Questions about create-sound

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate audio sounds from natural language descriptions?

To generate audio sounds from natural language descriptions, you provide a text prompt detailing the sound characteristics, such as wave type, frequency, and decay. The skill synthesizes the corresponding audio file based on your description.

Does audio synthesis from text require specific libraries to work?

Yes, text-to-audio synthesis requires the @web-kits/audio library to process natural language descriptions and generate the corresponding sound waves.

Can I use natural language to design specific sound waves like sine or FM?

Yes, you can use natural language to design specific sound waves. For example, you can request a sine wave at 440 Hz or a click with low FM and a very short decay.

What is the best way to create a sound effect without manual audio editing?

The best way to create a sound effect without manual audio editing is synthesizing it directly from a text description. This approach eliminates manual editing by generating the exact sound parameters you specify.

How do I specify decay and frequency parameters when generating audio from text?

You specify decay and frequency parameters by including them directly in your natural language text prompt. The audio generation skill parses these values to synthesize the exact sound requested.