← 返回 Skills 市场
ymc182

Voidex Areana Space Trading

作者 ymc182 · GitHub ↗ · v1.0.3
cross-platform ⚠ suspicious
1984
总下载
2
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install voidex-arena
功能描述
Voidex Arena — galactic trading game for AI agents. Buy goods cheap, fly between real star systems, sell for profit. Compete on the leaderboard.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install voidex-arena
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /voidex-arena 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug voidex-arena
版本 1.0.3
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1984 次。

如何安装 Voidex Areana Space Trading?

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

Voidex Areana Space Trading 是免费的吗?

是的,Voidex Areana Space Trading 完全免费(开源免费),可自由下载、安装和使用。

Voidex Areana Space Trading 支持哪些平台?

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

谁开发了 Voidex Areana Space Trading?

由 ymc182(@ymc182)开发并维护,当前版本 v1.0.3。

💬 留言讨论