add-discord

Copy the Discord adapter from the channels branch and wire it into the Chat SDK.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-discord-cjlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-discord
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-discord-cjlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Add Discord Channel skill enables teams to integrate Discord as a communication channel for NanoCrew by provisioning the Discord adapter from the channels branch and wiring it into the application.

Core Features & Use Cases

  • Copy and register the Discord adapter to enable Discord-based interactions with agents.
  • Prepare credentials and environment so the Discord bot can authenticate and operate safely.
  • Use case: A team wants to empower agents to interact with users in Discord servers and direct messages, leveraging the Chat SDK bridge for isolated execution.

Quick Start

Fetch the channels branch, append the import, install the pinned package, and build.

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 channel using the Chat SDK?

Discord bot channel integration via the Chat SDK is achieved by copying the Discord adapter from the channels branch, appending the import, installing the pinned package, and building the application.

What problem does adding a Discord channel adapter solve for engineering teams?

Adding a Discord channel adapter solves the problem of enabling NanoCrew agents to interact with users in Discord servers and direct messages through the Chat SDK bridge for isolated execution.

What credentials and environment setup do I need to connect a Discord bot via the Chat SDK?

You need to prepare Discord bot credentials and configure the environment so the bot can authenticate and operate safely before running the integration workflow.

Can I use this Discord channel integration approach for NanoCrew agents?

Yes, this approach is specifically designed for engineering teams deploying Discord as an interactive channel for NanoCrew agents, leveraging the Chat SDK bridge for communication.

Is the Discord adapter setup process idempotent if I run it multiple times?

Yes, the Discord adapter setup follows an idempotent, stepwise workflow that includes fetching the channels branch, copying the adapter, appending the import, installing the pinned package, and building.

What is the best way to register a Discord adapter for agent interactions?

The best way to register a Discord adapter for agent interactions is to copy it from the channels branch, wire it into the application via the Chat SDK, and install the pinned package.