← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pangea-prototype
Description
快速生成基于 Arco Design Vue + Pangea 3 Linear 主题的完整前端原型工程,可直接 npm install && npm run dev 运行,用于需求对齐和演示。全部使用 mock 数据,不生成后端代码。当用户提到"生成原型"、"做个 demo"、"快速出个页面"、"需求对齐"、"...
Usage Guidance
This skill appears to do what it says: it copies a local template into a target folder and runs npm install so you can run the dev server. Before running: 1) verify the target directory (default is <cwd>/.pangea-prototype or whatever you pass) because files will be written there; 2) inspect template-project/package.json and the template files if you want to review dependencies before npm install; 3) be aware npm install will fetch packages from the public registry (normal but a supply‑chain/network action); 4) note the SKILL.md mentions Figma integration and auto‑opening the browser, but no Figma integration or auto‑open is implemented — if you need Figma imports or automatic browser opening, plan for additional steps or credentials. If you want extra assurance, run the init script in an isolated environment (container or throwaway folder) to review the generated project before using it in production workspaces.
Capability Analysis
Type: OpenClaw Skill
Name: pangea-prototype
Version: 1.0.2
The skill bundle is a legitimate frontend prototype generator for Vue 3 and Arco Design. It uses a shell script (init-workspace.sh) to set up a local development environment and install standard UI dependencies via npm, which is consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the code or documentation.
Capability Assessment
Purpose & Capability
The skill claims to generate frontend prototypes and includes a complete template-project plus a script to initialize a workspace and run npm dev — which is exactly what you'd expect. The files (template package.json, vite config, types, layout docs, and an init script) are proportionate to the stated purpose.
Instruction Scope
SKILL.md stays largely within the prototype-generation scope (read layout template, write views/layout/router/types, run init script, start dev server). Minor inconsistencies: it says it will 'prioritize Figma design flow if a Figma node or URL is provided' but there is no code or declared env var to integrate with Figma; it also states it will 'open browser' after starting dev server but the supplied init script only runs npm install and does not start or open a browser. These are scope mismatches (documented behavior not implemented), not evidence of exfiltration.
Install Mechanism
There is no formal install spec (instruction-only skill), which is low risk. The included script runs npm install in the target workspace, pulling packages from the public npm registry per template package.json. This is expected for a JS template, but it does imply network activity and reliance on third‑party packages (supply‑chain risk). No downloads from arbitrary URLs or extract steps are present.
Credentials
The skill declares no required environment variables or credentials (appropriate for a local prototype generator). However, the SKILL.md mentions an optional Figma flow (which would typically require a Figma token) but does not declare any env var or provide integration code — a mismatch to be aware of. Otherwise there are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill is user-invocable. The init script writes files into the specified target directory (default .pangea-prototype) and may create node_modules there; this is expected and limited to the target workspace. The skill does not request system-wide changes or modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pangea-prototype - After installation, invoke the skill by name or use
/pangea-prototype - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
No user-facing changes in this version.
- Version bumped to 1.0.2 with no file changes detected.
v1.0.1
**重大变更:切换为基于预装模板工程的“极速原型”模式,只生成必要页面文件,极大提升原型生成与预览速度。**
- 新增 `template-project/` 目录,内含完整 Vite + Vue 3 + Arco Design + Pangea 主题的原型模板工程。
- 引入 `scripts/init-workspace.sh` 脚本,自动初始化工作区及依赖,首次生成自动安装依赖,后续增量更新页面。
- 生成原型时,仅写入/替换页面相关文件(如 `src/views/`、`src/layouts/MainLayout.vue`、`src/router/index.ts`、`src/types/arco-iconbox.d.ts`)。
- 固定工程文件(`package.json`、`vite.config.ts` 等)无需每次生成,统一由模板工程维护。
- 原型生成速度极大提升,实现用户触发后1秒内可浏览预览效果。
- 文档与使用说明同步
v1.0.0
Pangea Prototype 1.0.0 — Generate ready-to-run front-end prototypes with Arco Design Vue and Pangea 3 Linear themes.
- Quickly scaffolds a full Vite + Vue 3 project using Arco Design Vue and Pangea 3 Linear themes with mock data only; no backend or API code.
- Generates complete run-ready structure: includes MainLayout, App.vue, routing, and type definitions for icons.
- Strictly separates layout and page content: all pages are placed inside a standard MainLayout per real-world product architecture.
- Automatically configures system name, header tabs, and menu items in MainLayout based on user scenario.
- Ensures proper icon usage by providing a TypeScript declaration file for the Pangea icon set.
- Designed to trigger for all rapid prototyping needs, from "demo" requests to management pages and feature UIs.
Metadata
Frequently Asked Questions
What is pangea-prototype?
快速生成基于 Arco Design Vue + Pangea 3 Linear 主题的完整前端原型工程,可直接 npm install && npm run dev 运行,用于需求对齐和演示。全部使用 mock 数据,不生成后端代码。当用户提到"生成原型"、"做个 demo"、"快速出个页面"、"需求对齐"、"... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install pangea-prototype?
Run "/install pangea-prototype" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pangea-prototype free?
Yes, pangea-prototype is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pangea-prototype support?
pangea-prototype is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pangea-prototype?
It is built and maintained by Pixelyes (@ysredcity); the current version is v1.0.2.
More Skills