add-discord

Integrate Discord bot channels into NanoClaw deployments.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-discord-limitless-longevity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord
Source: https://github.com/LIMITLESS-LONGEVITY/limitless/tree/main/apps/nanoclaw/.claude/skills/add-discord
Command: npx skills add https://github.com/LIMITLESS-LONGEVITY/limitless --skill add-discord-limitless-longevity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides operators through adding a Discord bot channel to NanoClaw so the application can receive and respond to messages from Discord servers without manual, error-prone integration work.

Core Features & Use Cases

  • Guides merging an external discord channel implementation into the codebase and resolving merge conflicts.
  • Walks through creating or provisioning a Discord bot token, updating environment configuration, syncing the token into the container, and building and testing the integration.
  • Covers channel registration and verification steps for both main (auto-respond) and trigger-only channels, plus common troubleshooting steps.

Quick Start

Merge the discord integration, set DISCORD_BOT_TOKEN in .env, sync it into data/env/env, run the build and tests, and register your Discord channel with the provided setup command.

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?

To add a Discord bot to NanoClaw, merge the external discord integration branch, set the DISCORD_BOT_TOKEN in .env, sync it into the container environment, run the build and tests, and register your Discord channel via the setup script.

What environment variables do I need to configure for NanoClaw Discord integration?

You must configure the DISCORD_BOT_TOKEN in your .env file and sync it into the data/env/env container environment to enable NanoClaw Discord integration.

How does channel registration work when integrating a Discord bot with NanoClaw?

Channel registration in NanoClaw uses a provided setup command to register Discord channel JIDs, allowing you to configure both main auto-respond channels and trigger-only channels for your bot.

Do I need to install discord.js to enable Discord bot support in NanoClaw?

Yes, you must install discord.js to enable Discord bot support in NanoClaw, as it is required for handling bot messages and merging the community discord implementation.

Why is my Discord bot integration not working after merging the branch in NanoClaw?

Your Discord bot integration may fail if the DISCORD_BOT_TOKEN is not synced into the container environment, or if merge conflicts from the external git remote were not properly resolved before running builds and tests.