Skip to content

YouTube Shorts Agent for Zed

io.github.davidmosiah/youtube-shorts-agent

Agent-first YouTube Shorts uploader: dry-run validation, OAuth checks, synthetic-media metadata.

client:Zed transport:stdio runtime:npm

Install YouTube Shorts Agent 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": {
    "youtube-shorts-agent": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-shorts-agent"
      ],
      "env": {
        "YOUTUBE_DRY_RUN": "<YOUTUBE_DRY_RUN>",
        "YOUTUBE_CLIENT_ID": "<YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUTUBE_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

YouTube Shorts Agent in other clients