# Discord Webhook Send

> Send messages to Discord channels via webhook with embed support

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

---


# Discord Webhook Sender

Send messages to Discord channels via webhook with embed support

## When to Use

- User wants to discord send
- User wants to send discord
- Keywords: discord, webhook, message, chat

## Required Parameters

- **webhook_url** (string): Discord webhook URL
- **content** (string): Message content

## Output

- **sent** (boolean): Message sent successfully
- **message_id** (string): Discord message ID

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- Network whitelist: discord.com
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `build` -> 6 steps -> Exit: `ret_ok`, `ret_fail`

