Add Discord notifications to wasteland skill#1
Open
pae23 wants to merge 2 commits intogastownhall:mainfrom
Open
Add Discord notifications to wasteland skill#1pae23 wants to merge 2 commits intogastownhall:mainfrom
pae23 wants to merge 2 commits intogastownhall:mainfrom
Conversation
Adds optional Discord notifications for mutating commands (post, claim, done). Fire-and-forget — never blocks the main command. Includes setup-discord command for webhook configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SKILL.md now posts notifications via a bot HTTP endpoint instead of requiring per-user webhook URLs. The bot verifies rig registration before posting. Removes setup-discord webhook flow, replaces with bot URL configuration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
Author
Blockers
Why a bot?Without a bot, there's no way to post to a community Discord channel without the server admin distributing webhook URLs to every user individually — that doesn't scale. The bot solves this by being a single entry point that any registered rig can POST to. But beyond notifications, a Discord bot opens up a lot of possibilities:
The bot could become a real community engagement layer, not just a notification pipe. Merge order
|
Author
|
Related: gastownhall/community#2 (the Discord bot this SKILL.md depends on) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/wastelandskillpost,claim,done) fire a Discord embed after successsetup-discordcommand for one-time webhook configurationChanges
plugins/wasteland/skills/wasteland/SKILL.md: +138 linespost,claim, anddonecommandssetup-discordcommand with webhook URL validation and test pingTest plan
/wasteland setup-discord— configure a webhook URL/wasteland post— verify Discord embed appears (green)/wasteland claim <id>— verify Discord embed (yellow)/wasteland done <id>— verify Discord embed (blue)~/.hop/discord-webhook.txt, run a command, confirm prompted once thenDISABLEDworks🤖 Generated with Claude Code