Add Discord Channel

Adds Discord channel support and multi-channel routing to NanoClawbster.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill adds Discord support to NanoClawbster, enabling multi-channel operation and centralized command flow.

Core Features & Use Cases

  • Adds a DiscordChannel to route messages from Discord to the agent and store channel metadata for discovery.
  • Integrates Discord as a second channel alongside WhatsApp, with token configuration, environment synchronization, and setup guidance.
  • Supports registration of Discord channels and end-to-end interaction between users on Discord and the Claude-based agent.

Quick Start

Follow the interactive setup to add a Discord channel to NanoClawbster and complete token configuration.

Frequently Asked Questions about Add Discord Channel

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

FAQPage Schema
How do I add a Discord channel to a multi-channel TypeScript agent?

To add a Discord channel to a multi-channel TypeScript agent, you introduce a DiscordChannel and routing logic. This enables message routing from Discord to the agent and stores channel metadata for discovery.

What is needed to configure a Discord bot token for agent integration?

Configuring a Discord bot token for agent integration requires setting up the token during the interactive setup and synchronizing your environment variables. This gates communication between Discord and other channels.

Can I use Discord and WhatsApp channels simultaneously in my bot?

Yes, you can use Discord and WhatsApp channels simultaneously. The implementation integrates Discord as a second channel alongside WhatsApp, applying gating logic to manage centralized command flow.

What's the best way to route Discord messages to a Claude-based agent?

The best way to route Discord messages to a Claude-based agent is using discord.js to handle the channel integration. This applies deterministic code changes to update configuration and support end-to-end interaction.

Do I need to install discord.js to enable multi-channel support?

Yes, you need to install discord.js as a new npm dependency to enable multi-channel support. This library provides the necessary framework for registering Discord channels and handling bot token configuration.