← 返回 Skills 市场
ysredcity

pangea-prototype

作者 Pixelyes · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pangea-prototype
功能描述
快速生成基于 Arco Design Vue + Pangea 3 Linear 主题的完整前端原型工程,可直接 npm install && npm run dev 运行,用于需求对齐和演示。全部使用 mock 数据,不生成后端代码。当用户提到"生成原型"、"做个 demo"、"快速出个页面"、"需求对齐"、"...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pangea-prototype
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pangea-prototype 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pangea-prototype
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

pangea-prototype 是什么?

快速生成基于 Arco Design Vue + Pangea 3 Linear 主题的完整前端原型工程,可直接 npm install && npm run dev 运行,用于需求对齐和演示。全部使用 mock 数据,不生成后端代码。当用户提到"生成原型"、"做个 demo"、"快速出个页面"、"需求对齐"、"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 pangea-prototype?

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

pangea-prototype 是免费的吗?

是的,pangea-prototype 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

pangea-prototype 支持哪些平台?

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

谁开发了 pangea-prototype?

由 Pixelyes(@ysredcity)开发并维护,当前版本 v1.0.2。

💬 留言讨论