원클릭으로
whatsapp-send
Send a message or reaction via WhatsApp through the Carnelian gateway message API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Send a message or reaction via WhatsApp through the Carnelian gateway message API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
Send a message to a Discord channel via the Discord REST API
| name | whatsapp-send |
| description | Send a message or reaction via WhatsApp through the Carnelian gateway message API |
| metadata | {"CARNELIAN":{"emoji":"📱","requires":{"env":["CARNELIAN_GATEWAY_URL","CARNELIAN_GATEWAY_TOKEN"]},"primaryEnv":"CARNELIAN_GATEWAY_TOKEN"},"carnelian":{"runtime":"node","version":"1.0.0","sandbox":{"network":"full","resourceLimits":{"maxMemoryMB":128,"maxCpuPercent":25,"timeoutSecs":20},"env":{"CARNELIAN_GATEWAY_URL":"${CARNELIAN_GATEWAY_URL}","CARNELIAN_GATEWAY_TOKEN":"${CARNELIAN_GATEWAY_TOKEN}"}},"capabilities":["net.http"]}} |
Send a message or reaction via WhatsApp through the Carnelian gateway message API.
{
action?: "send" | "react"; // Optional: action type (default "send")
to: string; // Required: JID or phone number
content?: string; // Required for "send": message content
messageId?: string; // Required for "react": message ID to react to
emoji?: string; // Required for "react": emoji reaction
}
{
ok: true;
result: any; // Gateway response data
}
phone@s.whatsapp.net (e.g. "1234567890@s.whatsapp.net")http://localhost:18789CARNELIAN_GATEWAY_TOKEN environment variable