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.