← 返回 Skills 市场
turinfohlen

toolchain-bootstrap

作者 TurinFohlen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toolchain-bootstrap
功能描述
OpenClaw 新容器初始化工具链引导程序。自动从 GitHub 下载 toolchain_v2.tar.gz, 解压到 /workspace,配置 PATH 环境变量,验证所有已安装语言/工具。 适用场景:新容器启动后一行命令完成全部开发环境配置。
安全使用建议
This skill appears to do what it says (download and install a toolchain into /workspace and configure PATH), but exercise caution before running setup in a sensitive environment: 1) The script downloads and extracts a large tarball from a third-party GitHub release and does not verify checksums or signatures — inspect the release and repository first. 2) The tarball will place binaries/libraries on disk; run the install only in a disposable or isolated container if you do not fully trust the author. 3) The installer will append environment variables to ~/.bashrc (persistence). If you want to minimize risk, run the 'verify' or 'list' commands (which do not download) first, or manually download and inspect the tarball (e.g., list its contents and scan for unexpected executables) before extracting. 4) Prefer running the setup after confirming the GitHub repo owner and release integrity (checksum/GPG) or adding an explicit verification step.
功能分析
Type: OpenClaw Skill Name: toolchain-bootstrap Version: 1.0.0 The skill downloads and extracts a large (~590MB) unverified binary archive from a personal GitHub repository (TurinFohlen/openclaw-toolchain) and modifies the user's ~/.bashrc for environment persistence. While these actions are consistent with the stated purpose of bootstrapping a development toolchain, the lack of checksum/signature verification for the remote payload and the automated modification of shell profiles represent a significant supply chain risk. Primary files: scripts/bootstrap.sh and scripts/setup-env.sh.
能力评估
Purpose & Capability
Name/description, skill.toml invocation, SKILL.md and the two scripts all consistently implement a toolchain bootstrapper that downloads a release tarball, extracts it to /workspace, writes environment variables, and verifies installed tools. Requested resources and actions align with the stated purpose; no unrelated credentials or services are requested.
Instruction Scope
The runtime instructions and scripts download a large archive from GitHub and extract it into /workspace, then write environment variables to /workspace/.toolchain_env and append to ~/.bashrc if writable. The scripts do not perform integrity checks (no checksum or signature verification) and will place binaries/libraries on disk that could be executed later. While this behavior is coherent for a bootstrapper, lack of artifact verification and the persistence of shell changes are notable risks.
Install Mechanism
There is no formal install spec; the scripts perform a network download from a GitHub releases URL (a well-known host) and extract the archive. Download-from-GitHub + extract is expected for this use case, but extraction of an unverified 590MB archive is a moderate-to-high risk because arbitrary binaries/libraries are written to the container filesystem.
Credentials
The skill requests no secrets or external credentials. It does modify shell configuration by writing environment variables to /workspace/.toolchain_env and appending an env block to ~/.bashrc (if writable) which is appropriate for a toolchain installer but should be made explicit to users. It uses common system utilities (curl, tar, grep, awk) present in typical containers; these binaries are not declared but are standard.
Persistence & Privilege
The skill does persist environment changes (writes /workspace/.toolchain_env and appends to ~/.bashrc). always is false and it does not modify other skills or platform-wide settings. Persistence is expected for this skill, but users should be aware it changes their shell startup files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toolchain-bootstrap
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toolchain-bootstrap 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of toolchain-bootstrap. - Provides one-command automatic setup of multiple language toolchains in new containers. - Downloads and extracts prebuilt toolchain archive from GitHub to /workspace. - Configures PATH, JAVA_HOME, and related environment variables automatically in ~/.bashrc. - Includes commands to set up, verify, and list installed tools. - Supports Go, Java (OpenJDK), Maven, Erlang, Elixir, Rust, Ruby, Lua, Node.js, and Python.
元数据
Slug toolchain-bootstrap
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

toolchain-bootstrap 是什么?

OpenClaw 新容器初始化工具链引导程序。自动从 GitHub 下载 toolchain_v2.tar.gz, 解压到 /workspace,配置 PATH 环境变量,验证所有已安装语言/工具。 适用场景:新容器启动后一行命令完成全部开发环境配置。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 toolchain-bootstrap?

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

toolchain-bootstrap 是免费的吗?

是的,toolchain-bootstrap 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

toolchain-bootstrap 支持哪些平台?

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

谁开发了 toolchain-bootstrap?

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

💬 留言讨论