Grok BotMCP 与集成约 2 分钟

用webhook连ChatGPT

Bridge ChatGPT to Grok Bot

要点

  1. 在 Grok Bot 里新建专用 Bridge Bot,专门接收外部系统发来的指令。
  2. 给它配一条 webhook 触发的 routine,用来建例行任务、查状态、派活。
  3. 在 ChatGPT 里写一条 skill,把命令 POST 到这个 webhook,即可隔空指挥。

原帖开头

I created a bridge between my Grok Bot and ChatGPT Now I can send commands over to my Grok Bot from ChatGPT, to for example set up routines, check statuses or delegate work How: > create a new "Bridge Bot" in Grok Bot > set up a routine with a webhook trigger > create a skill i