💬
AutomationTypeScript

Discord Channel

by sbusso

Discord Channel is an Automation skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install Discord Channel
Copy Discord Channel into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/add-discord ~/.claude/skills/add-discord

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/add-discord/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/add-discord
Collection
One of 25 skills cataloged from this repository
Category
Automation2032 skills

What Discord Channel does

Discord Channel adds Discord support to ClaudeClaw and guides setup of a bot token, channel registration, and verification. Use it when you want the assistant to respond in Discord channels.

Discord Channel is cataloged under Automation on DirSkills. Discord Channel comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

Add Discord Channel

This skill adds Discord support to ClaudeClaw, then walks through interactive setup.

Phase 1: Pre-flight

Check if already applied

Check if src/channels/discord.ts exists. If it does, skip to Phase 3 (Setup). The code changes are already in place.

Ask the user

Use AskUserQuestion to collect configuration:

AskUserQuestion: Do you have a Discord bot token, or do you need to create one?

If they have one, collect it now. If not, we'll create one in Phase 3.

Phase 2: Apply Code Changes

Ensure channel remote

git remote -v

If discord is missing, add it:

git remote add discord https://github.com/qwibitai/claudeclaw-discord.git

Merge the skill branch

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Discord Channel

  • What else does sbusso publish alongside Discord Channel?

    Discord Channel is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way Discord Channel does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does Discord Channel compare to other Automation skills?

    Discord Channel ranks #1825 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Discord Channel against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

Discord Channel is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills