Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

clipbait in other clients