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.