add-github

Installation
SKILL.md

Add GitHub Channel

Adds GitHub support via the Chat SDK bridge. The agent participates in PR and issue comment threads.

Prerequisites

You need a dedicated GitHub bot account (not your personal account). The adapter uses this account to post replies and filters out its own messages to avoid loops. Create a free GitHub account for your bot (e.g. my-org-bot), then invite it as a collaborator with write access to the repos you want monitored.

Install

NanoClaw doesn't ship channels in trunk. This skill copies the GitHub adapter in from the channels branch.

Pre-flight (idempotent)

Skip to Credentials if all of these are already in place:

  • src/channels/github.ts exists
  • src/channels/index.ts contains import './github.js';
  • @chat-adapter/github is listed in package.json dependencies
Installs
3
GitHub Stars
29.7K
First Seen
Apr 26, 2026
add-github — qwibitai/nanoclaw