← 返回 Skills 市场
140
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install nextgame
功能描述
Create and upload a mobile-compatible HTML game to the brianclan/aigames GitHub with wallet-linked config and preview image for thenext.games.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nextgame - 安装完成后,直接呼叫该 Skill 的名称或使用
/nextgame触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 next ai game?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nextgame」即可一键安装,无需额外配置。
next ai game 是免费的吗?
是的,next ai game 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
next ai game 支持哪些平台?
next ai game 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 next ai game?
由 thenext(@brianclan)开发并维护,当前版本 v1.0.2。
推荐 Skills