一键导入
deploy-update-node
Roll out new openAGI code to the main and to Mac nodes (iMessage / computer-use), and restart them safely.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Roll out new openAGI code to the main and to Mac nodes (iMessage / computer-use), and restart them safely.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide configuring proactive outreach so the main reaches out (digest + live decisions) and the Mac app surfaces it with notifications, an overlay list, and inline buttons.
Troubleshoot opaque model/tool failures and runaway budget — and their usual root causes.
Troubleshoot why the agent stopped replying to iMessages, in priority order.
Connect an MCP server (catalog or custom URL/stdio) and make its tools usable — including completing OAuth on a headless host.
Operate a connected computer-use node to accomplish an on-screen task — screenshot, reason, act in a loop.
Set up a recurring check that only does work (and spends tokens) when there's something new — e.g. "every hour, check BuildBetter for new calls".
| name | deploy-update-node |
| description | Roll out new openAGI code to the main and to Mac nodes (iMessage / computer-use), and restart them safely. |
Roll out updated code. Critical fact: the MAIN self-updates its own git checkout, but each NODE runs off its OWN separate checkout and does NOT receive the main's update — every node must pull and restart itself.
Main agent host:
main and restarts the daemon). After it comes back, confirm the new commit is live before assuming the fix is deployed.Each Mac node (iMessage bridge, iMessage search server, computer-server):
git pull origin main.launchctl kickstart -k gui/$(id -u)/<label> (e.g. app.openagi.imessage-bridge, app.openagi.computer-server).openagi <subcommand> line./health, a test search_imessages, or a test /screenshot.Guidance for the user (you usually can't SSH their nodes):
git pull + restart commands for each affected node.User asked: {{input}}