add-discord

Import and wire the Discord adapter for NanoClaw bot channels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables seamless addition of a Discord bot channel to NanoClaw by importing and wiring the Discord adapter, eliminating manual wiring and ensuring test coverage.

Core Features & Use Cases

  • Copy the Discord adapter from the channels branch into your workspace to enable Discord channel support.
  • Install the adapter package with a pinned version to ensure consistent deployments.
  • Build and validate the integration with channel registration tests to guard against regressions.
  • Validate credentials and configuration according to the Discord bot setup guide to ensure a working integration in production.

Quick Start

Fetch the Discord adapter from the channels branch and wire it into your NanoClaw setup to enable Discord channel support.

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 channel to NanoClaw?

Adding a Discord bot channel to NanoClaw involves importing and wiring the Discord adapter from the channels branch. This process ensures idempotent wiring, installs a pinned adapter version, and validates the integration through a test suite.

What is the best way to ensure consistent Discord adapter deployments across staging and production?

Pinned version installation of the Discord adapter ensures consistent deployments across development, staging, and production environments. This approach prevents version drift and maintains stable channel integration behavior throughout your deployment pipeline.

Do I need Discord credentials validated before wiring the chat-sdk adapter?

Validating Discord credentials and configuration according to the bot setup guide is required before production deployment. This validation ensures a working channel integration and prevents authentication failures when the adapter attempts to connect.

How does channel registration testing work for Discord bot integrations?

Channel registration testing validates the Discord integration by running a test suite that guards against regressions. Building and validating the integration with these tests ensures the channel remains properly wired and functional across updates.

Can I use the Discord channel-integration adapter across different deployment environments?

The Discord channel-integration adapter applies to deployments across development, staging, and production environments. Idempotent wiring ensures consistent behavior regardless of the target environment, making it suitable for multi-stage deployment pipelines.

Why is my Discord adapter wiring not idempotent during repeated builds?

Idempotent wiring prevents duplicate or conflicting setup during repeated builds of the Discord adapter. If wiring fails this check, running the channel registration test suite identifies configuration drift or integration regressions that need correction.