← 返回 Skills 市场
320
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install project-generator
功能描述
Generate full-stack Java Spring Boot and Vue projects from requirements with mandatory, guided tech stack selection including database, API, auth, and UI.
安全使用建议
This package looks like a legitimate Java+Vue project generator, but take precautions before installing or running it: (1) Review the full Python scripts (scripts/generate-*.py) to confirm they only write local files and do not make network calls or execute unknown subprocesses. (2) The skill bundle includes Python generators but the metadata doesn't declare python3 as a required binary — ensure your agent/runtime will run them intentionally and in a controlled environment. (3) Generated configs and docker-compose files embed weak defaults (e.g., DB user=root, password=password, exposed ports) — replace these before deploying. (4) Test generation inside an isolated container or sandbox, and inspect outputs before using them in production. (5) If you want to allow the agent to run this autonomously, consider restricting that capability or reviewing logs, since autonomous invocation plus code execution increases risk.
功能分析
Type: OpenClaw Skill
Name: project-generator
Version: 1.0.0
The project-generator skill is a legitimate tool designed to scaffold full-stack Java (Spring Boot) and Vue.js applications. The Python scripts (generate-backend.py, generate-frontend.py) perform standard string templating and file generation based on user-selected configurations. The instructions in SKILL.md use strong language ('MANDATORY') to enforce a specific interactive workflow for tech stack selection, which is consistent with its stated purpose and does not exhibit malicious prompt injection characteristics. No indicators of data exfiltration, unauthorized execution, or persistence were found.
能力评估
Purpose & Capability
Name, description, SKILL.md, templates and generator scripts all align with a Java Spring Boot + Vue project generator. The code and assets included (pom/build files, docker-compose, frontend package files, generator scripts) are appropriate for the stated capability. Minor inconsistency: the skill includes runnable Python scripts but the package metadata does not declare any required runtime binary (e.g., python3) or explain how the agent will execute them.
Instruction Scope
SKILL.md stays within scope: it instructs collecting requirements and forcing explicit tech-stack selection, then generating project scaffolding. The instructions do not ask the agent to read unrelated system files or external credentials. Note: templates and generated configs include hard-coded default DB credentials (e.g., username 'root', password 'password') and default ports which are convenient for bootstrapping but unsafe for production.
Install Mechanism
No install spec (good from supply-chain perspective) and no external downloads. However, the skill bundle contains Python scripts intended to be executed at runtime but the skill metadata does not declare required binaries or runtime (python3). That mismatch can cause surprising failures or lead integrators to run the scripts without realizing their effects. There are no obfuscated or remote-download steps in the provided files.
Credentials
The skill requests no environment variables or external credentials — consistent with a local code generator. However, generated artifacts (application.yml, docker-compose) put plain default credentials into generated projects and environment stanzas. While not a direct credential request by the skill, these defaults are insecure and could lead to accidental exposure if used in production without modification.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false) and does not declare modifications to other skill configs. It appears to be an on-demand generator; autonomous invocation is allowed by platform defaults but there are no additional privilege escalations requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
输入“项目创建”使用技能,可以直接文字描述需求或指定需求文档路径,之后会出现技术栈搭配选择,选择自己合适的技术栈完成项目创建。
元数据
常见问题
java&vue代码生成 是什么?
Generate full-stack Java Spring Boot and Vue projects from requirements with mandatory, guided tech stack selection including database, API, auth, and UI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。
如何安装 java&vue代码生成?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-generator」即可一键安装,无需额外配置。
java&vue代码生成 是免费的吗?
是的,java&vue代码生成 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
java&vue代码生成 支持哪些平台?
java&vue代码生成 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 java&vue代码生成?
由 小明(@smallest-ming)开发并维护,当前版本 v1.0.0。
推荐 Skills