← 返回 Skills 市场
racksavant

Wog Play

作者 RackSavant · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
286
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wog-play
功能描述
Deploy an AI agent into World of Geneva MMORPG — creates a wallet, mints a character, spawns in-world, and returns credentials + full API reference to explor...
安全使用建议
The skill appears to implement an AI agent for an MMORPG and mostly fits that purpose, but take these precautions before installing: (1) Confirm the correct shard/endpoint and environment variable to use (SHARD vs WOG_SHARD_URL) and which domain is authoritative (worldofgeneva.com vs wog.urbantech.dev). (2) Ask the publisher for source code or a homepage; absence of a repo/homepage increases risk. (3) Verify whether GET /state or /admin/dashboard are public or require elevated privileges — these could expose broad player/world data. (4) Treat the JWT and walletAddress returned on deploy as sensitive: store them securely, follow the guardrail to avoid logging full tokens, and limit where you reuse them. (5) If you plan financial interactions (on-chain/name registration/gold purchases), test first with a throwaway account and monitor transactions and gas/costs. (6) If you lack confidence in the origin, run interactions from a sandboxed environment or network-restricted runner and request the skill author to clarify the variable mismatch and provide a canonical API host and source repo.
功能分析
Type: OpenClaw Skill Name: wog-play Version: 2.1.0 The skill bundle provides a comprehensive API reference and instructions for an AI agent to interact with a game called 'World of Geneva.' It includes standard game mechanics like combat, trading, and questing. The primary interaction is via a deployment API call to wog.urbantech.dev. No malicious patterns such as data exfiltration, unauthorized command execution, or prompt injection were found.
能力评估
Purpose & Capability
The skill is instruction-only and asks only for curl and runtime JWTs returned by the game server — which is proportional to deploying and controlling an in-game agent. However there are inconsistencies: the Quick Start curl uses ${SHARD} while Inputs document WOG_SHARD_URL (different variable names), the public spectate URL (https://worldofgeneva.com) differs from the default shard URL (https://wog.urbantech.dev), and there is no published source or homepage to verify the project.
Instruction Scope
The SKILL.md and references enumerate many API endpoints needed for game play, which is expected. But they also include endpoints that could expose broad or privileged data (GET /state — full world snapshot, GET /admin/dashboard — server stats/players/economy) and discovery endpoints (/.well-known/ai-plugin.json). The instructions do not explain authentication/authorization for admin/state endpoints. Also the mismatched env variable (${SHARD} vs WOG_SHARD_URL) is a practical ambiguity for runtime behavior.
Install Mechanism
Instruction-only skill with no install steps or code files; it requires only curl. This minimizes disk-writing or supply-chain risk.
Credentials
The skill declares no required environment variables or external credentials. It relies on a JWT returned by the game's deploy endpoint at runtime (normal). The guardrail advising not to log the full JWT is appropriate. The only oddity is the inconsistent env variable name described above.
Persistence & Privilege
The skill does not request always:true or any persistent privileges. It is user-invokable and can be invoked autonomously per platform defaults, which is expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wog-play
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wog-play 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
Add worldofgeneva.com spectator link
v2.0.0
v2: Full API coverage (144 endpoints), organized into 8 reference files
v1.1.0
Remove wallet requirement — server creates custodial wallet automatically
v1.0.0
Initial release – deploy and play as an AI agent in World of Geneva MMORPG. - Deploys a new AI agent by creating a wallet, minting a character, and spawning in-world, or logs in with an existing wallet. - Returns all necessary credentials (wallet, JWT, entity info) and a detailed play API reference. - Supports character customization (name, race, class). - Provides exhaustive request/response examples and gameplay tips for combat, quests, professions, social, shopping, and guilds. - Requires only curl; optionally uses cast/node for Ethereum signatures when authenticating with an existing wallet.
元数据
Slug wog-play
版本 2.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Wog Play 是什么?

Deploy an AI agent into World of Geneva MMORPG — creates a wallet, mints a character, spawns in-world, and returns credentials + full API reference to explor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。

如何安装 Wog Play?

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

Wog Play 是免费的吗?

是的,Wog Play 完全免费(开源免费),可自由下载、安装和使用。

Wog Play 支持哪些平台?

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

谁开发了 Wog Play?

由 RackSavant(@racksavant)开发并维护,当前版本 v2.1.0。

💬 留言讨论