Automate Slack + YouTube
Team chat where operations actually surface. Long-form content worth repurposing everywhere else. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.
Support First Responder is a ready-made agent built around Slack; point its last step at YouTube to finish this hand-off.
Automations teams run
Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from Slack into YouTube.
When a message hits a channel in Slack…
…an agent can pull transcripts and stats in YouTube — after reading the context and deciding it should.
When a keyword or mention fires in Slack…
…an agent can draft descriptions and chapters in YouTube — after reading the context and deciding it should.
When a reaction is added in Slack…
…an agent can summarise comments in YouTube — after reading the context and deciding it should.
When a video is published in YouTube…
…an agent can post a rich channel message in Slack — with the reasoning recorded in the run’s receipt.
When a comment arrives in YouTube…
…an agent can DM a teammate in Slack — with the reasoning recorded in the run’s receipt.
Copy this Slack → YouTube workflow
Concretely: the slack-api node on one side, the youtube-api node on the other, and an agent in between that can decline. Deciding not to write into YouTube is a recorded outcome, not a silent one.
{
"id": "636ca6e0-631f-4781-ac71-3fd732c6429a",
"name": "Slack → YouTube",
"nodes": [
{
"id": "bf69f23b-2ba5-45fc-a5f1-422db931832c",
"text": "Watch Slack",
"x": 512,
"y": 144,
"isEditing": false,
"type": "receive-slack-message",
"icon": "connect",
"category": "trigger",
"isSelected": false,
"parameters": {},
"description": "Listen for incoming Slack messages in a specified channel and trigger the workflow when a new message is received.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "24cb3f5e-da3b-4561-a7ea-38d97310ece2",
"text": "Read it and decide",
"x": 512,
"y": 336,
"isEditing": false,
"type": "agnt-agent",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"instructions": "Read the Slack item. Decide whether it warrants action in YouTube, and explain why."
},
"description": "Decides whether this Slack item warrants anything in YouTube.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "933745c5-dae2-4a58-ad09-7151c89056cc",
"text": "Act in YouTube",
"x": 512,
"y": 528,
"isEditing": false,
"type": "youtube-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"action": "ADD_VIDEO_TO_PLAYLIST"
},
"description": "Interact with the YouTube API to manage videos, comments, playlists, and more.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
}
],
"edges": [
{
"id": "24501dba-e435-4aa9-ad35-b6fb4d166bca",
"start": {
"id": "bf69f23b-2ba5-45fc-a5f1-422db931832c",
"type": "output"
},
"end": {
"id": "24cb3f5e-da3b-4561-a7ea-38d97310ece2",
"type": "input"
},
"startX": 800,
"startY": 168,
"endX": 512,
"endY": 360
},
{
"id": "b07268fc-5ce6-4d01-a99d-01df9b4f18a6",
"start": {
"id": "24cb3f5e-da3b-4561-a7ea-38d97310ece2",
"type": "output"
},
"end": {
"id": "933745c5-dae2-4a58-ad09-7151c89056cc",
"type": "input"
},
"startX": 800,
"startY": 360,
"endX": 512,
"endY": 552
}
],
"zoomLevel": 1,
"canvasOffsetX": 0,
"canvasOffsetY": 0,
"isTinyNodeMode": false
}
Install Support First Responder
Support First Responder is a working agent built around Slack. Install it, point its last step at YouTube, and you have this hand-off without building it from an empty canvas.
Runs on your own machine · See what it does
Build it in AGNT
- Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
- Add both connections to the vault — Slack takes one OAuth sign-in, YouTube takes one OAuth sign-in.
- Build the three nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
- Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in YouTube.
Slack and YouTube — common questions
Can I connect Slack to YouTube without writing code?
You can build it entirely from the canvas. Authorise Slack with one OAuth sign-in, YouTube with one OAuth sign-in, then tell the agent what pipe agent findings into the room where decisions happen should look like once YouTube is involved. Code is an option for the unusual cases, never a requirement for the common ones.
How is this different from a field-mapping Slack to YouTube automation?
Mapping tools move data; this reasons about it. Rather than copying a field into YouTube, the agent can weigh what arrived from Slack, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.
Does my Slack and YouTube data leave my machine?
Not to us. AGNT runs locally and both sets of credentials are encrypted on your own disk. Outbound traffic goes only to Slack, YouTube and whichever model you chose — and pointing that at Ollama or LM Studio keeps everything on your hardware.
What does a Slack and YouTube run leave behind?
You get an auditable trail rather than a success flag. It shows the Slack context the agent worked from, the judgment it made about videos become posts, threads and newsletters, and the exact change applied in YouTube, with approvals attached where you required them.