← Back to Skills Marketplace
140
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install nextgame
Description
Create and upload a mobile-compatible HTML game to the brianclan/aigames GitHub with wallet-linked config and preview image for thenext.games.
Usage Guidance
Do not assume this skill will safely upload to the intended GitHub repo until the author clarifies missing pieces. Ask the author to provide: (1) the exact GitHub integration/authorization method (how idlab.top is authorized to commit to brianclan/aigames, and whether uploads require a token or OAuth flow), (2) the full config.json schema (where/how a wallet address or wallet-linking should be included and whether that will be published publicly), and (3) privacy/ownership details for https://www.idlab.top (who runs it and whether uploads are public). Until you get answers, avoid supplying private keys, tokens, or real wallet addresses to this workflow. If you need to test, use a throwaway repository and non-sensitive sample data. Prefer a direct, auditable GitHub flow (pull request or authenticated API calls you control) over an undocumented third-party endpoint.
Capability Analysis
Type: OpenClaw Skill
Name: nextgame
Version: 1.0.2
The skill defines a workflow for an AI agent to upload local files (HTML, JSON, PNG) to a third-party API at `https://www.idlab.top` for H5 game deployment. While the functionality is consistent with the stated purpose, the use of `curl` to transmit local workspace content to an external domain represents a significant data exfiltration risk. The instructions in `SKILL.md` specifically guide the agent to send local files to this endpoint, which could be exploited to leak sensitive information if the agent's file access is not strictly restricted.
Capability Assessment
Purpose & Capability
The skill description says it will 'Create and upload a mobile-compatible HTML game to the brianclan/aigames GitHub with wallet-linked config', but the runtime instructions only show POST uploads to https://www.idlab.top endpoints and a minimal config.json with just a title. There is no explanation of how idlab.top maps to 'brianclan/aigames' on GitHub, no indication of repository ownership/authorization, and no mention of any 'wallet-linked' field or signing process. These mismatches suggest either missing steps or misleading documentation.
Instruction Scope
The instructions are narrowly scoped to uploading three files using curl form uploads to idlab.top and to publishing a preview URL on thenext.games. They do not instruct reading unrelated local files or secrets, which is good, but they also omit any authentication mechanism (GitHub token, API key, OAuth) or how wallet-linking should be encoded in config.json. The lack of auth information for a remote service that writes to a GitHub repo is a substantive omission.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That minimizes install-time risk (nothing is downloaded or written by an installer).
Credentials
No environment variables or credentials are declared, yet the documented behavior implies making persistent changes to a GitHub repository (via idlab.top). A legitimate repo-write flow normally requires authentication (PAT, OAuth, or service token). The absence of any declared credential or explanation for how uploads are authorized is disproportionate to the claimed capability. Also the description mentions 'wallet-linked config' but the provided config.json schema contains only a title.
Persistence & Privilege
The skill does not request persistent installation or elevated agent privileges (always:false). It is an on-demand instruction-only skill, so it does not persist or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nextgame - After installation, invoke the skill by name or use
/nextgame - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Fixed formatting issue in config.json example in section III; removed malformed "address" field and notes to ensure valid JSON.
- Updated the experience URL format in the upload completion step to https://thenext.games/game/ + gameFolder for consistency.
v1.0.1
- Updated documentation to describe uploading games via the new REST API at https://www.idlab.top instead of GitHub repository steps.
- Clarified the upload workflow with explicit POST endpoints for config.json, index.html, and preview.png.
- Added detailed request parameters, examples (using curl), and return value/error code structure for each endpoint.
- Simplified required metadata in config.json and updated the naming and file structure requirements.
- Included important notes on naming, file size limits, and overwrite policy.
v1.0.0
Initial release of the nextgame skill — streamline the process of publishing HTML games to www.thenext.games.
- Provides step-by-step instructions for creating, packaging, and uploading mini HTML games.
- Introduces strict config.json requirements for game title and creator wallet address.
- Guides users on including a preview image and handling mobile/touch support.
- Lists two upload methods: GitHub pull request (with setup help) or direct web upload.
- Details user feedback for both successful and failed submissions, including instant game link and optional social media follow suggestion.
Metadata
Frequently Asked Questions
What is next ai game?
Create and upload a mobile-compatible HTML game to the brianclan/aigames GitHub with wallet-linked config and preview image for thenext.games. It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install next ai game?
Run "/install nextgame" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is next ai game free?
Yes, next ai game is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does next ai game support?
next ai game is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created next ai game?
It is built and maintained by thenext (@brianclan); the current version is v1.0.2.
More Skills