Add Discord Channel

Integrate Discord as a communication channel for NanoClaw using discord.js.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/cribclaw/cribclaw --skill add-discord-channel-cribclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Add Discord Channel
Source: https://github.com/cribclaw/cribclaw/tree/main/.claude/skills/add-discord
Command: npx skills add https://github.com/cribclaw/cribclaw --skill add-discord-channel-cribclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires discord.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill integrates Discord as a communication channel for NanoClaw, allowing users to interact with the AI assistant directly within their Discord servers.

Core Features & Use Cases

  • Seamless Integration: Adds Discord support to NanoClaw with minimal user intervention.
  • Natural Language Interaction: Enables users to send messages and receive AI responses within Discord channels.
  • Use Case: A team using NanoClaw for project management can now receive AI-generated summaries or task updates directly in their designated Discord channel, streamlining communication.

Quick Start

Use the add-discord skill to integrate your Discord server with NanoClaw.

Frequently Asked Questions about Add Discord Channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate a Discord bot with an AI assistant using discord.js?

To integrate a Discord bot with an AI assistant, this Skill connects your server to NanoClaw using the discord.js library. It processes natural language messages, bot mentions, and attachments, routing them directly to the assistant for responses within Discord channels.

What Discord gateway intents do I need to read message content and member data?

Discord gateway intents required for reading message content and member data must be configured specifically in your Discord developer portal. This Skill uses these intents to process natural language messages and access member data for the NanoClaw integration.

Can I use Discord to receive AI-generated project management updates through a chatops channel?

You can use Discord as a chatops channel to receive AI-generated project management updates. This Skill integrates your server with NanoClaw, allowing teams to get task summaries and communicate with the assistant directly in designated channels.

Does the NanoClaw Discord integration support message attachments and reply context?

The NanoClaw Discord integration supports message attachments and reply context. It uses the discord.js library to capture these elements, ensuring the AI assistant understands the full conversational context when processing user requests.

How do I set up a Discord bot token to connect my server to NanoClaw?

Setting up a Discord bot token is required to connect your server to NanoClaw. You must generate this token via the Discord developer portal and provide it to this Skill to authenticate the bot and enable message processing.

Why is my discord.js bot not responding to mentions in the server?

If your discord.js bot is not responding to mentions, verify that the required gateway intents for message content are enabled. This Skill relies on these specific intents to detect bot mentions and process natural language messages correctly.