add-github
Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
npx skills add nanocoai/nanoclaw --skill add-github --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Add GitHub Channel Adds GitHub support via the Chat SDK bridge. The agent participates in PR and issue comment threads. NanoClaw doesn't ship channels in trunk — this skill copies the GitHub adapter in from the `channels` branch. The mechanical steps under **Apply** carry `nc:` directive fences: an agent reads the prose and applies them, and a parser can apply them deterministically from the same document. Every directive is idempotent, so the whole skill is safe to re-run; anything a parser can't apply falls back to the prose beside it. ## 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. ## Apply ### 1. Copy the adapter Fetch the `channels` branch and copy the GitHub adapter into `src/channels/` (overwrite — the branch is canonical): ```nc:copy from-branch:channels src/channels/github.ts src/channels/github-registration.test.ts ``` ### 2. Register the adapter Append the self-registration import to the ch
- Prerequisites
- Apply
- 1. Copy the adapter
- 2. Register the adapter
- 3. Install the adapter package
- 4. Build and validate
- Credentials
- 1. Create a Personal Access Token for the bot account
- 2. Set up a webhook on each repo
- 3. Configure environment
- Wiring
- Adding members (for strict mode)
- Next Steps
- Channel Info
What does the add-github skill do?
Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
How do I install it?
Run `npx skills add nanocoai/nanoclaw --skill add-github --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From nanocoai/nanoclaw, a repository with 30,426 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.