← 返回 Skills 市场
Web Builder
作者
CHINMAYA GARNAIK
· GitHub ↗
· v1.0.0
324
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install webappbuilder
功能描述
Build full-stack applications after collecting project requirements. Use when user says Neo App Mode, asks to build/create/scaffold a new app, or wants React...
安全使用建议
This skill appears to do what it says: it scaffolds a local React + Node + Mongo app. Before running: 1) confirm the correct script path in your environment (SKILL.md path differs from the package path), 2) run the script from a safe working directory to avoid overwriting important files (it creates apps/<project-name> by default), 3) review and replace insecure defaults in the generated .env (especially JWT_SECRET and DB URI) before running the app in production, and 4) inspect the generated package.json and code if you need custom dependencies or stricter security (input validation, rate-limiting, CORS policies). If you want extra assurance, open the script and a few generated files locally and run them in an isolated environment or container first.
功能分析
Type: OpenClaw Skill
Name: webappbuilder
Version: 1.0.0
The skill bundle is a legitimate application scaffolder for a React/Vite/Tailwind frontend and a Node/Express/MongoDB backend. The primary component is a bash script (scripts/scaffold_neo_app.sh) that generates standard boilerplate code for a full-stack application, including JWT authentication and basic CRUD operations. No evidence of data exfiltration, backdoors, or malicious intent was found in the code or the agent instructions (SKILL.md).
能力评估
Purpose & Capability
Name/description (Neo App Mode / build full-stack apps) match the included assets: SKILL.md collects requirements and the shell script scaffolds a frontend and backend with the described stack and structure. The requested files and generated package.json values are proportionate to a scaffolding task.
Instruction Scope
Instructions direct the agent to run a local shell script to create project files and to collect requirements first — appropriate. Minor problems: SKILL.md calls the script at 'skills/neo-app-mode/scripts/scaffold_neo_app.sh' but the provided script path in the package is 'scripts/scaffold_neo_app.sh' (path mismatch). Also the generated .env.example contains a weak default JWT_SECRET ('change_me') which is a security/usability note for users of the scaffolded app.
Install Mechanism
No install spec; this is an instruction-only skill that includes a local scaffolding script. Nothing is downloaded or written outside the scaffold target directory by the script itself.
Credentials
The skill does not require environment variables or credentials to run. The generated application relies on runtime env vars (MONGODB_URI, JWT_SECRET) and includes .env.example with defaults — those are expected for a scaffold but you should replace defaults (notably JWT_SECRET) before deploying.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. The script writes files only under the specified apps/<name> path; it does not modify other skills or system configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webappbuilder - 安装完成后,直接呼叫该 Skill 的名称或使用
/webappbuilder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Build full-stack applications after collecting project requirements. Use when user says Neo App Mode, asks to build/create/scaffold a new app, or wants React+Vite+Tailwind frontend with Node/Express/MongoDB backend using MVC architecture.
元数据
常见问题
Web Builder 是什么?
Build full-stack applications after collecting project requirements. Use when user says Neo App Mode, asks to build/create/scaffold a new app, or wants React... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Web Builder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webappbuilder」即可一键安装,无需额外配置。
Web Builder 是免费的吗?
是的,Web Builder 完全免费(开源免费),可自由下载、安装和使用。
Web Builder 支持哪些平台?
Web Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Builder?
由 CHINMAYA GARNAIK(@chinmayagit)开发并维护,当前版本 v1.0.0。
推荐 Skills