Automate X (Twitter) + YouTube
The feed where your market thinks out loud. 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.
Social Scheduler already works across X (Twitter) and YouTube — free, and it runs on your machine.
Automations teams run
These are not field mappings. An agent reads the X (Twitter) side, works out what it means, and only then decides what — if anything — should happen in YouTube.
When a mention or keyword appears in X (Twitter)…
…an agent can pull transcripts and stats in YouTube — after reading the context and deciding it should.
When a schedule fires in X (Twitter)…
…an agent can draft descriptions and chapters in YouTube — after reading the context and deciding it should.
When a video is published in YouTube…
…an agent can post threads and replies in X (Twitter) — with the reasoning recorded in the run’s receipt.
When a comment arrives in YouTube…
…an agent can collect engagement metrics in X (Twitter) — with the reasoning recorded in the run’s receipt.
X (Twitter) to YouTube, setup template
Start with the twitter-api node and the youtube-api node. Configure the X (Twitter) source payload, the agent input, and the YouTube operation. The sequential template does not implement conditional writes or approval by itself.
This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.
{
"id": "8576c993-60a3-4b9b-a245-904c77d4bc22",
"name": "X (Twitter) → YouTube",
"nodes": [
{
"id": "d3be5a5e-d7ed-4c1f-a615-9f3576242dbe",
"text": "Run on a schedule",
"x": 512,
"y": 144,
"isEditing": false,
"type": "trigger-timer",
"icon": "connect",
"category": "trigger",
"isSelected": false,
"parameters": {
"fireOnStart": "No",
"scheduleType": "Interval",
"schedule": "Every 15 Minutes"
},
"description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "4a9e126f-fdd4-4db5-ab31-1b6856bfea9a",
"text": "Read X (Twitter)",
"x": 512,
"y": 336,
"isEditing": false,
"type": "twitter-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"action": "GET_ME"
},
"description": "Setup template for X (Twitter) API. Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "bed96ac4-1c03-4f4c-aa05-38b8ca312f58",
"text": "Review source and draft",
"x": 512,
"y": 528,
"isEditing": false,
"type": "agnt-agent",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"agentId": "CONFIGURE_AGENTID",
"message": "Read the X (Twitter) item. Decide whether it warrants action in YouTube, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
},
"description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
},
{
"id": "2756171a-d075-4f27-aedf-34539d70660a",
"text": "Configure destination in YouTube",
"x": 512,
"y": 720,
"isEditing": false,
"type": "youtube-api",
"icon": "connect",
"category": "action",
"isSelected": false,
"parameters": {
"action": "ADD_VIDEO_TO_PLAYLIST",
"playlistId": "CONFIGURE_PLAYLISTID"
},
"description": "Setup template for YouTube API. Interact with the YouTube API to manage videos, comments, playlists, and more. Configure credentials, inputs and output mapping before use.",
"error": null,
"isActive": false,
"output": null,
"outputs": {}
}
],
"edges": [
{
"id": "ca4b2fdc-9c5e-4f49-a3c6-8c5d7975f422",
"start": {
"id": "d3be5a5e-d7ed-4c1f-a615-9f3576242dbe",
"type": "output"
},
"end": {
"id": "4a9e126f-fdd4-4db5-ab31-1b6856bfea9a",
"type": "input"
},
"startX": 800,
"startY": 168,
"endX": 512,
"endY": 360
},
{
"id": "5d6af1c6-1323-45e6-abb6-2798e9392334",
"start": {
"id": "4a9e126f-fdd4-4db5-ab31-1b6856bfea9a",
"type": "output"
},
"end": {
"id": "bed96ac4-1c03-4f4c-aa05-38b8ca312f58",
"type": "input"
},
"startX": 800,
"startY": 360,
"endX": 512,
"endY": 552
},
{
"id": "a4c8ab99-003d-4474-a098-9967bc878cc0",
"start": {
"id": "bed96ac4-1c03-4f4c-aa05-38b8ca312f58",
"type": "output"
},
"end": {
"id": "2756171a-d075-4f27-aedf-34539d70660a",
"type": "input"
},
"startX": 800,
"startY": 552,
"endX": 512,
"endY": 744
}
],
"zoomLevel": 1,
"canvasOffsetX": 0,
"canvasOffsetY": 0,
"isTinyNodeMode": false
}
Configure X (Twitter) API
Interact with Twitter to post, quote, reply, delete, retrieve tweets, search, manage follows, and fetch profiles/conversations.
- action — The action to perform on Twitter Current example:
GET_ME.
Configure YouTube API
Interact with the YouTube API to manage videos, comments, playlists, and more.
- action — The action to perform on YouTube Current example:
ADD_VIDEO_TO_PLAYLIST. - playlistId — The ID of the playlist Current example:
CONFIGURE_PLAYLISTID.
Install Social Scheduler
Social Scheduler already uses both X (Twitter) and YouTube, so installing it gives you this exact hand-off wired up — connected, editable, and running on your own machine.
Runs on your own machine · See what it does
Wiring X (Twitter) to YouTube
- Download AGNT Community Core — free and local-first.
- Connect X (Twitter) with one OAuth sign-in and YouTube with one OAuth sign-in; both land in the local vault.
- Start from a marketplace workflow, or drop twitter-api and youtube-api onto the canvas with an agent between them.
- Put an approval gate on anything consequential, then run it — the receipt shows what was read in X (Twitter) and what was written to YouTube.
X (Twitter) and YouTube — common questions
Can I connect X (Twitter) to YouTube without writing code?
No code is required. Add both connections in the vault (X (Twitter) uses one OAuth sign-in, YouTube uses one OAuth sign-in), then either install a marketplace workflow for this pair or drag the two nodes onto the canvas and put an agent between them.
How is this different from a field-mapping X (Twitter) to YouTube automation?
A field mapping copies values and breaks on the first record nobody anticipated. The middle step here reads the X (Twitter) item in full and decides — whether it matters, how to summarise it, and what belongs in YouTube. Deciding to do nothing is a valid outcome, which no mapping can express.
Does my X (Twitter) and YouTube data leave my machine?
Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: X (Twitter), YouTube, and your chosen model provider — which can be a local one.
What does a X (Twitter) and YouTube run leave behind?
Every run is recorded end to end — the X (Twitter) items examined, the decision and its reasoning, the resulting YouTube write. That record is what makes it reasonable to let this run unattended, and what lets you widen its remit on evidence.