← 返回 Skills 市场
djangozh

OpenClaw Bootstrap

作者 DjangoZH · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
302
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-bootstrap
功能描述
One-command bootstrap for new OpenClaw installations. Sets up workspace files, self-evolution system (.learnings + hooks + crons), and community skills. Use...
安全使用建议
This package is plausibly a normal bootstrapper but has a few things to check before running: 1) Inspect scripts/bootstrap.sh yourself (it will copy files to ~/.openclaw/workspace, create hooks in ~/.openclaw/hooks, and call openclaw to add crons). 2) Be aware it runs `npm i -g clawhub` and `clawhub install self-improving-agent` which will download and install third-party code from the network; verify the clawhub package and the self-improving-agent source first. 3) Backup any existing ~/.openclaw/workspace files if you have them. 4) If you want lower risk, run the script in a sandbox/VM or run it step-by-step instead of one-shot, and avoid running global npm installs as root. 5) Expect the resulting system to perform scheduled/automated actions (crons/hooks); review and disable any you do not want. If you need more assurance, ask the publisher for source/homepage or a signed release/lockfile for the CLI and the 'self-improving-agent'.
功能分析
Type: OpenClaw Skill Name: openclaw-bootstrap Version: 1.0.0 The skill bundle is a legitimate bootstrap utility designed to initialize an OpenClaw workspace. It automates the creation of directory structures, installs the 'clawhub' CLI via npm, and configures cron jobs for agent maintenance tasks as described in SKILL.md and scripts/bootstrap.sh. While it establishes persistence through crons and hooks, these actions are transparently documented and consistent with the stated goal of 'self-evolution.' Furthermore, the agent instructions in assets/AGENTS.md and assets/SOUL.md explicitly include safety guidelines, such as prohibiting data exfiltration and requiring user consent for external actions.
能力评估
Purpose & Capability
Name/description match the included files and the bootstrap script: it creates workspace files, .learnings, hooks, and schedules crons and attempts to install a 'self-improving-agent'. However the skill does not declare required CLIs (openclaw, clawhub, python3, npm) even though the script uses them. This omission is unexpected but explainable for a bootstrapper.
Instruction Scope
SKILL.md and assets instruct the agent to populate and read workspace files (memory, learnings, soul, user), which is consistent with a local bootstrapper. The runtime script copies files into ~/.openclaw/workspace, creates hooks under ~/.openclaw/hooks, and uses openclaw to add crons. These actions read/write local user files (intimate data) but do not themselves exfiltrate data. The instructions do, however, enable automated behavior (crons/hooks) that will run later—users should expect ongoing local activity.
Install Mechanism
There is no registry-level install spec, but the included scripts run npm i -g clawhub and use clawhub to install 'self-improving-agent' at runtime. Those commands will fetch code from external registries/hosts during execution (network downloads, unpinned). This is proportional to installing a CLI but raises risk because the sources aren't pinned/verified and will execute third-party code on the machine.
Credentials
The skill declares no required env vars; the script respects an optional OPENCLAW_WORKSPACE environment variable. It does not request credentials itself, but installing/using clawhub and running 'clawhub install' may require the user to authenticate to remote services. No unrelated secrets are requested by the skill.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills' configs beyond copying a hook into ~/.openclaw/hooks. It creates persistent files under ~/.openclaw/workspace, installs a global npm CLI (clawhub) if absent, and registers crons via the openclaw CLI. These are expected for a bootstrapper but are persistent changes the user should accept consciously.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-bootstrap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-bootstrap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: workspace files, self-evolution system, cron jobs, community skills
元数据
Slug openclaw-bootstrap
版本 1.0.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

OpenClaw Bootstrap 是什么?

One-command bootstrap for new OpenClaw installations. Sets up workspace files, self-evolution system (.learnings + hooks + crons), and community skills. Use... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。

如何安装 OpenClaw Bootstrap?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-bootstrap」即可一键安装,无需额外配置。

OpenClaw Bootstrap 是免费的吗?

是的,OpenClaw Bootstrap 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Bootstrap 支持哪些平台?

OpenClaw Bootstrap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Bootstrap?

由 DjangoZH(@djangozh)开发并维护,当前版本 v1.0.0。

💬 留言讨论