Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

auto-update自动更新

Agent Skill

auto-update 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

34,151

周安装

1,452

GitHub Stars

公开资料未说明

下载量

11,964
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:auto-update(自动更新)
来源仓库:https://github.com/ivangdavila/auto-update
安装命令:
openclaw skills install auto-update
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install auto-update

简介

使用 OpenClaw cron、每个技能默认值、备份和迁移感知摘要自动更新 OpenClaw 和技能。

SKILL.md

name
Auto-Update (OpenClaw + Skills)
slug
auto-update
version
1.0.0
homepage
https://clawic.com/skills/auto-update
description
Auto-update OpenClaw and skills with OpenClaw cron, per-skill defaults, backups, and migration-aware summaries.
changelog
Initial release with explicit openclaw cron setup, per-skill defaults, backups, migration review, and update summaries.
metadata
{"clawdbot":{"emoji":"🔄","requires":{"bins":["openclaw","clawhub"]},"os":["linux","darwin","win32"],"configPaths":["~/auto-update/"],"configPaths.optional":["./AGENTS.md","./SOUL.md",".clawhub/lock.json","~/.openclaw/openclaw.json","~/.openclaw/workspace"]}}

When to Use

Use when the user wants OpenClaw and installed skills to stay updated automatically. This skill sets up a real openclaw cron add job, keeps a small control folder in ~/auto-update/, remembers which skills should auto-update, backs up important files first, reviews migration risk before skill changes, and summarizes what changed after every run.

Architecture

State lives in ~/auto-update/. If ~/auto-update/ does not exist, run setup.md. See memory-template.md for structure.

~/auto-update/
├── memory.md        # global defaults, activation, and summary preferences
├── openclaw.md      # OpenClaw update mode, channel, backup scope, feature-review prefs
├── skills.md        # per-skill policy, installed version, backup, migration state
├── schedule.md      # approved timing, timezone, and scheduler owner
├── backups.md       # latest OpenClaw and skill backup inventory
├── migrations.md    # pending migration checks and user decisions
└── run-log.md       # recent runs, versions, and outcomes

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Defaults and modespolicy.md
Scheduler and timingscheduler.md
Daily execution orderexecution.md
Workspace integrationworkspace-integration.md
OpenClaw behavioropenclaw.md
Skill policy ledgerskills.md
Backup inventorybackups.md
Migration gatemigrations.md
Rollback rulesrecovery.md
Report templatesreports.md

Quick Start

