← 返回 Skills 市场
abstrct

Structs Onboarding

作者 Abstrct · GitHub ↗ · v1.2.2 · MIT-0
cross-platform ✓ 安全检测通过
448
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install structs-onboarding
功能描述
Onboards a new player into Structs. Handles key creation/recovery, player creation (via reactor-infuse or guild signup), planet exploration, and initial infr...
安全使用建议
This skill appears coherent and implements exactly what it claims: generating/recovering a mnemonic, deriving keys, signing a guild-join proxy message, POSTing to a guild API, and polling the reactor for player creation. Before running it: (1) run it in a secure environment (it handles private keys/mnemonics and will output the generated mnemonic in the JSON result), (2) do not commit any mnemonics or private keys to source control, (3) verify the guildApi/reactorApi URLs you pass (the script will POST your pubkey/signature to them), and (4) be aware that running npm install will fetch packages from the public npm registry — review package-lock.json if you want to audit exact dependency versions. If you do not trust a third-party guild endpoint, prefer using your own reactor/guild node or perform the signing step locally and submit via trusted channels.
功能分析
Type: OpenClaw Skill Name: structs-onboarding Version: 1.2.2 The skill provides a standard onboarding workflow for the Structs blockchain network, including wallet creation, guild registration, and initial game actions. It utilizes a helper script (`create-player.mjs`) and standard Cosmos SDK libraries (`@cosmjs/proto-signing`) to handle cryptographic signing and API interactions with project-specific endpoints (e.g., reactor.oh.energy). The script handles sensitive mnemonics locally without exfiltrating them, and the instructions are consistent with the stated purpose of agent identity management and game progression.
能力评估
Purpose & Capability
Name/description (player onboarding, key creation, guild signup) matches the provided instructions and the create-player.mjs script. All required actions (mnemonic generation, address/pubkey derivation, signing, POST to guild API, polling reactor) are consistent with onboarding functionality; no unrelated services or credentials are requested.
Instruction Scope
SKILL.md stays within onboarding scope: it instructs checking/merging identity files, using structsd CLI for queries/txs, and running the bundled Node script for guild signup. It explicitly warns about mnemonic handling and CLI flag parsing. The instructions call external Structs network endpoints (reactor/guild) which is expected for this task.
Install Mechanism
There is no automatic install spec (instruction-only); the skill includes a package.json and package-lock and tells the user to run npm install in the script folder. Dependencies are fetched from the public npm registry (cosmjs packages) — expected for a Node-based signing tool and not disproportionate to the stated purpose.
Credentials
The skill declares no required env vars or credentials. It optionally suggests storing a mnemonic in STRUCTS_MNEMONIC or passing --mnemonic to the script; this is reasonable because the feature inherently handles private keys/secrets. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide persistence or modify other skills. It can be invoked by the agent (normal default) but has no elevated or permanent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install structs-onboarding
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /structs-onboarding 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.2
Sync with structs-ai upstream: guild rank note on join
v1.1.1
structstestnet-111 compatibility; no content changes required
v1.2.1
Include scripts/package.json with @cosmjs/proto-signing ^0.34.0 and package-lock.json.
v1.2.0
Update CosmJS dependency version in player onboarding skill.
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 structs-onboarding
版本 1.2.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Structs Onboarding 是什么?

Onboards a new player into Structs. Handles key creation/recovery, player creation (via reactor-infuse or guild signup), planet exploration, and initial infr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 448 次。

如何安装 Structs Onboarding?

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

Structs Onboarding 是免费的吗?

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

Structs Onboarding 支持哪些平台?

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

谁开发了 Structs Onboarding?

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

💬 留言讨论