← Back to Skills Marketplace
limingfa

Prototype Generator

by fzx · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
659
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install prototype-generator
Description
Generates admin/list prototypes from requirements. Supports mountListPage-style frameworks (e.g. kfk-mock-ui), standalone HTML, or project-specific setups. U...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prototype-generator
  3. After installation, invoke the skill by name or use /prototype-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug prototype-generator
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Prototype Generator?

Generates admin/list prototypes from requirements. Supports mountListPage-style frameworks (e.g. kfk-mock-ui), standalone HTML, or project-specific setups. U... It is an AI Agent Skill for Claude Code / OpenClaw, with 659 downloads so far.

How do I install Prototype Generator?

Run "/install prototype-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Prototype Generator free?

Yes, Prototype Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Prototype Generator support?

Prototype Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Prototype Generator?

It is built and maintained by fzx (@limingfa); the current version is v1.0.0.

💬 Comments