oasis7

Configure, start, validate, and debug a local OpenClaw gameplay session.

13|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/eng-cc/oasis7 --skill oasis7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oasis7
Source: https://github.com/eng-cc/oasis7/tree/main/.agents/skills/oasis7
Command: npx skills add https://github.com/eng-cc/oasis7 --skill oasis7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python, tar, unzip, and includes scripts (resource) and references (resource) components.

What problem does it solve?

oasis7 provides an end-to-end workflow to configure, start, validate, and debug a real local OpenClaw gameplay path, including bundling a game release, bootstrapping a lightweight runtime agent, and launching the local bridge and world game launcher for parity testing.

Core Features & Use Cases

  • Download and install a GitHub Release game bundle for oasis7.
  • Bootstrap the lightweight OpenClaw runtime agent and local bridge.
  • Launch world_game_launcher and probe openclaw_local_http for real-play parity smoke.
  • Supports both bundle-first and repo-backed development flows for OpenClaw NPC behavior.

Quick Start

Download the latest oasis7 release bundle, install the lightweight runtime agent, start the bridge, and launch the world_game_launcher to begin real-play testing.

Frequently Asked Questions about oasis7

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a real OpenClaw gameplay session locally for parity testing?

To run a real OpenClaw gameplay session locally, you download the GitHub release bundle, install the lightweight runtime agent, start the local bridge, and launch the world_game_launcher to execute parity smoke tests for NPC behavior.

What is OpenClaw local bridge used for in NPC behavior testing?

The OpenClaw local bridge connects the lightweight runtime agent to the world_game_launcher, enabling real-play parity smoke testing for NPC behavior by probing the openclaw_local_http endpoint during a local gameplay session.

Do I need curl and python to install the OpenClaw runtime agent?

Yes, installing the OpenClaw runtime agent and running the gameplay workflow requires curl, python, tar, and unzip as dependencies to download, extract, and execute the release bundle and configuration scripts.

Can I use a repo-backed development flow instead of a release bundle for OpenClaw?

Yes, OpenClaw supports both bundle-first and repo-backed development flows, allowing you to configure and start real-play local gameplay sessions directly from source code or downloaded release bundles.

What's the best way to debug OpenClaw NPC behavior during a local gameplay session?

The best way to debug OpenClaw NPC behavior is by running a parity smoke test through the local bridge and probing the openclaw_local_http endpoint to validate real-play behavior locally.

Why does the OpenClaw world_game_launcher fail to start during parity smoke?

The world_game_launcher may fail if the local bridge is not started, the runtime agent is missing, or dependencies like python and curl are not installed, preventing the OpenClaw gameplay session from initializing.