Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wot-ui avatar

Wot Ui V2

  • 789 installs
  • 26 repo stars
  • Updated August 4, 2026
  • wot-ui/open-wot

wot-ui-v2 is a Claude Code skill that answers, generates, and refactors wot-ui v2 uni-app Vue 3 component code using offline documentation via the wot CLI instead of hallucinating APIs.

About

wot-ui-v2 is a frontend agent skill for the wot-ui v2 component library on uni-app with Vue 3 and TypeScript. It teaches agents to query offline docs through the bundled wot CLI or MCP tools, then apply correct wd-* component APIs, ConfigProvider theming, useToast, useDialog, Form, Popup, Tabs, Slider patterns, and uni-app constraints. Developers reach for wot-ui-v2 when selecting components, generating example pages, customizing themes with single-file SCSS plus App.vue @use imports, or debugging Toast, Dialog, Popup, and style override issues. The skill references llms-full documentation and covers component selection, API lookup, page scaffolding, theme customization, and common pitfall diagnosis for mobile cross-platform apps.

  • 5-step CLI query order: wot list → wot info → wot demo → wot doc → wot token
  • Enforces script-setup style and wd-* component reuse over native tags
  • Handles ConfigProvider, theme variables, dark mode, useToast/useDialog patterns
  • Automatically selects correct import path based on uni_modules vs npm install
  • Hard gate: switch to create-wot-ui-theme skill when single-file SCSS theme is explicitly requested

Wot Ui V2 by the numbers

  • 789 all-time installs (skills.sh)
  • +61 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #443 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wot-ui/open-wot --skill wot-ui-v2

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs789
repo stars26
Last updatedAugust 4, 2026
Repositorywot-ui/open-wot

How do you build uni-app pages with wot-ui v2 components?

So their agent consistently reuses wot-ui v2 components, follows uni-app constraints, and queries offline documentation instead of hallucinating Vue 3 code.

Who is it for?

Developers building uni-app cross-platform apps with wot-ui v2 who need accurate Vue 3 component APIs without guessing.

Skip if: Developers on plain Vue 3 web stacks without uni-app, or teams not using the wot-ui v2 component library.

When should I use this skill?

The user asks about wd-* components, wot-ui v2 theming, uni-app constraints, or wants pages generated with ConfigProvider, Form, Popup, or feedback hooks.

What you get

Correct wd-* component usage, themed uni-app Vue 3 pages, ConfigProvider setup, and offline doc-backed API references.

  • uni-app Vue 3 page scaffolds
  • ConfigProvider theme configuration
  • component API references from offline docs

By the numbers

  • Covers wd-* components including Form, Popup, Tabs, Slider, Toast, and Dialog
  • Uses offline llms-full documentation queried through the wot CLI

Files

SKILL.mdMarkdownGitHub ↗

Wot UI V2 Skill

这个 skill 用于让 Agent 在处理 wot-ui v2 相关任务时,优先采用组件库既有能力、遵守 uni-app 场景限制,并结合本仓库提供的 wot CLI 查询离线知识。

适用场景

  • 用户询问某个 wd-* 组件的基础用法、属性、事件、插槽或样式变量。
  • 需要生成或重构 uni-app + Vue 3 + TypeScript 的 wot-ui 页面或组件代码。
  • 需要在 ConfigProvider、主题变量、暗黑模式、国际化、反馈类 hooks、表单等场景下给出正确做法。
  • 需要排查文档中常见的 ToastDialogPopupTabsSlider、样式覆盖问题。
  • 用户只是泛化地提到主题定制,但还没有明确要求按“单文件主题 SCSS + App.vue 只 @use”的结构生成时。

推荐流程

1. 先用本仓库 CLI 或 MCP 工具查组件知识。 2. 再根据项目实际安装方式决定导入路径与集成方式。 3. 优先复用现成的 wd-* 组件、hooks、主题变量与组合模式,不要退化成原生标签堆砌。 4. 如果问题涉及约束或坑位,再查阅 参考知识。 5. 如果用户明确要求生成 src/themes/styles/{主题名}.scss 单文件主题,并把挂载逻辑收进主题文件,优先切换到 create-wot-ui-theme skill。

查询顺序

1. wot list 找组件名。 2. wot info <Component> 看 props、events、slots、CSS 变量。 3. wot demo <Component> 看 demo 名称或具体 demo 代码。 4. wot doc <Component> 看完整 markdown 文档。 5. wot token <Component> 看主题变量。

工作规则

  • 默认把 wot-ui 视为 uni-app + Vue 3 + TypeScript 组件库。
  • 写页面时优先输出 script setup 风格。
  • 反馈类能力如 useToastuseDialoguseNotifyuseImagePreviewuseVideoPreview,除了 hook 调用外,通常还需要页面内显式声明对应组件实例。
  • 文档里经常出现 @/uni_modules/wot-ui 导入路径;如果用户项目采用 npm 安装,应切换成 @wot-ui/ui
  • 主题定制优先走 ConfigProvider 和 CSS 变量,不优先建议深度覆盖内部类名。
  • 生成代码时尽量沿用组件库文档里的命名和交互模式,例如 v-model:visiblebefore-confirmconfirmchangecustom-classcustom-style

参考资料

  • Wot UI V2 概览

Related skills

How it compares

Pick wot-ui-v2 over generic Vue 3 frontend skills when the codebase uses wot-ui v2 on uni-app and component API accuracy matters.

FAQ

What stack does wot-ui-v2 target?

wot-ui-v2 targets uni-app with Vue 3 and TypeScript using the wot-ui v2 wd-* component set. The skill applies ConfigProvider theming, feedback hooks like useToast and useDialog, and uni-app scene limits when generating or refactoring pages.

How does wot-ui-v2 avoid wrong component APIs?

wot-ui-v2 instructs agents to query offline wot-ui documentation through the repository wot CLI or MCP tools before writing code. That workflow prioritizes documented props, events, slots, and theme variables over invented Vue 3 patterns.

Frontend Developmentfrontendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.