·auto-updater
</>

auto-updater

Automatically update OpenClaw every night. Use when the user wants their agent to stay up-to-date with the latest OpenClaw version. Runs a cron job that stops the gateway, runs the update, and restarts. Triggered when user mentions: "update yourself", "auto update", "nightly update", "keep updated", "self update", or any variation of updating the agent.

49Installs·19Trend·@teylersf

Installation

$npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater

How to Install auto-updater

Quickly install auto-updater AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: teylersf/openclaw-auto-updater.

SKILL.md

View raw

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.

Automatically update OpenClaw every night. Use when the user wants their agent to stay up-to-date with the latest OpenClaw version. Runs a cron job that stops the gateway, runs the update, and restarts. Triggered when user mentions: "update yourself", "auto update", "nightly update", "keep updated", "self update", or any variation of updating the agent. Source: teylersf/openclaw-auto-updater.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater
Category
</>Dev Tools
Verified
First Seen
2026-03-06
Updated
2026-03-10

Browse more skills from teylersf/openclaw-auto-updater

Quick answers

What is auto-updater?

Automatically update OpenClaw every night. Use when the user wants their agent to stay up-to-date with the latest OpenClaw version. Runs a cron job that stops the gateway, runs the update, and restarts. Triggered when user mentions: "update yourself", "auto update", "nightly update", "keep updated", "self update", or any variation of updating the agent. Source: teylersf/openclaw-auto-updater.

How do I install auto-updater?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/teylersf/openclaw-auto-updater --skill auto-updater Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/teylersf/openclaw-auto-updater

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-06

Related Skills

None