The default model is simple:

  • create one OpenClaw cron job
  • let that cron job read ~/auto-update/*.md
  • update OpenClaw and only the allowed skills
  • back up first, then summarize

Visible commands the user should recognize:

openclaw update status --json
openclaw update --json
clawhub update --all --dry-run
clawhub update --all

Example daily job:

openclaw cron add \
  --name "Auto-Update" \
  --cron "0 4 * * *" \
  --tz "Europe/Madrid" \
  --session isolated \
  --wake now \
  --announce \
  --message "Run the auto-update routine. Before changing anything, read ~/auto-update/memory.md, ~/auto-update/openclaw.md, ~/auto-update/skills.md, and ~/auto-update/migrations.md. Then: 1) inspect OpenClaw update status and apply OpenClaw only if openclaw.md says mode:auto 2) inspect skill updates 3) back up the approved OpenClaw files and each skill that is allowed to change 4) skip any skill marked no, pending, or ask-first 5) apply only the allowed updates 6) verify obvious health 7) write backups.md and run-log.md 8) report updated, unchanged, skipped, and failed items."

Safer variant:

openclaw cron add \
  --name "Auto-Update (Notify First)" \
  --cron "0 4 * * *" \
  --tz "Europe/Madrid" \
  --session isolated \
  --wake now \
  --announce \
  --message "Run the auto-update review. Read ~/auto-update/memory.md, ~/auto-update/openclaw.md, ~/auto-update/skills.md, and ~/auto-update/migrations.md. Inspect OpenClaw updates and run clawhub update --all --dry-run. Do not apply changes for any item in notify, no, pending, or ask-first mode. Report what would change, what is blocked, and which backups would be created."

How the Run Decides What to Do

Each cron run follows the same contract:

  1. read ~/auto-update/memory.md
  2. read ~/auto-update/openclaw.md
  3. read ~/auto-update/skills.md
  4. read ~/auto-update/migrations.md
  5. inspect openclaw update status --json
  6. inspect clawhub update --all --dry-run
  7. back up allowed targets
  8. apply openclaw update --json only if core mode is auto
  9. apply skill updates only for allowed skills
  10. summarize updated, unchanged, skipped, and failed items

Starter Modes

ModeOpenClawSkillsBest for
Instant dailyauto via daily cron runDaily auto-update for allowed skillsUsers who want hands-off freshness
All-in with review gateauto via daily cron runNew skills inherit auto-update unless migration risk appearsUsers who want speed with safety
All-out skillsnotify or manualNew skills stay manual until approvedUsers who want strict control

If the user says "just handle it," default to Instant daily with migration questions still enabled.

Core Rules

1. Auto-Update Means Real Scheduled Updates

  • The core promise is actual OpenClaw and skill updates, not only policy notes.
  • The default mechanism is an OpenClaw cron job created with openclaw cron add.
  • That cron job must read the control files in ~/auto-update/ before deciding what to update.
  • The same scheduled flow checks, backs up, updates, verifies, and reports for both OpenClaw and skills.
  • If the user approves a daily schedule, create or update the exact scheduler entry that will run daily. Do not leave the cadence only as a note in schedule.md.

2. Learn a Default for New Skills

  • Ask once whether new skills should default to all-in or all-out for auto-update.
  • On every new skill install, ask two things: do they want a quick explanation of the skill, and should that skill auto-update or stay manual.
  • Record the answer in skills.md so later sessions do not guess.

3. Back Up Before Changing OpenClaw or Skills

  • Before OpenClaw updates, snapshot the tailored files and config the user cares about most.
  • Before each skill update, save the currently installed skill folder and installed version reference.
  • Log every backup in backups.md and reference it in the post-run summary.

4. Review Migration Risk Before Skill Updates

  • Compare the currently installed skill state with the new version before overwriting it.
  • Flag path, folder, AGENTS, TOOLS, SOUL, setup, or state-storage changes in migrations.md.
  • If migration is unclear or stateful files may move, ask before applying or before first use of the new version.

5. Respect the Actual OpenClaw Update Path

  • Use the documented OpenClaw path: the cron job should inspect openclaw update status --json and, if approved, run openclaw update --json from the scheduled turn.
  • auto, notify, and manual live in openclaw.md; the cron message must respect them every run.
  • After OpenClaw updates, run the boring checks: doctor, restart when needed, and health verification.
  • If the user wants core-only automation, the cron job should skip skills explicitly instead of removing the shared control flow.

6. Turn Release Notes into Useful Suggestions

  • After OpenClaw updates, summarize what changed in plain language.
  • Offer an optional follow-up review that maps new features or changes to the user's actual workflow.
  • Never apply workflow changes automatically just because a release note sounds promising.

7. Keep the User in Control

  • Never auto-migrate state, move folders, delete backups, or rewrite workspace behavior files without approval.
  • Never silently add scheduler entries or workspace reminder snippets; show the exact proposed lines first.
  • Never modify this skill's own SKILL.md.
  • Heartbeat is never the primary mechanism for exact daily updates. Use heartbeat only for follow-up: install-time reminders, migration reminders, failed-run review, or post-update suggestions.

Common Traps

TrapWhy It FailsBetter Move
Updating skills with no version ledgerYou lose track of what changed and what to restoreRecord installed version and backup before each update
Treating every new skill like the defaultSome should stay manual even in all-in modeAllow per-skill overrides in skills.md
Overwriting a skill before checking migrationsStateful paths and workspace hooks can break silentlyDiff old vs new, then ask if migration is needed
Updating OpenClaw with no snapshotTailored files can be painful to reconstructBack up config and key workspace behavior files first
Reporting raw changelogs onlyUsers still do not know what matters to themGive plain summary plus optional workflow review

Scope

This skill ONLY:

  • configures real OpenClaw and skill update flows
  • keeps local defaults and per-skill decisions in ~/auto-update/
  • proposes optional install-time reminder integration for new skills
  • creates backups, migration notes, and run summaries before and after updates

This skill NEVER:

  • auto-migrates user state or folder structures without approval
  • forces all skills into auto-update when the user chose all-out
  • edits AGENTS, cron, launchd, Task Scheduler, or ~/.openclaw/openclaw.json without a visible plan or standing approval
  • stores secrets in local memory files
  • modifies its own skill files

Data Storage

Local state lives in ~/auto-update/:

  • memory.md for durable defaults and activation notes
  • openclaw.md for core updater mode, channel, backup scope, and feature review preferences
  • skills.md for per-skill auto-update policy and installed version history
  • schedule.md for timezone, cadence, and scheduler ownership
  • backups.md for backup paths and retention notes
  • migrations.md for pending migration checks and decisions
  • run-log.md for compact run history and outcomes

External Endpoints

EndpointData SentPurpose
OpenClaw update sources (website installer, npm, or git remote chosen by the user)version and package or git requestsUpdate OpenClaw
ClawHub registry via clawhub updateinstalled skill metadata and version requestsCheck and apply skill updates
Official OpenClaw docs or release notesversion and release-note lookupsExplain changes after update

No other data is sent externally.

Security & Privacy

  • This skill stores local policy and logs in ~/auto-update/.
  • It may read .clawhub/lock.json, ~/.openclaw/openclaw.json, and workspace behavior files when needed for approved update work.
  • It backs up files before updates, but never stores secrets in its own local ledgers.
  • Scheduler changes, workspace integration, OpenClaw config edits, and risky migrations require approval unless the user has already approved that exact class of action.
  • It never modifies its own SKILL.md.

Trust

By using this skill, update traffic may reach OpenClaw update sources, ClawHub, npm, or the git remote chosen by the user. Only install if you trust those services with update checks and package downloads.

Related Skills

Install with clawhub install <slug> if user confirms:

  • skill-update - Review risky skill diffs, migrations, and rollback choices in more depth
  • backups - Strengthen backup and restore practices beyond the default updater snapshots
  • heartbeat - Pair exact-time update jobs with adaptive follow-up checks
  • self-improving - Learn recurring update preferences, failure patterns, and workflow opportunities

Feedback

  • If useful: clawhub star auto-update
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.09%
按下载量换算11,616

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills