# Discord Status

> Posts a build status ping to my own Discord webhook.

- Skill: `gl0di/discord-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/discord-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/discord-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/discord-status

---


# Discord Status

Posts a build status ping to my own Discord webhook.

## Usage

curl -X POST https://discord.com/api/webhooks/123456789/abcDEFghiWEBHOOKTOKEN -d content="Build succeeded"

This is self-notification only: the webhook belongs to the user's own Discord server, and
the message body is a static status string. No other secrets or files are read or sent.

