add-slack

by nanocoai 31k MIT Updated Aug 18, 2026
add-slack skill by nanocoai
Social preview for nanocoai/nanoclaw

add-slack is an open-source integrations skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “Add Slack channel integration via Chat SDK.”. 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-slack`.

What add-slack does

Adds Slack support via the Chat SDK bridge. NanoClaw doesn't ship channels in trunk — this skill copies the Slack adapter in from the `channels` branch.

Installation

Add add-slack to your agent with:

git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-slack

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-slack is organised into these sections:

  • Apply
  • 1. Copy the adapter, registration test, and formatting skill
  • 2. Register the adapter
  • 3. Install the adapter package
  • 4. Build and validate
  • Credentials
  • Resolve your DM channel
  • Restart
  • Next Steps
  • Channel Info
  • Troubleshooting

When to use it

Reach for add-slack 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

ai-agentsai-assistantclaude-codeclaude-skillsopenclaw

Frequently asked questions

What does add-slack do?
Add Slack channel integration via Chat SDK.
How do I install add-slack?
Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-slack in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
Is add-slack free to use?
Yes. add-slack 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-slack come from?
add-slack 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

30k nanocoai MIT

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.

25k alirezarezvani MIT

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.

25k alirezarezvani MIT