Add Slack channel integration via Chat SDK.
add-github
add-github is an open-source integrations skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-github`.
What add-github does
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.
Installation
Add add-github to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-github Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-github is organised into these sections:
- 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)
When to use it
Reach for add-github when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-github do?
- Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
- How do I install add-github?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-github in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-github free to use?
- Yes. add-github is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does add-github come from?
- add-github ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
One paragraph describing what this agent does, who it's for, and when to activate it.
Adversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools.