← Back to Skills Marketplace
424
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install structs-guild-stack
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install structs-guild-stack - After installation, invoke the skill by name or use
/structs-guild-stack - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 424 downloads so far.
How do I install Structs Guild Stack?
Run "/install structs-guild-stack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Structs Guild Stack free?
Yes, Structs Guild Stack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Structs Guild Stack support?
Structs Guild Stack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Structs Guild Stack?
It is built and maintained by Abstrct (@abstrct); the current version is v1.2.0.
More Skills