This one handles Discord posting through webhooks or the full bot API, all via curl so there's no dependency footprint. The skill includes a helpful comparison table showing when to use webhooks (quick announcements, marketing drops) versus when you need the bot API (reading messages, managing roles, reacting). It walks you through creating both types of credentials and has ready-to-run examples for rich embeds with custom colors, fields, thumbnails, and timestamps. The embed color codes are in decimal, which is a nice touch since that's what Discord actually wants. If you're running automated community updates or posting release notes to Discord channels, this gives you working code blocks you can modify and fire off immediately.
npx skills add https://github.com/openclaudia/openclaudia-skills --skill discord-bot