Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add jiushiwon/wg-skills --skill uniapp-form-skillgit clone --depth 1 https://github.com/jiushiwon/wg-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-form-skill)<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-form-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-form-skill/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jiushiwon/wg-skills/uniapp-form-skill"><img src="https://agentmods.dev/badge/skills/jiushiwon/wg-skills/uniapp-form-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00033 | $0.01275 |
| Opus 5 | $0.00016 | $0.00638 |
| Sonnet 5 | $0.00007 | $0.00255 |
| Haiku 4.5 | $0.00003 | $0.00128 |
Grade A, and why
uniapp-form-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
uniapp-form-skill
uni-app 表单组件技能。
核心组件
| 组件 | 说明 |
|---|---|
| base-input | 输入框组件 |
| base-switch | 开关组件 |
| base-radio | 单选组件 |
| base-select | 下拉选择组件 |
弹窗组件 (base-popup) 已移至 uniapp-page-skill(页面性质)
输入框 (base-input)
通用输入(8 种)
| 风格 | 触发词 |
|---|---|
| 账号密码登录 | 账号密码登录、登录页 |
| 手机号+验证码 | 手机号输入、验证码输入 |
| 多行反馈 | 反馈输入、留言输入 |
| 禁用/只读 | 只读输入、禁用输入 |
| 前缀图标 | 图标输入、前缀输入 |
| 后缀图标 | 后缀输入、清除按钮 |
| OTP 验证码格子 | 验证码格子、6位验证码 |
| 浮动标签 | 浮动标签输入 |
搜索栏变体(6 种)
| 风格 | 触发词 |
|---|---|
| 胶囊搜索栏 | 胶囊搜索、顶部搜索 |
| 小圆角卡片搜索栏 | 卡片搜索 |
| 弹窗卡片搜索栏 | 弹窗搜索 |
| 扁平搜索栏 | 扁平搜索、极简搜索 |
| 嵌入式搜索栏 | 嵌入式搜索 |
| 迷你胶囊搜索栏 | 迷你搜索 |
单选组件 (base-radio)
包含 15 种形态:10 种基础单选 + 5 种开关形态(通过 size 参数切换)
| 风格 | 触发词 |
|---|---|
| 标准圆圈 | 圆圈单选、标准单选 |
| 打钩风格 | 打钩单选 |
| 标签排列 | 标签单选 |
| 卡片式 | 卡片单选 |
| 按钮组 | 按钮组单选 |
| 列表式 | 列表单选 |
| 切换式 | 切换开关 |
| 芯片风格 | 芯片单选 |
| 图片选项 | 图片选择 |
| 颜色选择 | 颜色选择 |
开关形态(通过 size 参数)
| 风格 | 触发词 |
|---|---|
| 标准胶囊 | 胶囊开关 |
| 方形开关 | 方正开关 |
| 迷你圆点 | 迷你开关 |
| 图标按钮 | 图标开关 |
| 卡片开关 | 卡片开关 |
| 标签排列 | 标签单选 |
| 卡片式 | 卡片单选 |
| 按钮组 | 按钮组单选 |
| 列表式 | 列表单选 |
下拉选择 (base-select)
| 风格 | 触发词 |
|---|---|
| 基础下拉 | 下拉框、下拉选择 |
| 弹出面板 | 弹出选择、面板选择 |
| 标签多选 | 标签多选 |
| 城市级联 | 城市选择、地址选择 |
| 搜索下拉 | 搜索下拉 |
| 宫格选择 | 宫格选择、网格选择 |
文件结构
uniapp-form-skill/
├── SKILL.md
├── README.md
├── base-input.md
├── base-switch.md
└── demo-components/
├── base-input/
├── base-switch/
├── base-radio/
└── base-select/
设计规范
容器原则
所有涉及内容容器的组件,都必须使用 base-card 作为容器
- 输入框容器 → base-card 包裹 input
- 开关容器 → base-card 包裹 switch
- 单选容器 → base-card 包裹 radio
- 下拉选择容器 → base-card 包裹 select
即:base-card 是所有表单组件的容器基底。
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- demo-components/base-input/base-input-disabled.md 3.1 KB
- demo-components/base-input/base-input-feedback.md 3.2 KB
- demo-components/base-input/base-input-floating.md 3.8 KB
- demo-components/base-input/base-input-icon-prefix.md 3.5 KB
- demo-components/base-input/base-input-icon-suffix.md 4.2 KB
- demo-components/base-input/base-input-login.md 3.1 KB
- demo-components/base-input/base-input-otp.md 3.1 KB
- demo-components/base-input/base-input-search-bubble.md 2.2 KB
- demo-components/base-input/base-input-search-card.md 2.2 KB
- demo-components/base-input/base-input-search-embed.md 2.1 KB
- demo-components/base-input/base-input-search-flat.md 2.0 KB
- demo-components/base-input/base-input-search-mini.md 2.0 KB
- demo-components/base-input/base-input-search-pill.md 2.3 KB
- demo-components/base-input/base-input-verify.md 3.3 KB
- demo-components/base-input/html/base-input-disabled.html 5.0 KB
- demo-components/base-input/html/base-input-feedback.html 4.6 KB
- demo-components/base-input/html/base-input-floating.html 6.1 KB
- demo-components/base-input/html/base-input-icon-prefix.html 4.9 KB
- demo-components/base-input/html/base-input-icon-suffix.html 5.7 KB
- demo-components/base-input/html/base-input-login.html 5.6 KB
- demo-components/base-input/html/base-input-otp.html 5.6 KB
- demo-components/base-input/html/base-input-search-bubble.html 3.9 KB
- demo-components/base-input/html/base-input-search-card.html 3.7 KB
- demo-components/base-input/html/base-input-search-embed.html 3.6 KB
- demo-components/base-input/html/base-input-search-flat.html 4.0 KB
- demo-components/base-input/html/base-input-search-mini.html 4.2 KB
- demo-components/base-input/html/base-input-search-pill.html 3.6 KB
- demo-components/base-input/html/base-input-verify.html 4.9 KB
- demo-components/base-input/README.md 6.0 KB
- demo-components/base-radio/base-radio.md 8.8 KB
- demo-components/base-radio/html/radio-button.html 3.2 KB
- demo-components/base-radio/html/radio-card.html 4.9 KB
- demo-components/base-radio/html/radio-check.html 4.2 KB
- demo-components/base-radio/html/radio-chips.html 4.4 KB
- demo-components/base-radio/html/radio-circle.html 4.8 KB
- demo-components/base-radio/html/radio-image.html 5.0 KB
- demo-components/base-radio/html/radio-list.html 4.9 KB
- demo-components/base-radio/html/radio-tag.html 3.0 KB
- demo-components/base-radio/html/switch-card.html 5.6 KB
- demo-components/base-radio/html/switch-icon.html 4.7 KB
- demo-components/base-radio/html/switch-ios.html 4.0 KB
- demo-components/base-radio/html/switch-square.html 3.3 KB
- demo-components/base-radio/html/switch-standard.html 3.8 KB
- demo-components/base-radio/README.md 1.7 KB
- demo-components/base-select/base-select.md 19 KB
- demo-components/base-select/html/00-showcase.html 8.6 KB
- demo-components/base-select/html/00-showcase.png 526 KB
- demo-components/base-select/html/select-async-search.html 5.9 KB
- demo-components/base-select/html/select-async-search.png 83 KB
- demo-components/base-select/html/select-cascade.html 7.4 KB
- demo-components/base-select/html/select-cascade.png 118 KB
- demo-components/base-select/html/select-city.html 8.5 KB
- demo-components/base-select/html/select-city.png 54 KB
- demo-components/base-select/html/select-creatable.html 6.9 KB
- demo-components/base-select/html/select-creatable.png 93 KB
- demo-components/base-select/html/select-dropdown.html 5.5 KB
- demo-components/base-select/html/select-dropdown.png 78 KB
- demo-components/base-select/html/select-grid.html 5.6 KB
- demo-components/base-select/html/select-grid.png 65 KB
- demo-components/base-select/html/select-group.html 6.3 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 13d ago First seen · 134 lines · 33 tokens per session scan A 0e492195b05e
uniapp-form-skill is a skill published in the GitHub repository jiushiwon/wg-skills (100 stars, last pushed 2d ago), licensed Apache-2.0. It adds 33 tokens to every session and 1,275 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
animate-expo
Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right — should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and…
leanback-to-compose-tv-migration
Provides instructions and architectural patterns for migrating Android TV applications from legacy Leanback UI Toolkit, Android Views, or Support Fragments to Jetpack Compose for TV (androidx.tv). Use this skill for Leanback to Compose migrations, including browse screen, settings screen, authentication screen, login…
maui-data-binding
Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE FOR: setting up compiled bindings with x:DataType, implementing INotifyPropertyChanged or…
expo-brownfield
Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use for brownfield, embedding a React Native screen in SwiftUI/UIKit or Kotlin, or AAR/XCFramework packaging. Covers isolated and integrated approaches. For building or distributing a purely native app with EAS, use…
migrate-xml-views-to-jetpack-compose
Provides a structured workflow for migrating an Android XML View to Jetpack Compose. This skill details the step-by-step process, from planning and dependency setup, to theming and layout migration, validation and XML cleanup. Use this skill when you need to migrate an XML View to Jetpack Compose in an Android…
web-haptics
Add haptic feedback to web apps using the web-haptics library. Use when building mobile-facing UIs that need tactile feedback on buttons, toggles, forms, pickers, and other interactive elements.