← Back to Skills Marketplace
abstrct

Structs Streaming

by Abstrct · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
435
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install structs-streaming
Description
Connects to the GRASS real-time event system via NATS WebSocket. Use when you need real-time game updates, want to react to events as they happen, need to mo...
Usage Guidance
This skill is coherent and instruction-only, but take these precautions before using it: (1) Avoid broad '>' subscriptions in production — they can capture unrelated or sensitive events and cause high traffic; subscribe narrowly once you know the subjects you need. (2) Verify and prefer wss:// endpoints (encrypted) and confirm the endpoint domain is legitimate for your guild. (3) Run discovery against a test guild or read-only environment first to avoid accidental data collection or rate limits. (4) Ensure you have permission to subscribe to the GRASS server you target. (5) Because this is instruction-only, nothing is installed on disk by the skill itself — the runtime will execute whatever network/curl or client code you run, so review any code snippets before executing them.
Capability Analysis
Type: OpenClaw Skill Name: structs-streaming Version: 1.2.0 The skill bundle provides comprehensive documentation and code examples for an AI agent to interact with the GRASS (Game Real-time Application Streaming Service) via NATS WebSockets. It includes legitimate patterns for event discovery, automated game responses, and security best practices such as permission scoping and minimal privilege. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the provided URLs (e.g., crew.oh.energy) and code snippets are consistent with the stated purpose of monitoring game events.
Capability Assessment
Purpose & Capability
Name/description match the instructions: all guidance is about discovering and subscribing to GRASS NATS subjects via a WebSocket endpoint obtained from guild config. It does not request unrelated privileges or credentials.
Instruction Scope
Instructions are focused on discovery and subscribing to event subjects. However the guidance to subscribe to the '>' wildcard (see all traffic) may cause you to receive large volumes of unrelated or sensitive events; the example endpoint uses ws:// (not wss://), which is unencrypted and should be validated before use.
Install Mechanism
No install spec or code files — instruction-only — so nothing is written to disk and no external packages are fetched by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths; this is proportionate to the stated purpose of connecting to a public/internal WebSocket endpoint.
Persistence & Privilege
The skill does not request always-on inclusion or elevated persistent privileges and contains no instructions to modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install structs-streaming
  3. After installation, invoke the skill by name or use /structs-streaming
  4. 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
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
Metadata
Slug structs-streaming
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Structs Streaming?

Connects to the GRASS real-time event system via NATS WebSocket. Use when you need real-time game updates, want to react to events as they happen, need to mo... It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.

How do I install Structs Streaming?

Run "/install structs-streaming" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Structs Streaming free?

Yes, Structs Streaming is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Structs Streaming support?

Structs Streaming is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Structs Streaming?

It is built and maintained by Abstrct (@abstrct); the current version is v1.2.0.

💬 Comments