add-discord-swarm

Register Discord Agent Swarms with per-channel webhooks and permissions.

30|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/harperaa/bastionclaw --skill add-discord-swarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-discord-swarm
Source: https://github.com/harperaa/bastionclaw/tree/main/.claude/skills/add-discord-swarm
Command: npx skills add https://github.com/harperaa/bastionclaw --skill add-discord-swarm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creating and managing a Discord Agent Swarm with per-subagent webhooks for private channels, enabling multi-agent collaboration in Discord.

Core Features & Use Cases

  • Create and register a Discord swarm with dedicated webhooks for each agent.
  • Configure channel permissions and webhook routing so the swarm can operate in parallel.
  • Update, replace, or scale swarms across channels as needs evolve.

Quick Start

Run the setup prompts to create a new Discord swarm, including channel creation, bot permissions, and webhook registration.

Frequently Asked Questions about add-discord-swarm

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

FAQPage Schema
How do I set up a Discord agent swarm with webhooks for multi-agent collaboration?

Registering a Discord agent swarm involves creating dedicated channels, configuring bot permissions, and assigning per-subagent webhooks so multiple agents can operate in parallel within their own private channels.

What is a per-channel webhook and when do I need it for a Discord bot integration?

A per-channel webhook is a dedicated endpoint routing messages from a specific agent to a private Discord channel. You need per-channel webhooks when configuring a multi-agent swarm to enable parallel operation without message overlap.

Can I update and scale an existing Discord swarm across multiple channels?

Yes, you can update, replace, or scale an existing Discord swarm across channels as needs evolve. This process re-registers webhooks and updates the container_config.webhookUrl to trigger the swarm load in the service.

What database and container configurations are required to register a Discord swarm?

Registering a Discord swarm requires reading and writing to a database and setting the container_config.webhookUrl for each agent. These configurations trigger the swarm load in the service and enable dedicated webhook routing.

Does Discord bot integration support parallel multi-agent operation in private channels?

Yes, Discord bot integration supports parallel multi-agent operation by assigning dedicated per-subagent webhooks to private channels. This ensures each agent operates independently without message routing conflicts.

Why does my Discord swarm need dedicated webhooks for each agent instead of a single bot token?

Dedicated webhooks for each agent are needed to enable parallel operation across private channels without message overlap. A single bot token routes messages centrally, while per-channel webhooks allow independent subagent communication.