discord-webhook

Post messages and rich embeds to Discord channels via webhooks.

4|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/qhkm/zeptoclaw-skills --skill discord-webhook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-webhook
Source: https://github.com/qhkm/zeptoclaw-skills/tree/main/discord-webhook
Command: npx skills add https://github.com/qhkm/zeptoclaw-skills --skill discord-webhook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables posting messages and rich embeds to Discord channels without creating a bot, using webhooks for simple automation.

Core Features & Use Cases

  • Post plain messages to a Discord channel via a webhook.
  • Send rich embeds with fields for structured reports and alerts.
  • Customize the message with an optional username and avatar override.
  • No authentication token required beyond the webhook URL; ideal for quick integrations.

Quick Start

Set the DISCORD_WEBHOOK_URL environment variable to your webhook URL and post a JSON payload to the webhook to deliver a message.

Frequently Asked Questions about discord-webhook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send messages to a Discord channel without creating a bot?

Discord webhooks let you send messages and rich embeds without creating a bot. By configuring a webhook URL, you can post plain content or structured alerts to a channel using simple HTTP requests.

Do I need an authentication token to send Discord webhook notifications?

Discord webhooks do not require an authentication token. You only need the webhook URL itself to post messages or embeds to a channel, making it ideal for quick automations.

Can I customize the username and avatar when posting to a Discord webhook?

Yes, Discord webhooks support optional username and avatar overrides. You can customize the message appearance by including these fields in the JSON payload sent to the webhook URL.

What is the best way to send structured alerts and reports to Discord?

Rich embeds are the best way to send structured alerts via Discord webhooks. They support fields for organized reports, allowing you to post structured data directly to a channel without a bot.

How do I set up Discord webhook automation for status updates?

To automate Discord status updates, set the DISCORD_WEBHOOK_URL environment variable to your webhook URL. You can then post JSON payloads with plain content or rich embeds to deliver the updates.

Does curl work with Discord webhooks for sending notifications?

Yes, curl works with Discord webhooks for sending notifications. You can use curl to post JSON payloads containing plain messages or rich embeds directly to your configured webhook URL.