/install app-builder
App Builder
You have access to:
npx instant-clighvercel
If you use these tools, and find out that you don't have them or are not logged in, prompt the user to install them and log in.
All apps live in: ~/apps
Ground rules
- Always create/edit projects in
~/apps/\x3Capp-name>. - Before making changes, read
AGENTS.mdin the repo root; also read~/apps/\x3Capp-name>/AGENTS.mdif it exists. - For now, always push to
main. - Every app must be:
- pushed to GitHub
- deployed on Vercel
Workflow: create a new app
-
Pick an app folder name
- Ensure
~/appsexists. - The project will end up at
~/apps/\x3Capp-name>.
- Ensure
-
Create an Instant appId + token
- Run:
npx instant-cli init-without-files
- Capture the returned
appIdandtoken.
- Run:
-
Generate the Next.js app
- Run this from inside
~/apps(because the command creates the project folder):cd ~/appsnpx create-instant-app \x3Capp-name> --next --codex --app \x3CappId> --token \x3Ctoken>
- Run this from inside
-
Initialise git + GitHub repo (if needed)
- From
~/apps/\x3Capp-name>:git init(if not already)git add -A && git commit -m "Init"(if needed)gh repo create \x3Crepo-name> --private --source . --remote origin --push- Use
--publicif the user requests.
- Use
- From
-
Vercel: create/link project and deploy
- From
~/apps/\x3Capp-name>:vercel link(orvercel project add/verceldepending on prompts)vercel --prod
- From
-
Implement requested changes
- Use a coding agent (Codex CLI or equivalent) from within the app directory to make changes.
- Prefer small, reviewable commits.
-
Commit + push (main)
git add -Agit commit -m "\x3Cclear message>"git push -u origin main
-
Deploy update
vercel --prod
Workflow: edit an existing app
cd ~/apps/\x3Capp-name>- Read relevant
AGENTS.md. - Pull latest:
git checkout main && git pull
- Make changes via coding agent / normal edits.
- Test/build as appropriate.
- Commit + push to
main. - Deploy to Vercel (
vercel --prod).
Environment variables (.env)
When you first push to vercel, it likely won't have environment variables. Use the CLI to push the environment variables you do have in the local .env file.
Notes / guardrails
- If
create-instant-appcreated the repo + remote already, do not re-create it—just ensureoriginexists andmainis pushed. - If Vercel is already linked, do not re-link—just deploy.
Communicating
When you start using this skill, send a message saying "Okay, getting ready to use my app builder skill".
Then send period updates as you make progress. Building an app takes a while. Make it fun for the user.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install app-builder - 安装完成后,直接呼叫该 Skill 的名称或使用
/app-builder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
App Builder 是什么?
Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Codex), GitHub (gh), and Vercel (vercel). Use when asked to create a new app, modify an existing app, fix bugs, add features, or deploy/update an app. Projects live under ~/apps; always work inside the relevant app folder. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2939 次。
如何安装 App Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install app-builder」即可一键安装,无需额外配置。
App Builder 是免费的吗?
是的,App Builder 完全免费(开源免费),可自由下载、安装和使用。
App Builder 支持哪些平台?
App Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 App Builder?
由 stopachka(@stopachka)开发并维护,当前版本 v1.0.0。