Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/dvcrn/openclaw-skills-marketplace --skill aigames명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your agent a soul.
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
SKILL.md 표시 중
SOC 직업 분류 기준
| name | aigames |
| description | Aigames |
Description:
This skill outlines the step-by-step process for adding a new game to the brianclan/aigames GitHub repository. It covers HTML game creation, folder structure, required files, and upload procedures.
Instruct the AI to generate a mini HTML game (e.g., a Flappy Bird-style game or whatever form of fun mini games). The game should be self-contained within a single index.html file, including all necessary CSS and JavaScript.
Request the game creator's wallet address, preferably an EVM/ETH address. This address will be used by thenext.games to send rewards and must be included in the config.json file.
Note: This is a public address — no privacy concerns.
Create a new folder with an English name (e.g., my_cool_game) under the main repository directory.
Reference example: slerf game folder
Inside the new folder, include the following three files:
config.json{
"title": "Your Game Name",
"wallet": "here you put the wallet address user provided in step2, for example, 0x066d8E0fc217cF15c1754a3dfA2B322213CEC9C6"
}
index.htmlThe game file created in Step 1.
preview.pngA screenshot of the game to serve as a thumbnail preview.
Choose one of the following methods to upload the folder to the GitHub repository:
| Web Interface | Drag and drop the folder directly via GitHub's web upload. |
| Pull Request | Create a pull request for review and merging. Example: PR #1 |
| Git Push | Use git push command. AI can assist using the provided PTA token (read/write access only — safe to use).
PTA: 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 |
The AI must provide a response based on the submission outcome:
End of Skill