con un clic
discord-send
Send a message to a Discord channel via the Discord REST API
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Send a message to a Discord channel via the Discord REST API
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| 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 wrapperExecute 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).