GitHub Integration

AI-powered developer workflow automation

TL;DR

Connect OpenClaw to GitHub. Get PR review summaries, triage issues, track CI pipelines, and receive commit digests — all in your messaging app.

Why GitHub?

🔀

PR Summaries

Get AI-generated summaries of pull request changes.

🐛

Issue Triage

AI categorizes and prioritizes new issues automatically.

📋

Commit Digests

Daily summaries of repository activity and changes.

🚦

CI Notifications

Get notified when builds pass, fail, or need attention.

👀

Code Review

Ask your assistant to review code changes in PRs.

📊

Repo Analytics

Track activity, contributors, and velocity metrics.

Quick Setup

1

Create a GitHub Token

Go to github.com/settings/tokens and generate a personal access token with repo scope.

2

Set Up Webhooks

Add a webhook to your repository pointing to your OpenClaw instance for real-time events.

3

Configure OpenClaw

Add the token and webhook secret to your OpenClaw skills configuration.

Configuration Example

{
  "skills": {
    "github": {
      "token": "ghp_your-personal-access-token",
      "repos": ["owner/repo-name"],
      "events": ["pull_request", "issues", "push"],
      "webhookSecret": "your-webhook-secret"
    }
  }
}

Ready to Start?

Bring your development workflow into your messaging app.