← 返回 Skills 市场
limingfa

Prototype Generator

作者 fzx · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
659
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install prototype-generator
功能描述
Generates admin/list prototypes from requirements. Supports mountListPage-style frameworks (e.g. kfk-mock-ui), standalone HTML, or project-specific setups. U...
安全使用建议
This skill will read files in your project folder to detect framework style and will create/modify files (menu.js, view_*.html, mock-ui.js, optional sql/*.sql or standalone HTML). That behavior is expected, but: (1) run it only in a workspace you control or back up the repo first to avoid unintended overwrites; (2) review generated code before deploying — prototypes may include simplistic mock data and lack security hardening; (3) the skill has no external installs or credential access, so no secrets are required, but confirm the agent asks clarifying questions about output paths/framework preferences before making changes.
功能分析
Type: OpenClaw Skill Name: prototype-generator Version: 1.0.0 The skill is a legitimate tool for generating administrative UI prototypes (lists, forms, menus) based on user requirements. It supports different output modes, such as standalone HTML or integration with specific frameworks like 'kfk-mock-ui', and includes logic for inferring data types and UI components. No malicious code, data exfiltration, or harmful prompt injection instructions were found in SKILL.md or the metadata files.
能力评估
Purpose & Capability
Name/description match the runtime instructions: detecting project files and producing menu/view/mock files or standalone HTML is consistent with generating admin/list prototypes. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md instructs the agent to scan the project workspace (look for kfk-mock-ui.js, KFK.mountListPage, kfk-admin.css, etc.), infer fields, and write generated files (menu.js, view_*.html, mock-ui.js, optional sql/*.sql). This is expected for source-aware code generation, but it means the agent will read repository files and write new files (possibly overwriting). Confirm backup/permission expectations with the user before running.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. No code is written to disk by an installer step beyond the agent performing generation as described.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not reference secrets or unrelated environment variables — requested access is proportional to its purpose.
Persistence & Privilege
always:false and user-invocable; the skill does not request persistent platform privileges or modification of other skills. It will create files within the project scope as part of its function, which is appropriate for a generator.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install prototype-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /prototype-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug prototype-generator
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Prototype Generator 是什么?

Generates admin/list prototypes from requirements. Supports mountListPage-style frameworks (e.g. kfk-mock-ui), standalone HTML, or project-specific setups. U... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 659 次。

如何安装 Prototype Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install prototype-generator」即可一键安装,无需额外配置。

Prototype Generator 是免费的吗?

是的,Prototype Generator 完全免费(开源免费),可自由下载、安装和使用。

Prototype Generator 支持哪些平台?

Prototype Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Prototype Generator?

由 fzx(@limingfa)开发并维护,当前版本 v1.0.0。

💬 留言讨论