Woven SFX

MIT · CC0 sounds · Agent Skills

woven-sfx

Sound effects your agent pulls into video edits. One command installs the skill; MCP tools handle search, resolve, and local cache.

Install

npx skills add woven-video/woven-sfx --skill woven-sfx -g -y

Summary

  • 35 CC0 sounds for video edits — whooshes, pops, glitches, UI ticks
  • MCP tools to search, resolve transition pairings, and pull .wav files locally
  • Workflow hooks for /edit-plan (SFX placement) and /assemble (cache verify)

Skill ~/.agents/skills/woven-sfx/

Sounds ./sounds/sfx/ or project.md sfx-library

How it works

  1. Install skill

    npx skills add woven-video/woven-sfx — agent gets woven-sfx workflow

  2. Agent resolves a sound

    sfx_resolve({ transition: "pull-in" })

  3. File lands locally

    ./sounds/sfx/ in your project → ready for /assemble

Catalog

Sounds

Preview waveforms and copy sound ids for your agent.

No sounds match your search.

For agents

Docs & MCP tools

Install with skills CLI, then point your agent at the catalog and stdio MCP server.

MCP tools

  • sfx_search

    { tag?, transition?, query? }

    Search the catalog by tag, transition pairing, or query string.

  • sfx_pull

    { id }

    Download a sound by id to the project library (./sounds/sfx/ or project.md sfx-library).

  • sfx_resolve

    { transition, moment? }

    Resolve and pull the best sound for a video transition type.

  • sfx_list_installed

    List .wav files already cached in the local SFX library.