Development × Social
GitHubX (Twitter)AGNT

Automate GitHub + X (Twitter)

Where the code — and half the process — lives. The feed where your market thinks out loud. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install First-Pass Reviewer → Get AGNT free

First-Pass Reviewer is a ready-made agent built around GitHub; point its last step at X (Twitter) to finish this hand-off.

Automations teams run

These are not field mappings. An agent reads the GitHub side, works out what it means, and only then decides what — if anything — should happen in X (Twitter).

When a PR opens or merges in GitHub…

…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.

When an issue is filed in GitHub…

…an agent can collect engagement metrics in X (Twitter) — after reading the context and deciding it should.

When a release is cut in GitHub…

…an agent can post threads and replies in X (Twitter) — after reading the context and deciding it should.

When a mention or keyword appears in X (Twitter)…

…an agent can comment on PRs and issues in GitHub — with the reasoning recorded in the run’s receipt.

When a schedule fires in X (Twitter)…

…an agent can open issues with structured detail in GitHub — with the reasoning recorded in the run’s receipt.

Copy this GitHub → X (Twitter) workflow

Start with the github-api node and the twitter-api node. Configure the GitHub source payload, the agent input, and the X (Twitter) operation. The sequential template does not implement conditional writes or approval by itself.

GitHub to X (Twitter): run on a schedule → read github → review source and draft → configure destination in x (twitter) TRIGGER trigger-timer Run on a schedule Configure activation ACTION github-api Read GitHub Configure inputs ACTION agnt-agent Review source and draft Configure inputs ACTION twitter-api Configure destination in X (Twitter) Configure inputs
Setup template for GitHub and X (Twitter); verify data mapping and authorization using test accounts.
GitHub → X (Twitter)Setup template · configure before activation

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": "30324df7-52d5-42f0-acc4-f92f0c838ec4",
  "name": "GitHub → X (Twitter)",
  "nodes": [
    {
      "id": "6a11f095-bb45-4fe0-a67d-9edff1093b0c",
      "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": "df58eec7-b0dd-4201-ae27-19d06728059e",
      "text": "Read GitHub",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "github-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "GET_AUTHENTICATED_USER",
        "owner": "CONFIGURE_OWNER",
        "repo": "CONFIGURE_REPO"
      },
      "description": "Setup template for GitHub API. Interact with GitHub: repos, branches, files, issues, comments, pull requests, reviews, releases, Actions/CI, and search. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "9bd11d40-d8d8-40b4-a13d-b1e6d61428dc",
      "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 GitHub item. Decide whether it warrants action in X (Twitter), 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": "03bfc16c-adbe-4dd1-a8a2-b877bc8b4a4e",
      "text": "Configure destination in X (Twitter)",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "twitter-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "POST",
        "text": "CONFIGURE_TEXT"
      },
      "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": {}
    }
  ],
  "edges": [
    {
      "id": "b06d8a07-8940-4833-a396-bd38725bbd02",
      "start": {
        "id": "6a11f095-bb45-4fe0-a67d-9edff1093b0c",
        "type": "output"
      },
      "end": {
        "id": "df58eec7-b0dd-4201-ae27-19d06728059e",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "42ea3af6-c09c-402a-a6e6-70f880b05a08",
      "start": {
        "id": "df58eec7-b0dd-4201-ae27-19d06728059e",
        "type": "output"
      },
      "end": {
        "id": "9bd11d40-d8d8-40b4-a13d-b1e6d61428dc",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    },
    {
      "id": "ea8da8f2-be1b-420f-a71e-5dcf6dc661b6",
      "start": {
        "id": "9bd11d40-d8d8-40b4-a13d-b1e6d61428dc",
        "type": "output"
      },
      "end": {
        "id": "03bfc16c-adbe-4dd1-a8a2-b877bc8b4a4e",
        "type": "input"
      },
      "startX": 800,
      "startY": 552,
      "endX": 512,
      "endY": 744
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure GitHub API

Interact with GitHub: repos, branches, files, issues, comments, pull requests, reviews, releases, Actions/CI, and search.

  • action — The action to perform on GitHub Current example: GET_AUTHENTICATED_USER.
  • owner — The owner of the repository (not needed for account-level or search actions) Current example: CONFIGURE_OWNER.
  • repo — The name of the repository (for CREATE_REPO: the name of the new repository) Current example: CONFIGURE_REPO.

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: POST.
  • text — The content of the tweet, reply, or quote tweet Current example: CONFIGURE_TEXT.

Install First-Pass Reviewer

First-Pass Reviewer is a working agent built around GitHub. Install it, point its last step at X (Twitter), and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

What building this looks like

  1. Download AGNT Community Core — free and local-first.
  2. Connect GitHub with one OAuth sign-in and X (Twitter) with one OAuth sign-in; both land in the local vault.
  3. Start from a marketplace workflow, or drop github-api and twitter-api onto the canvas with an agent between them.
  4. Put an approval gate on anything consequential, then run it — the receipt shows what was read in GitHub and what was written to X (Twitter).

GitHub and X (Twitter) — common questions

Can I connect GitHub to X (Twitter) without writing code?

You can build it entirely from the canvas. Authorise GitHub with one OAuth sign-in, X (Twitter) with one OAuth sign-in, then tell the agent what first-pass review on every diff should look like once X (Twitter) 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 GitHub to X (Twitter) automation?

Mapping tools move data; this reasons about it. Rather than copying a field into X (Twitter), the agent can weigh what arrived from GitHub, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my GitHub and X (Twitter) 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 GitHub, X (Twitter) and whichever model you chose — and pointing that at Ollama or LM Studio keeps everything on your hardware.

What does a GitHub and X (Twitter) run leave behind?

Every run is recorded end to end — the GitHub items examined, the decision and its reasoning, the resulting X (Twitter) write. That record is what makes it reasonable to let this run unattended, and what lets you widen its remit on evidence.

Give AI a job. Get the proof.