Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

admin-ui-prototype管理界面原型

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

4,512

周安装

188

GitHub Stars

公开资料未说明

下载量

1,504
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:admin-ui-prototype(管理界面原型)
来源仓库:https://github.com/arisefx/admin-ui-prototype
安装命令:
openclaw skills install admin-ui-prototype
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install admin-ui-prototype

简介

admin-ui-prototype 基于 Arco Design 生成 Vue 3 管理后台原型页面。

  • 适用于界面布局设计、组件规范验证与交互流程模拟。
  • 输入页面名称与字段后,自动生成脚手架代码与路由配置片段。
  • 使用时需匹配项目现有设计系统,避免风格冲突或样式覆盖问题。
  • 建议通过浏览器预览检查文本溢出与响应式表现,确保实际可用性。

SKILL.md

name
admin-ui-prototype
description
Query project-specific Arco Design usage patterns and generate Vue 3 admin page prototypes with mock data, scaffold files, and route snippets. Use when Codex needs to answer how a component is used in this admin UI, draft a list/form/detail/dashboard/empty-state page, or bootstrap/update a minimal webui/admin-ui preview project.

Admin UI Prototype

Use this skill for two tasks:

  • Look up how Arco Design components are used in this admin UI.
  • Generate a runnable Vue 3 admin page prototype with realistic mock data.

Load only what is needed

  • Read knowledge/components/README.md first to locate component docs.
  • Read only the component docs needed for the request.
  • Read knowledge/ui-conventions.md for page structure, naming, and styling rules.
  • Read knowledge/page-templates.md for ready-made page and route templates.
  • Read knowledge/scaffold.md only when webui/admin-ui needs to be initialized.

Answer component-usage questions

  1. Read knowledge/components/README.md.
  2. Open the matching component docs under knowledge/components/.
  3. Open knowledge/ui-conventions.md if layout or page-level context matters.
  4. Answer with project conventions and concrete patterns from the bundled docs, not generic framework advice.
  5. If a new pattern is discovered from real project code, append it to the relevant component doc and update the component index when a new component is added. Never store secrets.

Generate a page prototype

  1. Parse the request into:

- page type - business entity - fields to show or edit - filters and table actions - special interactions such as batch actions, tabs, charts, or nested forms

  1. If missing details would materially change the layout or data model, ask a short clarifying question. Otherwise make reasonable assumptions.
  2. Read knowledge/ui-conventions.md.
  3. Read knowledge/page-templates.md.
  4. Read only the component docs required for the page type:
Page typeRequired docs
Listtable.md, form.md, button.md, modal.md, tag.md, space.md, grid.md
Formform.md, input.md, select.md, date-picker.md, checkbox.md, radio.md, divider.md
Detaildescriptions.md, card.md, tag.md, button.md
Dashboardstatistic.md, card.md, grid.md
Modal formmodal.md, form.md, input.md, select.md, spin.md, feedback-api.md

Initialize or update the preview project

  • If webui/admin-ui/package.json does not exist:

- follow knowledge/scaffold.md - create the scaffold files under webui/admin-ui - replace {{pageTitle}}, {{viewImportPath}}, and {{ViewComponent}} - run pnpm install in webui/admin-ui

  • If the preview project already exists:

- update webui/admin-ui/src/App.vue - update webui/admin-ui/index.html

Output requirements

  • Create the main page at webui/admin-ui/src/views/{kebab-case-module}/index.vue.
  • Create child components under webui/admin-ui/src/views/{kebab-case-module}/components/ when the page benefits from splitting dialogs or sections.
  • Provide the route snippet from knowledge/page-templates.md.
  • Keep the output runnable with mock data unless the user explicitly asks for API wiring only.

Generation rules

  1. Use <script setup lang="ts">.
  2. Include runnable mock data with at least 5 records when the page type needs a dataset.
  3. Wrap mock loading in mockFetch with a 300 ms timeout for list-like data flows.
  4. Add // TODO: 替换为真实 API 调用 at each mock or placeholder API call.
  5. Use Arco Design Vue components for interaction controls.
  6. Use CSS variables such as var(--color-*) instead of hard-coded colors.
  7. Use scoped LESS styles.
  8. Use snake_case in DTO fields to stay aligned with backend APIs, and camelCase for frontend variables.
  9. Keep UI copy in Chinese unless the user asks for another language.
  10. Default the page file to src/views/{kebab-case-module}/index.vue.

Final response

  • List the generated files.
  • Mention whether the scaffold was created or reused.
  • Include the route registration snippet.
  • Call out the remaining // TODO placeholders.
  • Start pnpm dev and share the local URL only when the user asks for a preview or when local validation is required.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.79%
按下载量换算1,305

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills