بنقرة واحدة
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