App Builder
Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Cod
- Rating
- 5 (338 reviews)
- Downloads
- 1,232 downloads
- Version
- 1.0.0
Overview
Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Codex), GitHub.
Complete Documentation
View Source →
App Builder
You have access to:
npx instant-clighvercel
All apps live in: ~/apps
Ground rules
- Always create/edit projects in
~/apps/. - Before making changes, read
AGENTS.mdin the repo root; also read~/apps/if it exists./AGENTS.md - For now, always push to
main. - Every app must be:
Workflow: create a new app
- Pick an app folder name
- Ensure
~/appsexists. - The project will end up at
~/apps/. - Create an Instant appId + token
- Run:
npx instant-cli init-without-files- Capture the returned
appIdandtoken. - Generate the Next.js app
- Run this from inside
~/apps(because the command creates the project folder): cd ~/appsnpx create-instant-app--next --codex --app --token - Initialise git + GitHub repo (if needed)
- From
~/apps/: git init(if not already)git add -A && git commit -m "Init"(if needed)gh repo create--private --source . --remote origin --push - Use
--publicif the user requests. - Vercel: create/link project and deploy
- From
~/apps/: vercel link(orvercel project add/verceldepending on prompts)vercel --prod- 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 "" git push -u origin main- Deploy update
vercel --prod
Workflow: edit an existing app
cd ~/apps/- 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.
Installation
openclaw install app-builder
Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.