clipbait for Zed
io.github.spiritscripts/clipbait
Turn any video into viral clips and clip live streams, from any AI agent.
client:Zed
transport:stdio
runtime:npm
Install clipbait in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clipbait": {
"command": "npx",
"args": [
"-y",
"clipbait"
],
"env": {
"CLIPBAIT_API_KEY": "<CLIPBAIT_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs