什么是 auto-updater?
每晚自动更新 OpenClaw。当用户希望其代理保持最新状态时使用 使用最新的 OpenClaw 版本。运行一个 cron 作业来停止网关、运行更新并重新启动。 当用户提到:“更新自己”、“自动更新”、“每晚更新”、“保持更新”时触发 “自我更新”,或更新代理的任何变体。 来源:teylersf/openclaw-auto-updater。
每晚自动更新 OpenClaw。当用户希望其代理保持最新状态时使用 使用最新的 OpenClaw 版本。运行一个 cron 作业来停止网关、运行更新并重新启动。 当用户提到:“更新自己”、“自动更新”、“每晚更新”、“保持更新”时触发 “自我更新”,或更新代理的任何变体。
通过命令行快速安装 auto-updater AI 技能到你的开发环境
来源:teylersf/openclaw-auto-updater。
This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts.
The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent.
Tell me "change update time to [time]" and I'll update the cron schedule.
每晚自动更新 OpenClaw。当用户希望其代理保持最新状态时使用 使用最新的 OpenClaw 版本。运行一个 cron 作业来停止网关、运行更新并重新启动。 当用户提到:“更新自己”、“自动更新”、“每晚更新”、“保持更新”时触发 “自我更新”,或更新代理的任何变体。 来源:teylersf/openclaw-auto-updater。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater每晚自动更新 OpenClaw。当用户希望其代理保持最新状态时使用 使用最新的 OpenClaw 版本。运行一个 cron 作业来停止网关、运行更新并重新启动。 当用户提到:“更新自己”、“自动更新”、“每晚更新”、“保持更新”时触发 “自我更新”,或更新代理的任何变体。 来源:teylersf/openclaw-auto-updater。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/teylersf/openclaw-auto-updater