aivi-game-skill
Installation
SKILL.md
What I do
- Connect OpenClaw to Aivi through a remote MCP server.
- Provide a repeatable workflow to login, create/list projects, run commands asynchronously, poll results, get preview URLs / share links, and read/write/search files.
Important: develop on Vibe Coding (not locally)
When you load this skill, you should follow the workflow below to develop the mini-game inside the Vibe Coding workspace via MCP tools:
- Use
aivi.vibe_projects_createto create the project container. - Use
aivi.aivi_file_*andaivi.aivi_*_searchtools to edit/search files in the remote workspace. - Use
aivi.vibe_cmd_runonly for short, controlled commands.
Do not switch to your local environment for implementation (no local installs/builds as the primary dev loop). The source of truth is the remote project workspace and the preview link.