add-discord

Add Discord channel integration to NanoClaw with token-based bot setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of adding Discord as a NanoClaw channel by guiding the code merge, environment setup, and channel registration in one controlled workflow.

Core Features & Use Cases

  • Discord Integration: Adds the Discord channel implementation, dependency updates, and test coverage needed for message handling.
  • Interactive Setup: Walks through bot token creation or entry, environment synchronization, and service restart steps.
  • Channel Registration: Helps register main or trigger-only Discord channels with the correct IDs, names, and trigger behavior.
  • Use Case: Use it when you want NanoClaw to respond in a specific Discord server channel with reliable setup and validation.

Quick Start

Ask the assistant to add Discord support to NanoClaw, then follow the guided prompts to provide a bot token and register your channel ID.

Frequently Asked Questions about add-discord

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

FAQPage Schema
How do I add a Discord bot to NanoClaw for channel messaging?

This Skill merges the Discord bot implementation and setup flow into your NanoClaw project, guiding you through bot token configuration and channel ID registration to enable end-to-end message handling.

What do I need to set up Discord integration with NanoClaw?

Discord integration requires environment synchronization, a configured Discord bot token, and registered channel IDs. You need to provide the bot token during the interactive setup and specify whether the channel is main or trigger-only.

Can I configure a Discord channel for trigger-only messages in NanoClaw?

Yes, you can configure Discord channels as either main or trigger-only. During channel registration, this Skill helps you assign the correct channel IDs, names, and trigger behavior to match your specific messaging needs.

How does the Discord bot setup process validate my configuration?

The Discord bot setup validates your configuration by checking the build and tests after merging the bot implementation. It ensures environment synchronization and token-based setup are correctly applied before completing the registration.

What is the best way to register multiple Discord channels in NanoClaw?

The best way to register Discord channels is through the guided interactive setup, which walks you through providing bot tokens and entering channel IDs, names, and trigger behavior for each main or trigger-only channel.

Why is my Discord bot not responding after adding it to NanoClaw?

If your Discord bot is not responding, check that environment synchronization completed successfully, the bot token is valid, and the channel IDs are correctly registered, as these are required for end-to-end operation.