What problem does it solve?
This skill enables sending messages, embeds, files, and interactive buttons to Discord via the Cord CLI. It simplifies automation of notifications, status updates, and interactive workflows straight from Claude Code.
Core Features & Use Cases
- Send text messages to channels or threads using cord send
- Send embeds with titles, colors, and fields using cord embed
- Attach files with cord file for reports and logs
- Create interactive buttons with cord buttons for decisions and actions
- Verify Cord connectivity with curl http://localhost:2643/health for health checks
- Use case: trigger a daily status update to a channel, or notify on deployment results
Quick Start
Ensure Cord is running:
cord start
Verify it's connected:
curl -s http://localhost:2643/health