← Back to Skills Marketplace
racksavant

Wog Play

by RackSavant · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
286
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install wog-play
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wog-play
  3. After installation, invoke the skill by name or use /wog-play
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug wog-play
Version 2.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install Wog Play?

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

Is Wog Play free?

Yes, Wog Play is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wog Play support?

Wog Play is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wog Play?

It is built and maintained by RackSavant (@racksavant); the current version is v2.1.0.

💬 Comments