← 返回 Skills 市场
stopachka

App Builder

作者 stopachka · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2939
总下载
2
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

App Builder

You have access to:

  • npx instant-cli
  • gh
  • vercel

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.md in the repo root; also read ~/apps/\x3Capp-name>/AGENTS.md if it exists.
  • For now, always push to main.
  • Every app must be:
    1. pushed to GitHub
    2. deployed on Vercel

Workflow: create a new app

  1. Pick an app folder name

    • Ensure ~/apps exists.
    • The project will end up at ~/apps/\x3Capp-name>.
  2. Create an Instant appId + token

    • Run:
      • npx instant-cli init-without-files
    • Capture the returned appId and token.
  3. Generate the Next.js app

    • Run this from inside ~/apps (because the command creates the project folder):
      • cd ~/apps
      • npx create-instant-app \x3Capp-name> --next --codex --app \x3CappId> --token \x3Ctoken>
  4. 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 --public if the user requests.
  5. Vercel: create/link project and deploy

    • From ~/apps/\x3Capp-name>:
      • vercel link (or vercel project add / vercel depending on prompts)
      • vercel --prod
  6. Implement requested changes

    • Use a coding agent (Codex CLI or equivalent) from within the app directory to make changes.
    • Prefer small, reviewable commits.
  7. Commit + push (main)

    • git add -A
    • git commit -m "\x3Cclear message>"
    • git push -u origin main
  8. Deploy update

    • vercel --prod

Workflow: edit an existing app

  1. cd ~/apps/\x3Capp-name>
  2. Read relevant AGENTS.md.
  3. Pull latest:
    • git checkout main && git pull
  4. Make changes via coding agent / normal edits.
  5. Test/build as appropriate.
  6. Commit + push to main.
  7. 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-app created the repo + remote already, do not re-create it—just ensure origin exists and main is 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.

安全使用建议
This skill appears coherent for building and deploying Instant-backed apps, but it will operate with whatever GitHub/Vercel CLI logins and local files (including .env) are available. Before enabling: 1) ensure you want an agent to create repos, commit code, and push to main on your behalf; 2) prefer using test repositories or limited-permission accounts if you don't want the agent to affect production repos; 3) review any .env values before allowing the agent to push them to Vercel (they may contain sensitive secrets); 4) confirm you are comfortable with the agent using your gh/vercel CLI sessions (it will prompt you if it cannot access them). If any of these are unacceptable, do not enable the skill or restrict the agent to a sandboxed account/repo.
功能分析
Type: OpenClaw Skill Name: app-builder Version: 1.0.0 The skill is classified as suspicious due to its explicit instruction in `SKILL.md` to read the local `.env` file and push its contents to Vercel. While this action is a common and often necessary step for deploying applications, it grants the AI agent access to potentially sensitive environment variables (e.g., API keys, database credentials). This represents a high-risk capability that, if subverted or if the agent were compromised, could lead to data exposure or exfiltration, even though the stated intent is legitimate deployment to Vercel.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md describes generating an Instant app, creating a GitHub repo, and deploying to Vercel using npx instant-cli, gh, and vercel. The skill does not request unrelated binaries or credentials in its metadata; the workflows it prescribes align with the stated purpose.
Instruction Scope
Instructions direct the agent to read repo-level AGENTS.md files and local project files under ~/apps, create and capture an Instant app token/appId, run CLIs, commit/push to GitHub, and push env vars from a local .env to Vercel. Reading project files and .env is expected for development, but .env may contain unrelated secrets — users should be aware the agent will be instructed to read and push those values to Vercel.
Install Mechanism
This is instruction-only with no install spec and no code files, so nothing is downloaded or written by the skill itself. Risk from install mechanism is low.
Credentials
The skill does not declare required env vars or credentials, but its workflow requires active CLI authentication to GitHub and Vercel and the creation/handling of an Instant token. This is proportionate to its purpose; however, the skill will operate using whichever user credentials are present (CLI login), so users should confirm they want the agent to use those accounts and push to the target repos.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It directs normal developer operations within project directories and does not demand broader system changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install app-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /app-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the app-builder skill. - Build, edit, and deploy Instant-backed apps using npx instant-cli, create-instant-app (Next.js + Codex), GitHub CLI, and Vercel. - Enforces a workflow for new and existing app projects under ~/apps, covering GitHub repository creation, Vercel deployment, and environment variable management. - Provides clear, step-by-step instructions for project creation, editing, and deployment. - Includes guidance for communicating progress to the user and handling missing tools or logins. - Establishes best practices and guardrails for project structure and version control.
元数据
Slug app-builder
版本 1.0.0
许可证
累计安装 12
当前安装数 11
历史版本数 1
常见问题

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。

💬 留言讨论