add-discord

Install and configure the Discord adapter for NanoClaw agent communication.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-discord-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/add-discord
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill add-discord-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @chat-adapter/discord.

What problem does it solve?

This skill solves the manual complexity of bridging Discord communication channels into the NanoClaw agent ecosystem, ensuring secure and reliable message handling.

Core Features & Use Cases

  • Seamless Integration: Automatically fetches and configures the Discord adapter from the repository channels branch.
  • Validation: Includes automated integration testing to ensure the bot registry and core SDK bridge are correctly initialized.
  • Use Case: Use this skill to connect a Discord server to your NanoClaw agent, enabling the bot to read messages, send replies, and participate in server threads.

Quick Start

Run the add-discord skill to fetch the adapter, install the required dependencies, and guide you through the Discord developer portal configuration.

Frequently Asked Questions about add-discord

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

FAQPage Schema
How do I integrate a Discord bot into my NanoClaw agent?

To integrate a Discord bot into your NanoClaw agent, you need to install the Discord adapter and configure your environment variables. This skill fetches the adapter, manages the installation, and synchronizes your Discord API credentials to enable secure message processing.

What do I need to connect a Discord server to a NanoClaw agent?

Connecting a Discord server to a NanoClaw agent requires valid Discord API credentials and proper environment variable synchronization. You must also configure your bot through the Discord developer portal to ensure secure and reliable message handling.

How does the Chat SDK bridge work with Discord messaging?

The Chat SDK bridge works with Discord messaging by facilitating communication between Discord servers and local agent containers. It routes messages through the configured adapter, allowing your bot to read messages, send replies, and participate in server threads.

Can I use the @chat-adapter/discord package to validate my bot integration?

Yes, you can use the @chat-adapter/discord package to validate your bot integration. The skill includes automated integration testing to ensure the bot registry and core SDK bridge are correctly initialized before going live.

Why is my Discord bot not reading messages from the NanoClaw agent?

If your Discord bot is not reading messages, it likely indicates a failure in environment variable synchronization or missing API credentials. You must verify your Discord developer portal configuration and ensure the adapter is correctly initialized.