auto-updater

auto-updater is a skill for Claude Code, Codex from jdrhyne/agent-skills. It costs 37 tokens per session (564 once invoked), scanned A, original, MIT.

A daily scheduled updater for OpenClaw and installed skills, with a summary of the changes.

In plain words
What is it for?
Use it to schedule daily updates, update all installed skills, restart OpenClaw after updates, and run health checks.
Why use it?
It keeps software and skills current without requiring you to remember to check and update them manually.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to schedule daily updates, update all installed skills, restart OpenClaw after updates, and run health checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jdrhyne/agent-skills/auto-updater
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jdrhyne/agent-skills --skill auto-updater
Clone the repo
git clone --depth 1 https://github.com/jdrhyne/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for auto-updater

README.md
[![agentmods](https://agentmods.dev/badge/skills/jdrhyne/agent-skills/auto-updater/github.svg)](https://agentmods.dev/skills/jdrhyne/agent-skills/auto-updater)
Your own site
<a href="https://agentmods.dev/skills/jdrhyne/agent-skills/auto-updater"><img src="https://agentmods.dev/badge/skills/jdrhyne/agent-skills/auto-updater/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for auto-updater

Your own site · 80×15
<a href="https://agentmods.dev/skills/jdrhyne/agent-skills/auto-updater"><img src="https://agentmods.dev/badge/skills/jdrhyne/agent-skills/auto-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 564 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00564
Opus 5 $0.00018 $0.00282
Sonnet 5 $0.00007 $0.00113
Haiku 4.5 $0.00004 $0.00056

Measured 13d ago against content hash 7c6517a6f186, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

auto-updater scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

clawdbot/auto-updater/SKILL.md · 111 lines

What it actually says

Auto-Updater Skill

Keep OpenClaw and skills up to date automatically with daily update checks.

What It Does

This skill sets up a daily cron job that:

  1. Updates OpenClaw itself (via package manager)
  2. Updates installed ClawHub skills (via clawhub update --all)
  3. Sends a summary of what changed

Setup

Quick Start

Ask OpenClaw to set up the auto-updater:

Set up daily auto-updates for OpenClaw and installed skills.

Or manually add the cron job:

openclaw cron add \
  --name "Daily Auto-Update" \
  --cron "0 4 * * *" \
  --tz "America/Los_Angeles" \
  --session isolated \
  --wake now \
  --deliver \
  --message "Run daily auto-updates: check for OpenClaw updates and update installed skills. Report what changed."

How Updates Work

OpenClaw Updates

For npm installs:

npm update -g openclaw@latest

After update, run health checks:

openclaw --profile default doctor --fix
openclaw gateway restart

Skill Updates

clawhub update --all

This checks installed ClawHub skills and updates to latest versions.

Manual Commands

Run a manual skill update:

clawhub update --all --no-input --force

List installed ClawHub skills:

clawhub list

Check OpenClaw version:

openclaw --version

Troubleshooting

Updates Not Running

  1. Verify cron is enabled (openclaw cron list)
  2. Ensure gateway is running continuously (openclaw gateway status)
  3. Confirm cron entry exists and timezone is correct

Common Failures

  • Permission errors: ensure the OpenClaw user can write to install paths
  • Network errors: verify internet connectivity
  • Broken plugin/provider state: run openclaw --profile default doctor --fix

Disable Auto-Updates

openclaw cron remove "Daily Auto-Update"

Resources

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 111 lines · 37 tokens per session scan A 7c6517a6f186

Subscribe to this mod's changes

auto-updater is a skill published in the GitHub repository jdrhyne/agent-skills (241 stars, last pushed 13d ago), licensed MIT. It adds 37 tokens to every session and 564 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.