discord

SKILL.md

To send a message over Discord to the user, there is a script at ~/.local/bin/discord-curl that can be invoked to send a Discord message via a webhook.

The script is essentially implemented this way:

#!/bin/bash -e
curl -X POST "$@" <webhook_url>

Here are some examples:

# Send a message
~/.local/bin/discord-curl -F 'content=hello'

# Send a message with file
~/.local/bin/discord-curl -F 'content=hello' -F 'files[0]=@/etc/os-release'
Weekly Installs
15
GitHub Stars
2
First Seen
Jan 31, 2026
Installed on
opencode14
claude-code11
github-copilot11
codex11
kimi-cli11
gemini-cli11