discord

Send formatted messages and embeds to Discord via webhooks and Bot API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq.

What problem does it solve?

This Skill allows you to send notifications and messages to Discord channels, enabling automated alerts and communication directly within your Discord servers.

Core Features & Use Cases

  • Webhook Integration: Easily send messages using Discord webhooks for simple notifications.
  • Bot API Interaction: Utilize the Discord Bot API for more advanced features like sending messages to specific channels or retrieving message history.
  • Use Case: Automate deployment notifications to a #devops channel in Discord, or send alerts when a critical error occurs in your application.

Quick Start

Send a simple message to your Discord channel using the configured webhook URL.

Frequently Asked Questions about discord

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

FAQPage Schema
How do I send automated notifications to Discord channels?

Send automated notifications to Discord channels using configured webhooks or the Bot API. This Skill formats messages and embeds via command-line operations to push alerts directly to specified servers.

Do I need curl and jq to send Discord webhook messages?

Yes, curl and jq are required dependencies for sending Discord webhook messages. They handle the command-line HTTP requests and JSON parsing needed to authenticate and transmit payloads to the API.

What is the best way to automate deployment alerts to a Discord server?

Automate deployment alerts to a Discord server by integrating webhooks with your pipeline. This Skill pushes formatted messages and embeds to your channels, providing real-time DevOps notifications for deployments.

Can I use the Discord Bot API to retrieve message history in specific channels?

Yes, you can use the Discord Bot API to interact with specific channels and retrieve message history. This requires configuring environment variables for authentication to access advanced API features.

How do I send formatted messages and embeds to Discord via command line?

Send formatted messages and embeds to Discord by executing command-line operations with curl and jq. You must configure environment variables for authentication to transmit structured payloads via webhooks or the Bot API.