← 返回 Skills 市场
abstrct

Structs Guild Stack

作者 Abstrct · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
424
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install structs-guild-stack
功能描述
Deploys the Guild Stack (Docker Compose) for local PostgreSQL access to game state. Use when you need faster queries for combat automation, real-time threat...
安全使用建议
This skill is coherent for deploying a local guild node via Docker Compose, but the actual code and containers come from an external GitHub repository. Before running: 1) Inspect the repository (docker-compose.yml, Dockerfiles, and referenced image tags). 2) Verify image sources and prefer pinned, signed, or official images; avoid running images from unknown registries without review. 3) Check for host volume mounts and exposed ports (to avoid sensitive host access). 4) Review .env and do not place private keys or unrelated secrets there unless you understand how they are used. 5) Run the stack in an isolated environment (VM or dedicated host) until you trust the repo. Also note minor packaging inconsistencies (the included _meta.json version differs from the registry version and part of an example SQL in the SKILL.md is truncated), which suggests the bundle was packaged sloppily — another reason to manually review the upstream repo before executing.
功能分析
Type: OpenClaw Skill Name: structs-guild-stack Version: 1.2.0 The skill instructs the agent to clone a remote repository (https://github.com/playstructs/docker-structs-guild) and execute a Docker Compose stack, which involves high-risk operations like 'docker compose up' and 'docker exec' in SKILL.md. While these actions are aligned with the stated purpose of deploying a 'Guild Stack' for the Structs game, they represent a significant supply chain risk and potential for remote code execution if the external repository or its Docker images are compromised. No explicit evidence of malicious intent, such as credential theft or unauthorized exfiltration, was found in the provided files.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md explains how to clone a GitHub repo and run docker compose to get PostgreSQL-indexed game state. Required tooling (Docker, docker compose) and disk/sync expectations are proportionate.
Instruction Scope
Instructions are focused on setting up and querying the stack and do not ask for unrelated host files or credentials. However, they direct you to clone and run an external repo and to execute containers that will run arbitrary code and network services; this is expected for a 'deploy stack' skill but expands the trust boundary beyond the skill bundle itself.
Install Mechanism
This is an instruction-only skill (no install spec), which is low-risk for the package itself. Risk comes from following its instructions: cloning https://github.com/playstructs/docker-structs-guild and running docker compose will pull and execute container images from upstream. Confirm the repository, docker-compose.yml, and referenced images before running.
Credentials
The registry metadata requests no credentials or config paths. SKILL.md shows creating a minimal .env (MONIKER, NETWORK_VERSION, NETWORK_CHAIN_ID) and uses an internal DB role (structs_indexer) inside the compose network — there are no unexplained requests for unrelated secrets.
Persistence & Privilege
Skill is user-invocable and not always-enabled; it does not request persistent platform privileges nor modify other skills. Autonomous invocation is allowed by default but not unusual; nothing in the package requests elevated or permanent platform presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install structs-guild-stack
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /structs-guild-stack 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
structstestnet-111 compatible, synced with upstream
v1.1.1
Update .env example to structstestnet-111 / 111b
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-guild-stack
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Structs Guild Stack 是什么?

Deploys the Guild Stack (Docker Compose) for local PostgreSQL access to game state. Use when you need faster queries for combat automation, real-time threat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 424 次。

如何安装 Structs Guild Stack?

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

Structs Guild Stack 是免费的吗?

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

Structs Guild Stack 支持哪些平台?

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

谁开发了 Structs Guild Stack?

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

💬 留言讨论