什么是 develop-web-game?
当 Codex 在网页游戏 (HTML/JS) 上构建或迭代并需要可靠的开发 + 测试循环时使用:实施小的更改、运行具有短输入突发和有意暂停的基于 Playwright 的测试脚本、检查屏幕截图/文本以及使用 render_game_to_text 检查控制台错误。 来源:netease-youdao/lobsterai。
当 Codex 在网页游戏 (HTML/JS) 上构建或迭代并需要可靠的开发 + 测试循环时使用:实施小的更改、运行具有短输入突发和有意暂停的基于 Playwright 的测试脚本、检查屏幕截图/文本以及使用 render_game_to_text 检查控制台错误。
通过命令行快速安装 develop-web-game AI 技能到你的开发环境
来源:netease-youdao/lobsterai。
Build games in small steps and validate every change. Treat each iteration as: implement → act → pause → observe → adjust.
Installed skills resolve from $LOBSTERAISKILLSROOT / $SKILLSROOT (production default: app userData/SKILLs, macOS usually /Library/Application Support/LobsterAI/SKILLs).
Examples of important interactions: move, jump, shoot/attack, interact/use, select/confirm/cancel in menus, pause/resume, restart, and any special abilities or puzzle actions defined by the request. Multi-step examples: shooting an enemy should reduce its health; when health reaches 0 it should disappear and update the score; collecting a key should unlock a door and allow level progression.
当 Codex 在网页游戏 (HTML/JS) 上构建或迭代并需要可靠的开发 + 测试循环时使用:实施小的更改、运行具有短输入突发和有意暂停的基于 Playwright 的测试脚本、检查屏幕截图/文本以及使用 render_game_to_text 检查控制台错误。 来源:netease-youdao/lobsterai。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/netease-youdao/lobsterai --skill develop-web-game当 Codex 在网页游戏 (HTML/JS) 上构建或迭代并需要可靠的开发 + 测试循环时使用:实施小的更改、运行具有短输入突发和有意暂停的基于 Playwright 的测试脚本、检查屏幕截图/文本以及使用 render_game_to_text 检查控制台错误。 来源:netease-youdao/lobsterai。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/netease-youdao/lobsterai --skill develop-web-game 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/netease-youdao/lobsterai