scenario-audio
Installation
SKILL.md
Scenario Audio Generation
Overview
Scenario generates audio through the same loop as images. The live catalog covers three generation lanes (music, sound effects, voice/speech) plus video-to-audio soundtrack models and audio utilities. Connection and the core generation loop: see the scenario skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
| Step | Tool | Notes |
|---|---|---|
| Find a model | recommend with the need in the user's own words; search only for a member known by name |
capability="txt2audio" covers music, SFX, and TTS; optional, inferred from the prompt when omitted |
| Inspect inputs | model_schema_get |
audio schemas vary widely: durations, lyrics, voices, looping |
| Generate | model_run |
schema-conformant parameters; wait=false for long jobs |
| Wait | jobs_wait |
blocks server-side; on timeout re-call with pending_job_ids |
| Listen | asset_display |
renders an inline audio player |
| Save | asset_download |
returns a download URL: curl -L -o out.mp3 "<url>" |
Find existing audio assets with search target="assets", filters={kind: "audio"}. Team and project scope (team_id, project_id): see the scenario skill.