Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
Nanoclaw
Nanoclaw is an open-source integrations skill for Claude Code, published by nanocoai. Its author describes it as: “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…”. The project has 30k 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/nanoclaw`.
Installation
Add Nanoclaw to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/nanoclaw 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.
When to use it
Reach for Nanoclaw when you want integrations help from Claude Code 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,393 GitHub stars
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Nanoclaw do?
- 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
- How do I install Nanoclaw?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/nanoclaw in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is Nanoclaw free to use?
- Yes. Nanoclaw is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Nanoclaw work with?
- Nanoclaw declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does Nanoclaw come from?
- Nanoclaw ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,393 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →Add Slack channel integration via Chat 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.