with one click
discord-send
Send a message to a Discord channel via the Discord REST API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Send a message to a Discord channel via the Discord REST API
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Execute a single agent step with custom system prompt and wait for completion.
Control the CARNELIAN browser control server (status/start/stop/tabs/snapshot/screenshot/navigate/act). Routes to the local browser control HTTP server.
Render canvas graphics and visualizations via Carnelian gateway node.invoke API
Communicate with Windsurf Cascade via JSONL channel files (message/delegate/request_help/share_context/status).
Manage Gateway cron jobs (status/list/add/update/remove/run/runs) and send wake events.
Query and manage Gateway configuration (restart/config.get/config.schema/config.apply/config.patch/update.run).
| name | discord-send |
| description | Send a message to a Discord channel via the Discord REST API |
| metadata | {"CARNELIAN":{"emoji":"🎮","requires":{"env":["DISCORD_TOKEN"]},"primaryEnv":"DISCORD_TOKEN"},"carnelian":{"runtime":"node","version":"1.0.0","sandbox":{"network":"full","resourceLimits":{"maxMemoryMB":128,"maxCpuPercent":25,"timeoutSecs":15},"env":{"DISCORD_TOKEN":"${DISCORD_TOKEN}"}},"capabilities":["net.http"]}} |
Send a message to a Discord channel via the Discord REST API.
Ported from CARNELIAN discord-actions.ts.
{
channelId: string; // Required: Discord channel ID
content: string; // Required: message content
replyToMessageId?: string; // Optional: message ID to reply to
}
{
ok: true;
messageId: string; // ID of the sent message
channelId: string; // Channel ID where message was sent
}
sendMessage is implemented in this wrapper