Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计提醒

boot-installer引导安装程序

Agent Skill

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

总安装

2,799

周安装

119

GitHub Stars

公开资料未说明

下载量

981
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install boot-installer

简介

管理 OpenClaw 环境的安装、更新与健康状态检查。

  • 提供引导式修复工具应对常见部署异常问题。boot-installer 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 适合初次使用者快速搭建开发或测试沙箱环境。
  • 部分操作可能涉及系统级权限变更,需谨慎授权。
  • 建议备份原有配置后再执行重大版本升级操作。

SKILL.md

name
boot_installer
description
Install, update, repair, or health-check the openclaw environment. Use when the user says install openclaw, run the bootstrapper, update packages, fix a broken install, or check system health.
user-invocable
true
metadata
{"openclaw":{"os":["linux"],"emoji":"🦞","homepage":"https://github.com/openclaw/openclaw","requires":{"bins":["bash","curl"],"anyBins":["sudo"]},"install":[{"id":"boot-sh","kind":"download","url":"https://raw.githubusercontent.com/openclaw/openclaw/main/boot.sh","label":"Download boot.sh"}]}}

boot_installer

Runs {baseDir}/boot.sh to manage the full openclaw environment lifecycle. Requires Linux and root/sudo access. The script handles privilege escalation automatically.

Slash commands

CommandWhat it does
/boot-installFresh install of all components
/boot-updateUpgrade all packages to latest versions
/boot-repairDeep clean and rebuild broken state
/boot-checkHealth-check — verify all components

When to run which mode

  • User says "install openclaw", "set it up", "run the installer" → install (no flag)
  • User says "update", "upgrade packages" → update
  • User says "repair", "fix", "something is broken", "rebuild" → repair
  • User says "check", "status", "is everything installed", "health check" → check

How to invoke

Always run as the calling user (sudo is handled internally by the script):

bash {baseDir}/boot.sh                # install
bash {baseDir}/boot.sh --update       # update
bash {baseDir}/boot.sh --repair       # repair
bash {baseDir}/boot.sh --check        # check — exits with number of failed checks (max 125)

Use the exec tool. Stream output so the user sees the spinner progress live.

What gets installed (install mode)

  • Node.js v24+ via NodeSource
  • UV Python package manager (~/.local/bin/uv)
  • Python 3.10 venv at ~/venv with scrapling[fetchers]
  • Chromium browser via Playwright (~/.cache/ms-playwright)
  • NPM globals: 9router, openclaw@latest, clawhub, paperclipai, @presto-ai/google-workspace-mcp, mcporter
  • System symlinks in /usr/local/bin
  • 9router autostart via systemd user service (falls back to .bashrc hook)
  • openclaw-gateway-watchdog systemd user service
  • Mcporter Google Workspace connector

Key paths

PathPurpose
~/venvPython virtual environment
~/.local/binUV binary
~/.local/npm/binNPM global binaries
~/.cache/ms-playwrightChromium browser
~/.openclaw/workspace/skillsWorkspace skills
~/.config/systemd/user/9router.service9router systemd unit
~/.config/systemd/user/openclaw-gateway-watchdog.serviceGateway watchdog

After install

If .bashrc was modified, remind the user to reload their shell:

source ~/.bashrc

Logs and errors

The script writes a full log to /tmp/boot-YYYYMMDD-HHMMSS.log. If a step fails, the last 15 lines of output are printed inline and the log path is shown. Surface that path to the user on failure.

Check mode exit codes

--check exits with the count of failed checks (0 = all pass, 1–125 = N issues, capped at 125). Parse the exit code and tell the user how many checks failed and to run bash {baseDir}/boot.sh to repair.

Troubleshooting

  • APT lock held — script waits up to 120 s and kills blocking processes automatically. No user action needed.
  • Node.js wrong version — script upgrades it automatically if the installed major is below 24.
  • Broken Python venv — run --repair first, then run without flags to reinstall packages.
  • 9router not starting — logs at ~/.local/share/9router.log. Falls back to .bashrc login hook if systemd unavailable.
  • Gateway watchdog not starting — run journalctl --user -u openclaw-gateway-watchdog -n 50.
  • Permission errors on files — run without flags (install mode); _fix_ownership runs at the end of every install/update.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

75.31%
按下载量换算739

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills