Overview
- Skill Key
- davis1216/openclaw-auto-update
- Author
- davis1216
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/davis1216/openclaw-auto-update
- Latest Commit SHA
- 82cfef439f9f2518e43479ed8b173a3cd7b06709
OpenClaw 版本升级评估与执行技能。工作流程:(1) 检测 agent-reach 可用性(无则引导安装),(2) 检查 GitHub releases 获取最新稳定版,(3) 对比当前版本判断是否需要更新,(4) 分析版本差距和更新日志,(5) 检查 GitHub issues 评估风险,(6) 综合评估打分并给出升级建议,(7) 备份用户配置(防止冲突),(8) 检测安装方式执行对应更新命令,(9) 自动重启 gateway,(10) 提供恢复功能。Use when 用户要求检查 OpenClaw 更新、评估是否升级、或执行版本更新。支持中英双语。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-update 技能。 若已安装,则直接安装 openclaw-update 技能。
# OpenClaw Update Skill ## Multilingual Support / 多语言支持 **Detect user language and respond accordingly:** - If user speaks Chinese → respond in Chinese (简体中文) - If user speaks English → respond in English - Maintain consistent language throughout the session **检测用户语言并相应回复:** - 用户使用中文 → 用简体中文回复 - 用户使用英文 → 用英文回复 - 整个会话保持语言一致 --- ## Prerequisites / 前置要求 ### Agent-Reach Detection / Agent-Reach 检测 **Before using this skill, detect if agent-reach is available:** ```bash # Detection command agent-reach --version 2>&1 || echo "Not installed" ``` **If not installed, guide user to install:** ```bash # Method 1: pipx install (recommended) pipx install https://github.com/Panniantong/agent-reach/archive/main.zip agent-reach install --env=auto # Method 2: Check for alternative GitHub access # Such as gh CLI, curl (not recommended, may be blocked) ``` **If user cannot install agent-reach:** - Explain the reason (network restrictions, permission issues, etc.) - Suggest manual GitHub access to check versions - Or guide to learn the `agent-reach` skill first --- ## Workflow / 工作流程 ### Step 0: Detect Agent-Reach Availability / 检测 Agent-Reach 可用性 **Use detection script (recommended):** ```bash python3 scripts/check_agent_reach.py ``` **Or manual detection:** ```bash # Test if agent-reach is available agent-reach read "https://github.com/openclaw/openclaw" --timeout 10 2>&1 ``` **If successful**: Continue to next step **If failed**: 1. Inform user agent-reach is unavailable 2. Provide installation guide (see Prerequisites or run `python3 scripts/check_agent_reach.py`) 3. Ask if user wants to continue (manual mode) or install agent-reach first --- ### Step 1: Check Current Version / 检查当前版本 **Progress message:** > 📋 **Step 1/10: Checking current version** / **正在执行第 1 步:检查当前版本** ```bash openclaw --version ``` Record current version (e.g., v2026.3.2) --- ### Step 2: Get Lat...
# OpenClaw Update Skill - ClawHub Release ## 📦 Skill Information - **Name**: openclaw-update - **Version**: 1.0 - **Author**: Davis - **Description**: OpenClaw version upgrade assessment and execution skill - **Category**: System Tools - **Languages**: 简体中文 / English (bilingual support) --- ## 🎯 Features 1. **Automatic Version Detection** - Check current vs latest stable version 2. **Intelligent Assessment** - 5-dimension scoring system 3. **Risk Assessment** - Check GitHub issues for critical bugs 4. **Breaking Changes Detection** - Warn about config compatibility issues 5. **Agent-Reach Integration** - Auto-detect GitHub access capability 6. **Safe Backup System** - Timestamp + random suffix to prevent conflicts 7. **Installation Method Detection** - Use correct update command (npm/pnpm/git) 8. **Auto Gateway Restart** - Restart after update or inform if failed 9. **Recovery Function** - List and restore from backups 10. **Multilingual Support** - Chinese/English based on user language --- ## 📋 Prerequisites ### Required - **OpenClaw** v2026.3.0+ - **agent-reach** v1.0.0+ (for GitHub access) - **Python** 3.8+ (for backup scripts) ### Optional - npm/pnpm (for global installation updates) - git (for source installation updates) --- ## 🚀 Installation ### Method 1: ClawHub (Recommended) ```bash clawhub install openclaw-update ``` ### Method 2: Manual Installation ```bash # Download skill file # Copy to OpenClaw skills directory cp openclaw-update.skill ~/.openclaw/workspace/skills/ # Extract cd ~/.openclaw/workspace/skills/ unzip openclaw-update.skill ``` --- ## 📖 Usage ### Trigger Phrases - "Check OpenClaw update" / "检查 OpenClaw 更新" - "Assess if should upgrade to latest" / "评估是否升级到最新版" - "openclaw-update" - "Should I update OpenClaw" / "要不要更新 OpenClaw" ### Workflow (10 Steps) 1. **Detect Agent-Reach** - Check GitHub access capability 2. **Check Current Version** - `openclaw --version` 3. **Get Latest Version** - Fro...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.