Skip to main content

OpenGame pSEO migration

OpenClaw-ready game generation API

Wire OpenClaw / Clauwbot / Moltbook agents to AI Game Generator using API keys and a simple analyze → generate flow. Route to GLM, DeepSeek, or OpenAI (GPT-5.5 configurable).

Traffic proof

Audited migration evidence

GSC clicks15
GA users8
Plausible visitors17

These figures are historical, path-level evidence for the original URL across GSC, GA, and Plausible. They are not separate traffic totals for each locale. The page is included because the original path showed real demand.

Why it works

Turn a search intent into a playable game direction

API key authentication

Use x-api-key or Authorization: Bearer for all tool calls.

Analyze → generate pipeline

Intent analysis returns enhancedPrompt, then generate produces HTML5 code.

Single-file HTML5 output

Game output is a complete HTML file you can store or deploy.

Workflow

A compact process for building browser-game drafts

Step 1

Step 1

Create an API key in Settings → API Keys.

Step 2

Step 2

Call /api/game/analyze-intent with the user prompt to get enhancedPrompt.

Step 3

Step 3

Call /api/game/generate with enhancedPrompt to produce HTML5 code.

Step 4

Step 4

Store the HTML output, preview, and publish when ready.

Minutes to first play

Aim for a playable draft before polishing.

3-5 testers

Use small playtests to catch unclear goals.

HTML5 preview

Share a browser build without installation friction.

Next paths

Keep building with the generator, Studio, and playable games

FAQ

Fast answers before you build

Do I need OpenClaw to use the API?

No. Any HTTP client works, but the tool format is designed to drop into OpenClaw agents.

Which endpoints should my agent call?

Use /api/game/analyze-intent first, then /api/game/generate for the HTML5 output.

How are credits handled?

API calls use the same credits as the dashboard. Make sure your API key belongs to a paid account.

Build the next playable draft

Use OpenGame Studio to turn the page intent into a focused HTML5 game prototype.

Create API key