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