add-discord

Install and configure the official Discord chat adapter for NanoClaw agents.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-discord-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-discord
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-discord-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of NanoClaw not including Discord channel support by default, enabling users to add Discord as a fully functional communication channel for their AI agents without needing to build a custom adapter from scratch.

Core Features & Use Cases

  • Idempotent Adapter Installation: Fetches and installs the official maintained Discord chat adapter from the NanoClaw channels branch, with pre-flight checks that skip already completed steps to avoid errors.
  • Guided Bot Configuration: Provides step-by-step instructions for creating a Discord bot, setting required permissions and gateway intents, and configuring the necessary environment variables for the adapter to function.
  • Use Case: Instructors running a NanoClaw classroom can add a Discord channel so students can interact with course assistant agents directly in their class Discord server, with support for server channels, threads, and direct messages.

Quick Start

Use the add-discord skill to set up a Discord bot channel for your NanoClaw agent so you and your users can chat with it via Discord servers or direct messages.

Frequently Asked Questions about add-discord

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

FAQPage Schema
How do I add Discord bot channel support to my NanoClaw AI agent?

To add Discord bot channel support to your NanoClaw agent, you can use a channel adapter skill that installs the official Discord adapter, configures bot credentials, and registers the channel with the NanoClaw runtime. This enables direct interaction via Discord servers or direct messages.

Can I use a Discord bot to let students interact with a classroom AI assistant?

Yes, you can connect a classroom AI assistant to a class Discord server using a channel adapter. Once configured, students can interact with the NanoClaw course assistant agent directly through server channels, threads, and direct messages.

Does NanoClaw support Discord server channels, threads, and direct messages out of the box?

NanoClaw does not include Discord channel support by default. You must install the official Discord chat adapter from the NanoClaw channels branch to enable communication with isolated AI agent containers through server channels, threads, and direct messages.

What Discord bot permissions and gateway intents do I need to configure for an AI chat adapter?

You need to configure the required Discord bot permissions and gateway intents during setup. The adapter installation process provides step-by-step instructions for creating the bot, setting these intents, and configuring the necessary environment variables for it to function.

What happens if I run the Discord adapter installation more than once on the same agent?

The installation process is idempotent and uses pre-flight checks to skip already completed steps. This prevents errors if you run the Discord adapter installation multiple times on the same NanoClaw agent deployment.