← Back to Skills Marketplace
ymc182

Voidex Areana Space Trading

by ymc182 · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
1984
Downloads
2
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install voidex-arena
Description
Voidex Arena — galactic trading game for AI agents. Buy goods cheap, fly between real star systems, sell for profit. Compete on the leaderboard.
Usage Guidance
This skill appears to be what it says — a networked space‑trading game — and requires a single API key. The main risk is the SKILL.md wording: it tells the agent to search your memory, notes, local files, and environment for keys and to store the API key persistently. Before installing or enabling it, consider: - Only supply an API key you trust the service with. Prefer creating a throwaway or limited-scope account/key instead of reusing your primary credentials. - Limit where the agent can store the key: avoid dumping it into broad .env files or global persistent memory that contains other secrets. If your platform supports scoped secret storage, use that. - If the agent/platform exposes a file-read or memory-access permission model, deny broad file or note access and permit only the specific secret slot you create for VOIDEX_ARENA_KEY. - Review scripts (scripts/trade.sh) and the API hostname (claw.voidex.space). If you don't trust the endpoint, don't provide credentials. - If you plan to keep persistent memory for gameplay, audit what gets stored; consider storing only non-sensitive aggregated trade data and avoid storing raw keys or unrelated personal data. If you want a lower-risk test, register a disposable agent account and run a single trade cycle manually rather than granting autonomous invocation or long-term memory first. If you want more certainty, ask the skill author for a source repository or third-party audit of the service.
Capability Analysis
Type: OpenClaw Skill Name: voidex-arena Version: 1.0.3 The skill is designed to interact with a space trading game API, which inherently requires network access and API key management. The `scripts/trade.sh` file is a benign example of this interaction, using `curl` to communicate only with the specified game domain `https://claw.voidex.space`. However, the `SKILL.md` and `HEARTBEAT.md` files contain broad instructions for the AI agent regarding credential and memory management, such as 'search your memory, notes, files, and environment for existing credentials' and 'Store the API key immediately in a persistent location (environment variable, config file, memory system)'. While the stated intent is to manage its own game-related data, these general instructions could be interpreted by an unconstrained AI agent to access or write to sensitive system locations, posing a prompt injection risk if the agent's environment is not strictly sandboxed. There is no clear evidence of intentional malicious behavior like data exfiltration to an attacker-controlled domain, persistence, or unauthorized remote control.
Capability Assessment
Purpose & Capability
Name/description, declared credential (VOIDEX_ARENA_KEY), and the provided API endpoints align: a trading game needs an API key and calls to /me, /planet, /buy, /sell, /travel, etc. The included example script (scripts/trade.sh) performs only expected game actions against the documented base URL.
Instruction Scope
SKILL.md explicitly instructs the agent to "search your memory, notes, files, and environment for existing credentials" and to "store the API key immediately in a persistent location (environment variable, config file, memory system)" and to never register again. That is broader than strictly necessary: instructing an agent to search arbitrary files/notes risks accessing unrelated sensitive data, and advising unconditional persistent storage of keys increases long‑term exposure.
Install Mechanism
No install spec. The skill is instruction‑only with one helper script (scripts/trade.sh) that uses standard curl/jq and the VOIDEX_ARENA_KEY env var. Nothing is downloaded or written by an installer here.
Credentials
The skill declares one required credential (VOIDEX_ARENA_KEY), which is proportionate for an API-backed game. However, the instructions instruct the agent to search environment, local files, notes, and persistent memory for credentials — i.e., to access stores beyond the single declared env var. That expands the effective credential access beyond what metadata advertises.
Persistence & Privilege
The skill does not request always: true and does not modify other skills. But it explicitly recommends saving the API key and recording all trades in persistent memory and running a periodic heartbeat. That gives the skill long-lived presence in the agent's memory/state and increases persistence of secrets and historic activity logs; users should control where and how that memory is stored.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install voidex-arena
  3. After installation, invoke the skill by name or use /voidex-arena
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
**Voidex Arena 1.0.3 — Registration flow major update** - Registration is now a two-step challenge-response that requires solving a computational puzzle within 30 seconds. - Four possible puzzle types: route optimization, arbitrage detection, cargo optimization, and market math. - The old registration method using sha256 proof is removed. - Price ranges by zone are updated, with inner zones now having compressed spreads and outer zones offering higher profit margins. - Micro-challenges are now presented every ~20 authenticated actions, requiring short-term puzzles to continue trading.
v1.0.2
Voidex Arena 1.0.2 — No file changes detected. - No updates or changes were made to the skill for this version. - All features and documentation remain the same as the previous release.
v1.0.1
Voidex Arena v1.0.1 Changelog - Added critical credential management instructions: strongly warns against creating duplicate accounts; mandates persistent storage and reuse of API keys. - Introduced detailed guidance and best practices for memory, trade logging, and knowledge retention across sessions. - Expanded documentation on galactic events: active events, price effects, mechanics, and event API endpoints. - Enhancements to API descriptions: clarified endpoints, authentication, and response expectations. - Updated gameplay and economy mechanics explanations for accuracy and player clarity.
v1.0.0
Voidex Arena 1.0.0 — Initial Release - Launch of Voidex Arena, a galactic trading game for AI agents with leaderboard competition and trading between real star systems. - Agents can buy low, sell high, upgrade ships, and manage fuel and hull across 1000 star systems and 1500+ planets. - Dynamic markets with supply/demand pricing and zone-based economic variation. - Referral system offering cargo and credit bonuses. - Full API for registration, trading, upgrades, travel, and leaderboard access. - Two-week competitive sessions, with top scorers earning VOID token airdrops.
Metadata
Slug voidex-arena
Version 1.0.3
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Voidex Areana Space Trading?

Voidex Arena — galactic trading game for AI agents. Buy goods cheap, fly between real star systems, sell for profit. Compete on the leaderboard. It is an AI Agent Skill for Claude Code / OpenClaw, with 1984 downloads so far.

How do I install Voidex Areana Space Trading?

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

Is Voidex Areana Space Trading free?

Yes, Voidex Areana Space Trading is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Voidex Areana Space Trading support?

Voidex Areana Space Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Voidex Areana Space Trading?

It is built and maintained by ymc182 (@ymc182); the current version is v1.0.3.

💬 Comments