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 -ySummary
- 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
Install skill
npx skills add woven-video/woven-sfx — agent gets woven-sfx workflow
Agent resolves a sound
sfx_resolve({ transition: "pull-in" })
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.
catalog.json
Machine-readable sound index with ids, tags, and URLs.
llms.txt
Agent-readable index of install, catalog, and MCP tools. Primary install: npx skills add.
GitHub
Source code, catalog metadata, and MCP server.
install.sh
Legacy curl installer — skill via skills CLI, library prefetch, MCP instructions.
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.