add-discord

Integrate a Discord bot channel into NanoClaw by provisioning the adapter and imports.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-discord-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-discord
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-discord-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adds Discord bot channel integration to connect the Discord channel to NanoClaw, enabling bot-powered conversations in Discord servers.

Core Features & Use Cases

  • Integrates the Discord bot channel via the Chat SDK bridge by adding the Discord adapter and import.
  • Provides guidance to fetch the adapter, install the pinned package, and build, so the channel can be wired to an agent group.
  • Supports credentials setup for a Discord bot (token, application ID, public key) and server/channel-based interactions.

Quick Start

Copy the Discord adapter into your codebase, install the pinned chat adapter package, and build to enable the Discord channel.

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 channel integration to a chatbot using an adapter?

To add Discord channel integration, you fetch the Discord adapter, copy the code into your codebase, add necessary imports, install the pinned chat adapter package, and build to enable the channel for bot-powered conversations.

What environment variables and credentials are needed to connect a Discord bot?

Connecting a Discord bot requires environment values and credentials including the bot token, application ID, and public key to provision the adapter and wire the channel to an agent group.

Does the Discord adapter support both server-based and direct-message interactions?

Yes, the Discord adapter applies to both server-based and direct-message interactions, enabling bot-powered conversations in Discord servers and direct channels through the Chat SDK bridge.

What's the best way to wire a Discord channel to an agent group?

The best way to wire a Discord channel is copying the Discord adapter into your codebase, installing the pinned package, and building so the channel can be connected to an agent group via the Chat SDK bridge.

Why do I need to install a pinned package for Discord bot integration?

Installing the pinned package ensures the Discord adapter has the correct dependency version required to build and operate the channel, maintaining compatibility with the Chat SDK bridge and environment setup.