← 返回 Skills 市场
abstrct

Structsd Install

作者 Abstrct · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
443
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install structsd-install
功能描述
Installs the structsd binary from source. Covers Go, Ignite CLI, and building structsd for Linux and macOS. Use when structsd is not found, when setting up a...
使用说明 (SKILL.md)

Install structsd

Builds the structsd binary from source using Ignite CLI. After this procedure, structsd will be available on your PATH.

Prerequisites

Two dependencies are required: Go 1.24.1+ and Ignite CLI.


1. Install Go

Linux (amd64)

wget https://go.dev/dl/go1.24.1.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.24.1.linux-amd64.tar.gz
rm go1.24.1.linux-amd64.tar.gz

If an older Go was installed via apt, remove it first: sudo apt remove -y golang-go

macOS (Apple Silicon)

curl -OL https://go.dev/dl/go1.24.1.darwin-arm64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.24.1.darwin-arm64.tar.gz
rm go1.24.1.darwin-arm64.tar.gz

macOS (Intel)

curl -OL https://go.dev/dl/go1.24.1.darwin-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.24.1.darwin-amd64.tar.gz
rm go1.24.1.darwin-amd64.tar.gz

Alternatively on macOS: brew install [email protected]

Configure PATH

Add to ~/.profile (or ~/.zshrc on macOS):

export PATH=$PATH:/usr/local/go/bin:~/go/bin

Reload: source ~/.profile (or source ~/.zshrc)

Verify

go version

Expected: go version go1.24.1 linux/amd64 (or darwin/arm64, etc.)


2. Install Ignite CLI

curl https://get.ignite.com/cli! | bash

Verify

ignite version

3. Build structsd

Clone the repository and build:

git clone https://github.com/playstructs/structsd.git
cd structsd
ignite chain build

The binary is installed to ~/go/bin/structsd. Since ~/go/bin is on your PATH (from step 1), it's immediately available.

Verify

structsd version

4. Update structsd

To update to the latest version:

cd structsd
git pull origin main
ignite chain build

Quick Check

Run all verifications in sequence:

go version && ignite version && structsd version

If any command fails, revisit the corresponding step above.

Troubleshooting

  • structsd: command not found — Ensure ~/go/bin is on your PATH. Run ls ~/go/bin/structsd to confirm the binary exists.
  • ignite: command not found — Re-run the Ignite CLI install. The curl command installs to /usr/local/bin/ignite.
  • go: command not found — Ensure /usr/local/go/bin is on your PATH. Reload your shell profile.
  • Build fails with Go version error — Verify go version shows 1.24.1+. Older Go versions are not compatible.
  • Permission denied on /usr/local — Use sudo for the tar extraction. On shared systems, ask your administrator.

See Also

  • TOOLS — Environment configuration (servers, account, after structsd is installed)
  • structs-onboarding skill — Player creation and first builds (requires structsd)
安全使用建议
This skill appears to do what it says (install structsd), but before running the instructions: 1) Inspect the remote installer script at https://get.ignite.com/cli to ensure it is trustworthy — piping curl to bash runs arbitrary code on your machine. 2) Prefer package-manager installs or verified release artifacts where possible, and verify checksums for downloaded tarballs. 3) Be aware the process uses sudo to write to /usr/local and edits your shell init files to add ~/go/bin to PATH. 4) Verify the git repository (https://github.com/playstructs/structsd) is the expected upstream. If you are unsure, run the steps in an isolated environment (container or VM) or ask for a packaged installer that does not execute unreviewed remote scripts.
功能分析
Type: OpenClaw Skill Name: structsd-install Version: 1.2.0 The skill bundle provides standard instructions for installing Go, the Ignite CLI, and building the 'structsd' blockchain binary from its official source. While it utilizes potentially risky patterns such as 'curl | bash' for the Ignite CLI and requires 'sudo' for Go installation, these are the documented official procedures for these tools and are used here without any evidence of malicious intent, data exfiltration, or unauthorized persistence. All URLs (go.dev, get.ignite.com, and github.com/playstructs) are legitimate for the stated purpose.
能力评估
Purpose & Capability
The skill name/description (install structsd) aligns with the instructions: installing Go, Ignite CLI, cloning the structsd repo, and building. Nothing in the SKILL.md asks for unrelated credentials or system access beyond what an installer would need. Minor metadata mismatch: _meta.json reports version 1.0.1 while registry metadata lists 1.2.0; this is an inconsistency in packaging but not necessarily malicious.
Instruction Scope
Instructions stay within install/upgrade scope (download Go, extract to /usr/local, add ~/go/bin to PATH, install Ignite, git clone, build). They modify user shell init files and write to /usr/local, which is expected for tool installation but requires sudo/privilege. No instructions attempt to read unrelated files or export other credentials.
Install Mechanism
There is no packaged install spec (instruction-only). Downloads: Go tarballs are from the official go.dev host (expected). The Ignite install uses a curl ... | bash pattern (curl https://get.ignite.com/cli! | bash), which executes a remote script without local review — this is a high-risk installation pattern even if the site is legitimate. Building from a GitHub repo (git clone then ignite chain build) is expected. Recommend inspecting the remote install script or using a vetted package manager/release instead of piping to bash.
Credentials
The skill declares no required env vars or credentials and the instructions don't read or transmit secrets. PATH modification is appropriate for making the built binary available.
Persistence & Privilege
always:false and the skill does not request persistent platform privileges. The only persistent changes are user-level PATH edits (~/.profile or ~/.zshrc) and writing Go to /usr/local, which are normal for an installer. The skill does not modify other skills or system-wide agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install structsd-install
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /structsd-install 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
structstestnet-111 compatible, synced with upstream
v1.1.1
structstestnet-111 compatibility; no content changes required
v1.1.0
Updated from structs.ai: fixed reactor-begin-migration signature, guild-bank-mint signature, automated allocation limit docs, capacity=0 false positive, PoW key sequencing warnings, energy ephemeral concept. New: play-structs meta-skill.
v1.0.1
Fixed See Also references to use proper links
元数据
Slug structsd-install
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Structsd Install 是什么?

Installs the structsd binary from source. Covers Go, Ignite CLI, and building structsd for Linux and macOS. Use when structsd is not found, when setting up a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 443 次。

如何安装 Structsd Install?

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

Structsd Install 是免费的吗?

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

Structsd Install 支持哪些平台?

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

谁开发了 Structsd Install?

由 Abstrct(@abstrct)开发并维护,当前版本 v1.2.0。

💬 留言讨论